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

body {
	margin: 0 auto 0 auto;
	}
	
a:hover { 
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF; 
	}
	
a {
	text-decoration:none;
	color: #666666;
	}
	
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #666666;
	font-style: italic;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 2px;
	}
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	line-height: 31px;
	}
	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: left;
	line-height: 13px;
	margin-top: 135px;
	color: #999999;
	font-style: italic;
	font-weight: normal;
	}
	

#title {
	width:150px; 
	height:24px;
	margin-left: 10px;
	margin-top: 35px;
	}
	
#head {
	width: 900px;
	height: 75px;
	background-image:url(images/head.jpg);
	position:fixed;
	margin-left: 25px;
	z-index: 0;
	
	
	} 
	
#leftcol {
	width: 190px;
	height: 450px;
	position: fixed;
	margin-left: 25px;
	margin-top: 95px;
	padding-left: 10px;
	}
	
#leftspace {
	width: 190px;
	height: 70px;
	}
	
#main {
	width: 925px;
	height: 400px;
	float: left;
	}

#rightcol{
	margin-left: 225px;
	margin-top: 95px;
	width: 675px;
	height: 400px;
	}

.desc{
	height: 50px;
	width: 675px;
	}

img {
	margin-bottom:5px;
	} 
	