body {
	background:url(images/bg-body.png) repeat-x top center #E8F7F9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#333333;
	}

* {	margin:0;
	padding:0;
	}

img {border:0;
	}

a {
	text-decoration:underline;
	color:#0099CC;
	font-weight: bold;
	}
a:hover {
	text-decoration:none;
	color:#00CCFF;
	}

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;
	}
#header {
	height:100px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/menu-bg.gif) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	float:left;
	width:500px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:50px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	}


.entry {
	padding:5px 10px;
	text-align:left;
	line-height:normal;
	color: #666666;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}


#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	display:block;
	color:#ffffff;
	margin-right:2px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	color: #00CCFF;
	}


#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	padding-left: 10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	color:#009BC1;
	background-color: #E6E3E6;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

#footer-valid {
	float:left;
	padding-top:18px;
	padding-left:20px;
	cursor:default;
	color:#666666;
	font-size: 10px;
	}
#footer-valid a {
	color:#666666;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

h1 {
	font-size:36px;
	font-weight:normal;
	cursor:default;
	position:relative;
	top:25px;
	left:27px;
	letter-spacing:1px;
	color:#333333;
	font-style:italic;
	margin-bottom: -5px;
	padding-bottom: -5px;
	}
	
h2 {
	font-size:17px;
	font-weight:normal;
	position:relative; top:25px; left:30px;
	letter-spacing:1px;
	color:#FFFFFF;
	font-style:italic;
	}	
	
h3 {
	font-size:24px;
	font-weight:normal;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	}	

#feed {
	height:25px;
	width:120px;
	background:url(images/feed-bg.gif) no-repeat;
	padding-left:35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	color: #CCCCCC;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	}
p {
	padding-bottom: 15px;
}
