/** copyright 2007 andrew jaswa 
 * retro style
 * 0005ce blue
 * #3c3c3c dark grey
 * #c6c6c6 light grey
 * #f2f2e9 lighter grey
 */
* {
	font: 11px Garmond, Verdana, Arial,sans-serif;
}
body {
	background:#f2f2e9;
}
h1, h2, h3, h4, h5{
	margin:10px;
	font-weight:bold;
	color:#3c3c3c;
}
h1{
	font-size:20pt;
}
h2{
	font-size:18pt;
}
h3{
	font-size:16pt;
}
h4{
	font-size:13pt;
}
h5{
	font-size:11pt;
}
#main {
	position:relative;
	margin:0px auto;
	width:800px;
	background:url('background.png') repeat-y #fff;
}
#container {
	width:760px;
	margin:0px auto;
}
#header {
	width:760px;
	height:165px;
	background:url('gkheader.png') no-repeat;
}
#header h1, #header #tagline{
	display:none;
}
#content {
	width:500px;
	
}
#content p{
	margin:20px;
	
}
#nav, #nav-bottom {
	clear:both;
	text-align:center;
	width:760px;
	margin:3px 0px;
}
#nav ul, #nav-bottom ul{
	padding:0px;
	margin:0px;
}
#nav ul li, #nav-bottom ul li{
	display:inline;
}
#footer {
	text-transform:uppercase;
	text-align:center;
	padding-top:10px;
	width:760px;
	height:30px;
	background-color:#3c3c3c;
}
a {
	color:#000;
}
a:hover {
	color:#0005ce;
}
.photo {
	position:absolute;
	top:190px;
	left:450px;
}
.website {
	float:left;
	margin:5px;
	border-bottom:2px dotted #3c3c3c;
}

.website div{
	float:left;
	width:245px;
}
.website h4 {
	margin:2px;
}