﻿* {
	padding:0;
	margin:0
}

body{
	background-color:#bba3cd
}

#wrapper{
	margin:1em auto;
	width:50em;
	border:medium #1c351f solid
}

#header{
	width:100%;
	text-align:center;
	background-image:url('images/kgbanner2011.jpg');
	height:234px

}

#header ul{
	list-style:none;
	font:normal small Tahoma, sans-serif;
	text-align:left;
	padding:15em 0 1em 0 

}

#header li{
	display:inline;
	padding:1em 2em
}

#content{
	background-color:#fff;
	padding:1em 1em 12em 1em;
	font:normal .9em Tahoma, sans-serif;
	color:#333;
}

#currentcover{
	float:left;
	padding:1em 2em 1em 1em
}

#northstar{
	clear:both;
	width:38em;
	margin:2em auto 2em auto
}

#northstar img{
	float:left
}


#footer{
	clear:both;
	background-color:#1c351f;
	text-align:center;
	padding:1em;
}

#slideshow{
	margin:1em 0 2em 6em
}
#content h1{
	font:bold x-large Tahoma, sans-serif;
	color:#333;
	padding:1em;
	text-align:center
}

#content h2{
	font:normal large Tahoma, sans-serif;
	color:#333;
	padding:0 0 2em 0;
	text-align:center
}

#content p{
	padding: 0 2em
}

table.archives{
	margin:1em auto;
	
}

td.archives{
	padding:1em;
	border-collapse:collapse;
	border:none;
	font:normal medium Tahoma, sans-serif;
	color:#333;
	text-align:center

}
#footer h4{
	font:normal large Tahoma, sans-serif;
	color:#fff;

}

#footer p{
	font:normal small Tahoma, sans-serif;
	color:#fff;

}

#header a:link{
	text-decoration:none;
	color:#fafadf
}

#header a:hover, #header a:active{
	text-decoration:underline;
	color:#fafadf;

}

#header a:visited{
	text-decoration:underline;
	color:#c9f
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited{
	text-decoration:underline;
	color:#fafadf
}

#content a:link, #content a:hover, #content a:active, #content a:visited{
	text-decoration:none
}


