@charset "ISO-8859-1";
/*
You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
*/

body{
background:url(images/header_01.png) repeat-x top; 
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
background-color:#fff;
font-size:16px; 
margin:0; 
padding:0;
}

#header{ 
padding: 30px 0 0 0;
margin-top:0px;
text-align:center;
}

#footer { 
clear:both;
padding-top: 40px;
background-color:#fff;
text-align:center;
height:100px;
}

#footer a{
color:#999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
font-size:14px;
}
#footer a:hover{
color:#999999;
text-decoration:underline;
font-size:14px;
}

#wrapper{
width:800px;
margin:0 auto;
vertical-align:top;
margin-top:20px;
}

#left { 
width:540px;
padding: 0px;
background:none;
margin-top:5px;
float: left;

}


#right {
width:250px;
float:right;
}

#right p {
color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:14px;
}

#right img {
border:0;
margin:0;
}

#navigation ul, #navigation ul li {
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;

}

#navigation ul {
	padding: 0px 0 4px;
	text-align: center;
}

#navigation ul li {
	display: inline;
	margin-right: .75em;

}

#navigation ul li.last {
	margin-right: 0;

}

#navigation ul li a {
color:#fff;
	padding: 0px 0;
	text-transform:uppercase;
	font-weight:900;
	font-size:20px;
		text-decoration: none;
}

#navigation ul li a span {
	padding: 0px 1em;
}

#navigation ul li a:hover span {
color:#FFFF00;
		text-transform:uppercase;

	text-decoration: none
	;
}

/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#navigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
	padding: 0;
}

.title {
color:#000;
text-transform:uppercase;
font-weight:bold;
font-size:18px;
margin: 0 0 5px 0;

}
.newstext {
color:#999999;
font-size:16px;
margin: 0 0 5px 0;
}

.newstext a{
color:#FF9900;
text-decoration:none;
}
/**/

img.floatLeft { 
    float: left; 
    margin: 0 6px 0 0; 
	
}

img.floatRight { 
    float: right; 
    margin: 0px; 
}

