/*
Theme Name: SGG Interim
Theme URI: 
Description: interim utnil I decide what to do
Version: 1.0
Author: Michee Rose
Author URI: http://www.micheerose.com

green: #8dc73f
lt green: #c4df9b
blue: #0072bc 
yellow: #fff200
lt yellow: #FFF98A
*/

/* font and colors */
body {
	background: #ffffff;
	color: #000000;
	font:1em 'Trebuchet MS',Georgia,Verdana,sans-serif;
	text-align:center;
	margin:0;
	padding:0;
}
a:link, a:active {
	text-decoration:none;
	border-bottom: 1px dotted #0072bc;
	color: #8dc73f;
}
a:visited {
	text-decoration:none;
	border-bottom: 1px dotted #0072bc;
	color: #000000;
}
a:hover {
	text-decoration:none;
	border-bottom: 2px solid #0072bc;
	background:#FFF98A;
	color: #8dc73f;
}
h2, h3, h4 {
	color: #0072bc;
}
/* structural elements */
#container {
	background: #c4df9b;
	width:768px;
	/*text-align:left;*/
	margin:0 auto;
}
#headerimg {
	background: url('sgg3-interim.gif') top left no-repeat;
	height:300px;
	width:768px;
}
#headerimg h1 {
	text-indent:-1000em;
}
#content {
	font-size:.75em;
	height:100%;
	padding: 10px;
	width: 600px;
	margin: 0 auto;
}

#footer {
	font-size:.6em;
	height:20px;
	width:100%;
	clear:both;
}
