* {
	
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	
}

body {
	
	background: url('img/bgloop.jpg') repeat-x fixed bottom;
	
	
}


#logo {
	
	background: url('img/logoloop.jpg') repeat-x;
	width: 100%;
	min-width: 900px;
	height: 100px;
}

#menu {
	
	background: #fff;
	position: absolute;
	right: 10px;
	top: 0px;

	width: 600px;
	list-style-image: url('img/arrow.gif');
	margin-top: 50px;
	
}

#menu li {
	
	float:left;
	margin-right: 25px;
	margin-left: 10px;
}

#menu li a{
	
	text-decoration: none;
	color: #000;

}

#menu li a:hover{
	
	color: #FF0000;
	
}







#header {
	
	background: url('img/headerloop.png') repeat-x top;
	width: 100%;
	min-width: 900px;
	height: 194px;
	
	padding: 10px 0px 10px 0px;
	
}




#header_content {
	
	width: 900px;
	margin: 0px auto;
	color: #fff;
	
}

#header_content h1{
	
	margin-top: 15px;
	font-size: 25pt;
		
}

#header_content p{
	
	padding: 10px;
	font-size: 13pt;
	
}

.pngfix {

	behavior: url(iepngfix.htc);
}


#header_pic {
	
	float: left;
	
	position: relative;
	top: -20px;
	
	background: url('img/wrench.png') no-repeat;
	width: 170px;
	height: 230px;
	
}


#header_pic2 {
	
	float: left;
	
	position: relative;
	top: -20px;
	
	background: url('img/flower.png') no-repeat;
	width: 300px;
	height: 230px;
	
}

#header_pic3{
	
	float: left;
	
	position: relative;
	top: -20px;
	
	background: url('img/lev.png') no-repeat;
	width: 300px;
	height: 230px;
	
}

#header_pic4{
	
	float: left;
	
	position: relative;
	top: -20px;
	
	background: url('img/hist.png') no-repeat;
	width: 300px;
	height: 230px;
	
}



#header_pic5{
	
	float: left;
	
	position: relative;
	top: -20px;
	
	background: url('img/mail.png') no-repeat;
	width: 300px;
	height: 230px;
	
}



#header_text {
	
	width: 700px;
	float:left;
	
}


#header_text2 {
	
	width: 500px;
	float:left;
	
}

#header_text3 {
	
	width: 600px;
	float:left;
	
}


#header_text4 {
	
	width: 500px;
	float:left;
	
}







#content {
	
	
	width: 900px;
	margin: 30px auto;

}



#content #left_col {
	
	width: 580px;
	float:left;
	
	
	
}



#content #right_col {
	
	width: 300px;
	float:right;
	
	
}

#content #right_col img {
	
	width: 300px;
	
}






/* Content specific CSS */

#content h1 {
	
	color: #D31212;
	font-size: 20pt;
	margin-top: 15px;
	margin-bottom: 15px;
	
}

#content p {
	
	color: #D31212;
	font-size: 13pt;
	margin-bottom: 30px;
	
	
	
}

#content table {

	color: #D31212;
	font-size: 13pt;


}
