html, body {
background: #FFF;
}

img {
border: none;
}

#header {
width: 760px;
height: 150px;
background: url("/images/header.jpg");
margin: 0 auto 0 auto;
}

#container {
width: 760px;
min-height: 500px;
background: url("/images/bg.jpg");
margin: 0 auto 0 auto;
padding: 5px 0 0 0; /* Firefox */
}

#footer {
width: 760px;
height: 20px;
background: url("/images/footer.jpg");
margin: 0 auto 0 auto;
}

#content {
background: url("/images/contentbg.jpg");
background-repeat: repeat-x;
width: 702px;
min-height: 500px;
font: 12px/16px Verdana, Tahoma, arial, sans-serif;
color: #666;
padding: 20px 0 0 10px;
margin: 0 auto 0 auto;
overflow: hidden;
}

.article {
width: 530px;
min-height: 500px;
float: left;
}

.article h1 {
font: normal 22px "Century Gothic", "Trebuchet MS", sans-serif;
color: #444;
margin: 0 0 14px 0;
border-bottom: 1px solid #dadada;
}

.sidebar {
width: 150px;
min-height: 500px;
margin-left: 20px;
float: left;
}

.article h2, .sidebar h2 {
font: bold 15px "Century Gothic", "Trebuchet MS", sans-serif;
color: #555;
margin: 0 0 14px 0;
}

.sidebar h2 {
display: block;
text-align: center;
}

.article p {
text-align: justify;
margin: 0 0 14px 0;
}

.article p.side {
float: right;
padding: 1px;
margin: 3px 0 0 10px;
width: 200px;
font-size: 11px;
line-height: 15px;
border: 1px solid #CCC;
font-style: italic;
}

#nav {
margin: 0;
padding: 0;
width: 520px;
list-style: none;
}

#nav li {
line-height: 24px;
}

a {
color: #1E59B0;
text-decoration: none;
}

a:hover {
color: #397ADE;
border-bottom: 2px solid #DDD;
}

#adsense_top {
float: left;
margin: 0 10px 0 0;
border: 1px solid #CCC;
width: 300px;
height: 250px;
}