* { padding: 0; margin: 0; }

body {
 font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
 font-size: 11px;
 margin: 10px 0px 0px 0px;
 background-image:url(images/back_gradient_l_d.jpg);
 background-repeat: repeat-x;
 background-position:top;
 background-color: #515051;

}
#wrapper { 
 margin: 0 auto;
 width: 800px;
 border-style: solid;
 border-color: #000000;
 border-width: 1px; 

}

#header {
 width: 800px;
 float: left;
 padding: 0px;
 height: 330px;
 margin: Opx;
 border: 0px;
}

#leftcolumn { 
 color: #000000;
 border-right: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 20px 30px 10px 20px;
 height: 150px;
 width: 360px;
 float: left;
}


#rightcolumn { 
 float: right;
 color: #000000;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 20px 20px 10px 20px;
 height: 150px;
 width: 349px;
 display: inline;
}

#footer { 
 width: 770px;
 height: 19px;
 clear: both;
 color: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 26px 10px 0px 20px;
 background-image:url(images/footer_background.jpg);
 background-position:top;
 background-repeat:no-repeat;
 font-size: 10px;
}

#copyright  { 
	width: 800px;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 14px;
	margin-top: 10px;
	margin-right: auto; 
	margin-left: auto;
}

/*Headers*/

h1 {
	font: 14px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	color:#666633;
	}
	
	
/*Copy*/

.copy {
line-height: 14px;
}

.copymain {
line-height: 14px;
padding: 0px 10px 0px 0px;
}

/*Link Styles */

a:link{
	color: #000000;
	text-decoration: underline;
}
a:visited{
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover{
	color: #CCCC66;
	text-decoration: none;
}

#footer a:link  {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: underline;
	font-weight:normal;
}
#footer a:visited  {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	font-weight:normal;
}
#footer a:hover  {
	color: #CCCC66;
	font-size: 9px;
	text-decoration: none;
	font-weight:normal;
}

/*Image Classes*/

.homethumb { 
 float: left;
 clear: left;
 padding: 0px 15px 0px 0px;
}

/*Divider Line*/

.dividerLine {
	position: relative;
	top: 0px;
	left: 0px;
	width: 760px;
	font-size: 0px;
	border-bottom: 1px dotted #CCCCCC;
}