body {

	margin-top:0px;
	padding-top:0px;
	background-color:#333;
	background-image:url(graphics/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

* {
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

img { border: none; }

div#top { 
	width: 100%; 
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

div#header { 
	width: 950px; 
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color:#333;
}

div#body { 
	width: 950px; 
	margin-left: auto;
	margin-right: auto;
}

div#body_row { 
	width: 950px; 

}

div#body_row1 { 
	width: 950px;
 
}

div#body_left{ 
	width: 240px;
	float:left;
}

div#body_right{ 
	width: 710px;
	float:left; 
}

h1 {
	color:#333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:100;
	letter-spacing: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 30px;
	line-height:20pt;

}

 
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-right: 50px;
	margin-left: 10px;
	color:#666;
}

p.contact {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-left: 25px;
	color:#666;
	margin-right: 50px;
}

#list {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-left: 40px;
	color:#666;
	margin-right: 50px;
}

#logo1 {
	width: 200px;
	margin-left: 10px;
	margin-top: 5px;
}



a.text:link {color: #333; text-decoration: underline; }
a.text:active {color: #333; text-decoration: underline; }
a.text:visited {color: #333; text-decoration: underline; }
a.text:hover {color: #999; text-decoration: none; }


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

	
.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */

