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

#main 	{width: 800px; 
		margin-left: auto;
		margin-right: auto;
		background-color: #FFF;
}

#header	{background-image: url(images/header2.jpg);
		height: 147px;
		width: 800px;
		padding-top: 10px;
		padding-bottom: 0px;
		background-repeat:no-repeat;
}

#nav	{font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		color: #180400;
		padding-bottom: 4px;
}

#nav a 	{text-decoration:none;
		color: #180400;}

#nav a:hover	{font-style:italic;
				color: #BD0000;
}

#content	{background-color:#FFF;
			width:800px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
}

#content img	{padding: 5px 5px 5px 10px;}

#listcol 	{width:400px;
			height:650px;
			float:right;
}

#piccol	{width:400px;
		height:650px;
		float:left;
}

#piccol img	{padding: 5px 0px 3px 0px;}

#footer	{font-family:Georgia, "Times New Roman", Times, serif;
		font-size:9px;
}

#footer a {color: #000;}

h1	{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
}