body {
	font-family:'Segoe UI', Tahoma, Helvetica, sans-serif;
	font-size:.8em;
	background-color:#666;
	margin:0;
	padding:0;
}

a img {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
}

a:hover img {
	text-decoration: none;
}

#header
{
	width:900px;
	height:140px;
	top:0;
	background-image:url('../pics/header.png');
	position:fixed;
}

#logo
{
	float:left;
	margin-top:18px;
	margin-left:30px;
	background-image:url('../pics/logo.png');
	background-repeat:no-repeat;
}

#logo img {
	width: 158px; 
	height: 70px
}

#reStyle {
	background-image: url(reStyleMe.jpg);
	background-repeat: no-repeat
}
#reStyle img {
	width: 10px; 
	height: 10px
}

#container
{
	width:900px;
	margin:0 auto;
	background:#fff url('../pics/green_bg.jpg') no-repeat;
}

#content
{
	padding-top: 200px;
	padding-left: 35px;
	padding-right: 35px;
}

#content_left
{
	width: 400px;
        float: right;
}

#content_right
{
	width: 400px;
}

#topMenu
{
	float:right;
	text-align:right;
	font-size:11px;
	text-transform:uppercase;
	margin:0 10px;
	padding-bottom:10px;
}
#topMenu ul
{
	list-style-type:none;
	margin:0;
	margin-top:20px;
}
#topMenu li
{
	width:200px;
	margin:0;
	border-right:solid 1px #999;
	padding-right:6px;
	margin-right:6px;
	margin-bottom:1px;
	height:11px;
}
#topMenu li a
{
	color:#333;	
	text-transform:uppercase;	
	text-decoration:none;
}
#topMenu li a:hover
{
	color:#9b2;
	text-decoration:none;
}

h1 {   
	color : #888; 
         font-size:2em;
}

h2 {   
	color : #9b2; 
         font-size:1.5em;
}

h2 a {   
	color : #9b2; 
	text-decoration : underline; 
}

h2 a:hover {   
	color : #9b2; 
}

h3 {   
	color : #9b2; 
         font-size:1em;
}

/* Links */
a {   
	color : #356bd7; 
	text-decoration : underline;
}

a:hover {
	color : #356bd7;
	text-decoration : none;	
}

#footer
{
	font-size:10px;
	text-transform:uppercase;
	margin:0 10px;
	padding-bottom:10px;
	text-align: center;
         border-top: 1px solid #ccc;
}

#footer a
{
	color : #116900;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration: none;
}