body {
    background: #eeeeee url(background.jpg) repeat scroll 0 0;
}

#container {
    background-color:#FFFFFF;
    border-color:#CFCFCF;
    border-style:solid;
    border-width:1px 2px 2px 1px;
    margin:10px auto;
    padding:0 10px;
    width:845px;
}

img.logo {
    width: 500px;
    height: 100px;
    border-right: none;
    margin: 5px 0 5px 140px;
}

#footer {
    border: 1px solid #eeeeee;
    font-family: verdana, sans-serif;
    margin-bottom: 10px;
	text-align: center;
}

#footer img {
    width: 88px;
    height: 31px;
}

#footer p, #footer a {
    font-size: 10px;
    color: #cfcfcf;
}

#header, #footer {
    height: 75px;
    width: 100%;
    clear: both;
}

img {
	border: none;
}

#content {
    float: left;
    border: 1px solid #eeeeee;
	margin-bottom: 10px;
	width: 520px;
}

#content_ad iframe {
	top: 1px !important;
	left: 25px !important;
}

#sidebar .sidebar_ads iframe {
	top: 1px !important;
	left: 5px !important;
}

#sidebar {
    float: right;
    width: 320px;
}

.sidebar_search, .sidebar_ads, .sidebar_popular {
    width: 310px;
    float: right;
    border: 1px solid #eeeeee;
    font-family: verdana, sans-serif;
    margin-bottom: 10px;
}

.sidebar_search form {
    margin: 5px;
}

#header h1 {
	display: none;
}

#content h1 {
    font-size: 20px;
    font-weight: bold;
    font-family: verdana, sans-serif;
    text-align: center;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 5px 5px;
}

#sidebar ul {
    margin: 5px 0 5px 20px;
    width: 100%;
}

#sidebar li {
    margin: 5px 0;
    padding: 0 10px 0 0;
    font-size: 12px;
    font-family: arial, sans-serif;
    list-style: circle;
}

#content li {
    margin: 5px 0;
    font-size: 12px;
    font-family: arial, sans-serif;
    padding: 0 10px 0 0;
    height: 48px;
    width: 98%;
    list-style-type: none;
}

#content p {
    font-size: 12px;
    font-family: arial, sans-serif;
	text-align: left;
	padding: 5px;
}

a { text-decoration: none;}

li.odd {
    background-color: #eeeeee;
}

ul {
    width: 500px;
    margin: 0;
    padding: 5px 10px 10px;
}

.metadata {
    font-size: 10px;
    color: #666666;
}

img {
    float: left;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #6e6e6e;
    height: 48px;
    width: 48px;
}

div.h1grey {
	color: #6e6e6e; 
	display: inline;
}