/* FUBARDESIGNS 2006 COPYRIGHT // DO NOT REMOVE TAG */

/* COMMON ATTRIBUTES */
body {
	background: #333;
	font: 11px/18px "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
	border-top:5px solid #c0db5a;
}


#wrapper_out { 
	width: 700px; 
	margin: 0px auto 0px auto; 
	border: 3px solid #454545; 
}

#wrapper_in { 
	background-color: white; 
	border: 1px solid #000; 
	padding: 5px; 
}

#content { 
	width: 700px;
	margin: 0 auto;
}

#header {
	width: 192px;
	height: 150px;
	background: url(images/header.gif) no-repeat;
	margin-top: 30px;
}

/* LINK ATTRIBUTES */
a {
	color: #8E9915;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #C0DB5A;
}

/* CONTENT ATTRIBUTES */
h1 { 
	font-family: Georgia, tahoma, verdana, arial;
	font-size: 2.2em;
	color: #404040; 
	background-color: white;
}

/* MENU NAVIGATION */
ul#navmenu {
	float: right;
	margin: -20px 0 0 0;
	padding: 0;
}

ul#navmenu li {
	font-weight: bold;
	float: right;
}

ul#navmenu li a {
color: #777777;
text-decoration: none;
margin-right: 10px;
border-top: 3px solid #454545;
border-bottom:0;
}

ul#navmenu li a:hover {
border:0;
padding:0;
border-top:3px solid #c0db5a;
background:none;
}

/* FOOTER */
#footer {
	text-align: center;
	font-size: 1.0em;
	color: #E0E0E0;
	margin: 4px;
	background-color: #333;
}
