body {font: 12px/1.2 verdana, arial, geneva, sans-serif; background: #ccc;}

h1, h2 {font-size: 14px;}
h3 {font-size: 13px;}
p {text-indent: 10px}

#wrapper {
	margin: 0 auto;
	background: #00C;
	width: 650px;
	border: 2px double #600;
	color: #fff;
	}
	
#head {height: 104px; line-height: 104px;}
#head img {vertical-align: middle;
	padding: 5px;
	border: 0;
	}
#nav {
	width: 550px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border-top: 1px dashed black;
	border-left: 1px dashed black;
	border-right: 1px dashed black;
	color: #333;
	padding: 3px;
	font-weight: bold;
	}
	
a:link {color: #900;}
a:active {color: #f60;}
a:hover {color: #00f;}
	

#content {
	border-top: 1px solid black;
	padding: 0 10px 3px;
	}
	
a:link.content, a:visited.content {color: #fff;}
a:active.content {color: #f60;}
a:hover.content {color: #000; background: #fff;}

#pictures {
	text-align: center;
	} 
#pictures p {margin: 0;
	font-size: 11px;
	}
img.picture {border: 3px white solid;
	padding: 3px;
	margin-top: 10px;
	background: #000;
	}	
#foot {
	border-top: 1px dashed black;
	background: #fff;
	color: black;
	padding-right: 4px;
	}
	
#foot p {
	text-align: right;
	margin: 0;
	}
	
table {width: 430px;
	border-collapse: collapse;
	table-layout: fixed;
	background: white;
	color: black;
	}
td, th {border: 1px solid black;
	padding: 2px;
	text-align: center;
	}
caption {color: white;}
