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


body { background-image:url(images/bg.jpg);
		background-attachment:fixed;
		background-repeat:repeat-x;
		height: 99%;
		margin:0px;
		}
/* commented backslash hack v2 \*/
html, body {
    height: 99%;
}
/* end hack */

html {
    height: 99%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p { font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
h1 { font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#660000;
	}
	
h2 { font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#660000;
	}
	
b { color:#003366;
	}
	
ul{
	list-style:none;
	font-weight:bold;
	color:#660000;
	font-size:12px;
	}
	
ul li ul{
	list-style:disc;
	}
	
ul li a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
A { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
A:link, A:visited, A:active {
	text-decoration: none;
	color:#003366;
	}
A:hover {
	text-decoration: underline;
	color: #660000;}
	
#main {
	width: 800px;
	min-height: 620px;
	height: 99%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1%;
	background:#FFFFFF;
	border-width:1px;
	border-color:#003366;
	border-style:double;
	background-image:url(images/btm.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
#archives {
	width: 800px;
	min-height: 920px;
	height: 99%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1%;
	background:#FFFFFF;
	border-width:1px;
	border-color:#003366;
	border-style:double;
	background-image:url(images/btm.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}

#header {
	width: 800px;
	height: 90px;
	padding: 0px;
	}
	
#type {
	width:265px;
	min-height:500px;
	margin-top: 15px;
	padding-left:45px;
	float: left;
	}


#image{
	width:475px;
	min-height:500px;
	margin-top:15px;
	float:left;
	}

