* {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
p {
	padding-bottom: 10px;
}

ol, ul {
	padding-bottom: 10px;
	padding-left: 30px;
}
blockquote { 
	background: #FFFF00;
	width: 60%;
	padding: 10px;
	border: 1px #000000 solid;
	margin: 20px auto;	
} 
h1 {
	padding-bottom: 10px;
	font: 23px Arial, Helvetica, sans-serif;
}
h2, h3 {
	padding-bottom: 10px;
	font: 14px Arial, Helvetica, sans-serif;
}

body  {
	font: 11px Arial, Helvetica, sans-serif;
	background: #61000e url(images/wrapper-bg.png) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

.style1 {
	color: #0000FF;
	font-style: italic;
}

.twoColElsRt #about { 
	top: 0;
	left: 600px;
	position: absolute;
} 

.twoColElsRt #link { 
	padding: 0px 0px 20px 100px;
} 

.twoColElsRt #logo { 
	padding: 20px 0px 20px 30px;
} 

.twoColElsRt #container { 
	width: 860px;  
	background: #FFFFFF url(images/body-bg.jpg) no-repeat left top;
	margin: 0 auto; 
	text-align: left; 
} 

.twoColElsRt #footer { 
	height: 108px;  
	background: #FFFFFF url(images/footer-bg.png) repeat-x; 
} 

.twoColElsRt #content { 
	background: #FFFFFF url(images/content-bg.png) repeat-y;
	font: 14px Arial, Helvetica, sans-serif;
	width: 760px;  
	margin: 0 auto; 
	text-align: left; 
	padding: 30px 50px;
} 

.twoColElsRt #content h2{ 
	font: 23px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center; 
} 


.twoColElsRt #sidebar1 {
	background: url(images/contact.png) no-repeat left top;
	color: #FFFFFF;
	float: right; 
	width: 310px;
	height: 304px;
	padding-top: 125px; 
	margin-top: 250px;
}

.twoColElsRt #sidebar2 {
	background: url(images/contact.png) no-repeat left top;
	color: #FFFFFF;
	width: 310px;
	margin: 0 auto;
	padding-top: 125px; 
	padding-bottom: 25px;
}

.twoColElsRt #mainContent {
	margin: 0 13em 0 2em; 
	padding-top: 280px;
	width : 550px;
}  

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


div.row {
	clear: both;
}

div.row label.error{
	font-weight: bold;
	position: absolute;
	padding-left: 5px;
	color: #FF0000;
}

.col1 {
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	width: 120px;
	height: 25px;
	margin: 0;
	float: left;
	margin-right: 2px;
}
.col2 {
	width: 150px;
	height: 25px;
	display: block;
	float: left;
	margin: 0;
}
.submit {
	height: 50px;
	width: 220px;
	margin-left: 45px;
	border: none;
	background: url(images/submit_button.png) no-repeat 0 0;
	cursor: pointer;
} 
.submit:hover {
	background: url(images/submit_button.png) no-repeat 0 -52px;
} 

