body {
	background-repeat:no-repeat;
	background-color:#ffffff;
	}

/* page layout divisions */



#wrap {
   	width:1280px;
   	margin:0 auto;
   	/*float:left;*/
   	padding:10px 0px 0px 0px;
}

#col1 {
	width:200px;
	height:auto;
	float:left;
	top:10px;
	left:300px;
	padding:0px 5px 10px 15px;
	border-left-width: thin;
   border-left-style: solid;
   border-left-color: #999999; 
	}
	
#col2 {
	width:230px;
	height:auto;
	float:left;
	top:10px;
	left:600px;
	padding:0px 15px 10px;
	border-left-width: thin;
   	border-left-style: solid;
   	border-left-color: #999999; 
	}

#col3 {
	width:230px;
	height:auto;
	float:left;
	top:10px;
	left:900px;
	padding:0px 15px 10px;
	border-left-width: thin;
   	border-left-style: solid;
   	border-left-color: #999999; 
	}
	
#col4 {
	width:230px;
	height:auto;
	float:left;
	top:10px;
	left:1200px;
	padding:0px 15px 10px;
	border-left-width: thin;
   	border-left-style: solid;
   	border-left-color: #999999; 
	}


img {
	padding: 10px 10px 10px 10px;
	float:left;
	height: auto;
  	width: auto;
  	display:block;
} 

h1 {
    font-family:courier;
    font-size: 12px;
    display:block;
    padding:0 0 0 15px;
    }
    
p {
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:150%;
	color:#333333;
	}
	

ul {
	list-style-type:none;
	list-style-position:outside;
	display:inline;
	font-size:13px;
	line-height:130%;
	color:#666666;
	}
	