body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-image: url(images/bg.gif); background-repeat: repeat-x;
	background-color: #FFF;
}

img { border: 0px; }

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size: 18px; color: #000; }

p {line-height: 22px; }

a{ color: #0066FF; text-decoration: underline; }
a:link{ color: #0066FF; text-decoration: underline; }
a:visited{ color: #0066FF; text-decoration: underline; }
a:hover{ color: #0066FF; text-decoration: none; }

hr { height:1px; color: #D0BCBC; background: #D0BCBC; border: none; margin: 0px; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap { 
width: 970px;
position: absolute;
text-align:left;
 }
 
#head {
width:970px;
height:170px;
margin-left: 85px;
 }

#full {
float: left;
width: 905px;
margin-left: 65px;
padding-left: 20px;
text-align: left;
 }
 
#bottom {
float: left;
width: 905px;
margin-left: 65px;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
text-align: left;
 }
 
#foot {
float: left;
width: 905px;
margin-left: 65px;
padding-left: 20px;
text-align: left;
padding-bottom: 20px;
 }

/***********************************************/
/* Container Divs                              */
/***********************************************/

.boxer {
float: left;
width: 450px;
text-align: left;
padding-right: 10px;
border-right: 1px solid #D0BCBC;
 }
 
.boxertwo {
float: right;
width: 430px;
text-align: left;
 }


