body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#000000;
	margin:10px;
	background:url(../images/WIMC-Body.jpg) top repeat-x #66CCFF;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	width:700px;
	margin:0 auto;
	background:#fff;
	padding:5px;
	border:4px solid #222;
}

#header {
	height:110px;
	background:url(../images/WIMC-Header.jpg) top repeat-x;
}

#header h1 {
	height:45px;
	font:250% Trebuchet MS;
	padding:30px 20px 10px 20px;
	color:#fff;
}

#nav {
	margin:0 0 0 0;
}

#nav li {
	list-style:none;
	display:inline;
	padding:7px 0;
}

#nav li a {
	padding:7px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#nav li a:hover {
	background:#222;
	color:#fff;
}

#content {
	padding:0 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
}

#content a {
	color:#000033;
	text-decoration:underline;
}

#content a:hover {
	color:#000033;
	text-decoration:underline;
}

#content h1 {
	font:250% Trebuchet MS;
	color:#000099;
	border-bottom:3px dotted #eee;
}

#content h2 {
	font:150% Trebuchet MS;
	color:#000099;
	border-bottom:3px dotted #eee;
}

#content h3 {
	font:140% Arial;
	font-weight:bold;
	color:#222;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	padding:5px;
}

#content h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
	line-height:25px;
}


#footer {
	margin:10px 0 0 0;
	padding:5px;
	background:#f6f6f6;
	border-top:2px solid #eee;
	clear:both;
}

#footer a {
	color:#0000FF;
	text-decoration:none;
}
