@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto 0 auto;
	background-color: #F58426;
	}
	
	
a:hover{
    border:none;
    }
    
a{   
    border:none;
	
    }
	
p a{
	color:#000000;
	text-decoration:none;
	}
	
p a:hover{
	color:#000000;
	text-decoration:underline;
	}
	
	
	
img {
	margin-bottom: 2px;
	}
	
p {
	font-family:courier, "Times New Roman", Times, serif;
	font-weight: normal;
	
	font-size:11px;
	color:#000000;
	margin-top: 0px;
	margin-bottom: 20px;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bolder;
	}	
	
#leftcol {
	width: 250px;
	height: 600px;
	position: fixed;
	margin-left: 10px;
	margin-top: 10px;
	}
	
#logo {
	margin-top: 115px;
	width: 126px;
	height: 162px;
	}
	
#middle {
	width:250px;
	margin-top: 25px;
	height: 175px;
	}
	
#break {
	width: 1px;
	height: 600px;
	background-color:#000000;
	position:fixed;
	margin-left: 260px;
	margin-top: 10px;
	}
	
#break00 {
	width: 800px;
	height: 10px;
	float:left;
	}

#break01 {
	width: 800px;
	height: 10px;
	float: left;
	}
	

#content {
	width: 800px;
	height: auto;
	margin-left: 290px;
	float:left;
	}
	
.clear_float {
	clear:both
	}
	
.col{ 
	width: 275px;
	height: 500px;
	margin-right:30px;
	float: left;
	}
	
.assoc_text{ 
	width: 200px;
	height: 340px;
	}

.small_images{
	width: 200px;
	height: 140px;
	background-color:#FFFFFF;
	}
	
.big_image{
	width: 430px;
	height: 320px;
	background-color:#FFFFFF;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	}
	
.pro_col{ 
	width: 275px;
	height: 320px;
	margin-right:30px;
	float: left;
	margin-bottom: 10px;
	}
	
