@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}
a:link, a:active, a:visited{
	color:#990000;
}
a:hover{
	color:#ff0000;
}
.headline{
	font-size:24px;
	margin:20px 0px;
}
.subhead{
	font-size:18px;
	font-style:italic;
	margin:20px 0px;
}
#wrapper{
	width:1000px; 
	margin:0px auto; 
}
#links{
	width:225px;
	float:left;
}
#page{
	width:774px;
	float:left;
}
.nav{
	width:220px;
	margin:0px auto;
	text-align:left;
}
.nav ul{ 
	list-style:circle;
}
.nav li{
	padding-bottom:10px;
}
#nav a:link, #nav a:active, #nav a:visited{
	font-size:16px;
	color:#666;
}
#nav a:hover{
	font-size:16px;
	color:#ff0000;
}
.footer{
	width:774px;
	margin:0px auto;
	text-align:center;
}
#footer a:link, #footer a:active, #footer a:visited{
	font-size:14px;
	color:#666;
}
#footer a:hover{
	font-size:14px;
	color:#ff0000;
}
.copy{
	font-size:9px;
	color:#666;
	text-align:center;
}
#copy a:link, #copy a:active, #copy a:visited{
	font-size:9px;
	color:#666;
}
#copy a:hover{
	font-size:9px;
	color:#ff0000;
}
.images{
	width:125px;
	height:100px;
	border: 1px dotted #999;
	margin-right:3px;
	margin-bottom:3px;
	float:left;
}
.images:hover{
	border: 1px solid #000;
}
.caption{
	font-size:10px;
}


