body {
margin-top: 10px;
font: 12px verdana, sans-serif;
color: #333;
text-align: justify;
}

#header {
margin: 0 auto 0 auto;
width: 780px;
background: url("/images/headbg.jpg");
height: 10px;
}

#logo {
background: red;
width: 740px;
height: 100px;
margin: 0 auto 0 auto;
background: url("/images/logo.jpg") no-repeat;
}

#container {
margin: 0 auto 0 auto;
background: url("/images/containerbg.jpg");
width: 780px;
min-height: 600px;
}

#article {
width: 720px;
margin: 0 auto 0 auto;
padding: 0 10px 0 10px;
line-height: 16px;
}

#article h1 {
color: #195D96;
margin: 0 0 10px 0;
padding-top: 10px;
font: 28px Century Gothic, georgia;
font-weight: normal;
clear: both;
}

#authorname {
display: block;
color: #777;
margin-bottom: 16px;
font: 12px Verdana, sans-serif;
}

#article h2 {
color: #195D96;
font: 20px Century Gothic, georgia;
font-weight: normal;
margin: 16px 0 16px 0;
}

#article p {
margin-bottom: 16px;
line-height: 16px;
}

#article ul {
overflow: auto;
padding: 0;
margin: 0 0 16px 0;
}

#article ul li {
margin: 0 0 0 16px;
}

a {
color: #C72125;
text-decoration: none;
}

a:hover {
color: #195D96;
}

#footer {
margin: 0 auto 0 auto;
width: 780px;
background: url("/images/bottombg.jpg");
height: 10px;
}

.nav {
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
margin: 0 auto 0 auto;
width: 740px;
padding: 0;
list-style: none;
line-height: 36px;
height: 36px;
display: block;
overflow: hidden;
}

.nav li {
text-indent: 0;
margin: 0 10px 16px 13px;
float: left;
}

.nav a, p.sponsor a {
color: #195D96;
font-weight: bold;
text-decoration: none;
}

.nav a:hover, p.sponsor a:hover {
color: #C72125;
}

.adsense_top {
float: left;
margin: 10px 20px 10px 0;
}

#copyright {
text-align: center;
color: #CCC;
}

img.right {
float: right;
}

img.left {
float: left;
}

p.sponsor {
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
padding: 16px 0 16px 20px;
clear: left;
background: url("/images/lightbulb.png") no-repeat center left;
}

#searchbox_top {
position: relative;
top: 70px;
left: 220px;
}