/*
Theme Name: Mark Goeke Theme by Headstand Media
*/

/* -------- Global Elements ----------- */

body, p, h1, ul, li, form, img {
	margin: 0;
	padding: 0;
}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	background-color: #6699ff;
	color: #333333;
	line-height: 150%;
}

p {
	margin-bottom: 10px;
}
a {
	color: #6699ff;
	text-decoration: undeline;	
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	color: #6699ff;
	margin-bottom: 10px;
}

ul {
	margin-bottom: 10px;	
}


/* Container */

#container {
	width: 739px;
	overflow: auto;
	margin: auto;
	padding-top: 24px;
}

#container_bg {
	background-image: url(/images/container_bg.jpg);
	background-repeat: repeat-y;
}

#container_top {
	background-image: url(/images/container_top.jpg);
	background-repeat: no-repeat;	
	height: 22px;
}

#topnav {
	height: 18px;
	padding: 4px 0 0 0;
}

#topnav ul {
	color: #0066cc;
	padding-left: 25px;
}

#topnav li {	
	display: inline;
	padding-right: 20px;
}

#container_top a {
	color: #0066cc;
}

#container_bottom {
	background-image: url(/images/container_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}


/* Content */

#content {
	width: 691px;
	overflow: auto;
	margin: auto;
	padding-top: 16px;
}

#content ul {
	padding-left: 48px;
}

#content li {
	list-style-image: url(/imgs/bullet.gif);
	list-style-position: outside;
}


/* Footer */

#footer {
	text-align: center;
	padding-top: 16px;
	color: #cccccc;
}

#footer a {
	color: #cccccc;
}

#footer a:hover {
	text-decoration: underline;
}