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

body{
	background:url(../images/bg.jpg) 0 0 repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	

}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	clear:both;
	width:870px;
	
}


#header{
	background:url(../images/header.png) 0 0 no-repeat;
	width:870px;
	height:192px;
	margin:0;
	padding:0;
	}
	
#menu{
	background:url(../images/menu-bg.png) 0 0 no-repeat;
	width:870px;
	height:32px;
	
	clear:both;
		margin:0;
	padding:0;
	}
	
	
	#main p{
		padding:5px;
		text-align:left;
	}
	
#links{
	width:782px;
	height:32px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding-top:7px;
	}
	
#links a{
	font-size:14px;
	font-weight:bold;
	height:32px;
	color:#000000;
	margin-top:5px;
	padding:0px 7px 0px 7px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	#links a:hover{
	background:url(../images/menu-hover.jpg) 0 0 repeat;
	font-size:14px;
	font-weight:bold;
	height:32px;
	color:#FFFFFF;
	margin-top:5px;
	padding:2px 7px 8px 7px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#content{
	background:url(../images/content-bg.png) 0 0 repeat-y;
	width:870px;
	margin:0;
	padding:0;
	
	}
	
#content-wrapper{
	width:782px;

	margin-left:auto;
	margin-right:auto;
	border:solid 2px #999C9C;
}
	
#leftcolum{
	width:178px;
	float:left;
	

	}
	
	#leftcolum a{
font-size:12px;
text-decoration:underline;
}
	
		#leftcolum a:hover{
font-size:12px;
text-decoration:none;;
}

	}
	
#leftcolum h3{
text-decoration:underline;
color:#00a54f;
font-size:95%;
text-indent:0px;

	}

 h3{
color:#00a54f;
font-size:95%;
text-indent:10px;
	}
	
	
	#leftcolum p{
margin:4px;


	}


#rightcolum{
width:150px;
float:right;
}

#main{
	width:600px;
	float:right;
	border-left:solid 2px #999C9C;
	padding-left:2px;
	
	
}

img{
	border:none;
}

#footer{
width:870px;
padding-top:5px;
text-align:center;
clear:both;

}

a{
color:#006633;
}


