html, body {
padding: 0;
margin: 0;
color: #444;
font: normal 14px/18px arial,verdana,sans-serif;
}

#header {
width: 100%;
height: 150px;
background: url("/images/headbg.jpg");
}

#logo {
width: 780px;
height: 150px;
background: url("/images/logo.jpg");
margin: 0 auto 0 auto;
text-indent: 780px;
overflow: hidden;
}

#container {
overflow: hidden;
width: 780px;
min-height: 600px;
margin: 0 auto 0 auto;
background: url("/images/containerbg.jpg");
}

#content {
width: 750px;
margin: 0 auto 0 auto;
}

#bottom {
background: url("/images/bottombg.jpg");
width: 780px;
height: 15px;
margin: 0 auto 0 auto;
}

#copyright p {
margin: 0;
text-align: center;
}

.article {
margin-left: 16px;
width: 718px;
clear: left;
}

h1 {
font: 28px Century Gothic, georgia;
font-weight: normal;
margin-top: 0;
color: #61778D;
line-height: 28px;
}

h2 {
font: 18px "Trebuchet MS", verdana, sans-serif;
line-height: 16px;
margin: 16px 0 16px 0;
color: #7D8EA0;
}

p {
text-align: justify;
}

p.left {
float: left;
margin:  0 16px 0 0 ;
border: 1px solid #ddd;
padding: 1px;
}

p.right {
float: right;
margin:  3px 0 0 16px;
border: 1px solid #ddd;
padding: 1px;
}

ul {
text-align: justify;
margin-top: 16px;
margin-bottom: 16px;
}

li {
margin: 8px 0 8px 0;
}

table {
border-spacing: 0;
border-collapse: collapse;
}

td, th {
border: 1px solid #CCC;
text-align: left;
}

a{
color: #627B98;
}

a:hover {
color: #4C6015;
}

small {
color: #888;
font: normal 12px/16px arial,verdana,sans-serif;
}

/* ADS */
.adsense_top {
margin:  0 5px 0 0;
float: left;
}


img {
border: none;
vertical-align: bottom;
}