body {
    margin-top: 0;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    background: #000000;
    font-size: 13px;
    color: #8C8C8C;
}

hr{
    color: #8C8C8C;
    height: 1px;
    border: 0;
}

table{
    font-size: 13px;
}

body, th, td, input, textarea, select, option {
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
    font-weight: normal;
    color: #CBA61A;
}

h1 {
    
    font-size: 2em;
}

h2 {
    letter-spacing: -1px;
    font-size: 1.5em;
}

h3 {
    font-size: 1em;
}

ul, ol {
    
}

p {
    line-height: 150%;
}

blockquote {
    padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
    line-height: normal;
    font-style: italic;
}

a {
    color: #3AA0B9;
}

a: hover {
    text-decoration: none;
    color: #3AA0B9;
}
#au{
    padding-left:20px;
    
}
.post {
    padding: 0 0 5px 0;
}

.title {
    margin: 0;
    line-height: 100%;
}
.title2{
    margin: 0;
    line-height: normal;
}
.byline {
    margin: 0;
    color: #646464;
}

.meta {
    text-align: right;
    color: #646464;
}

.meta .more {
    padding-left: 20px;
    background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
    padding-left: 20px;
    background: url(images/img04.gif) no-repeat left center;
}
#toptitle{
    font-size: 3em;
    font-family: Georgia;
    color: #CBA61A;
}
#left_adsense{
    margin-left: 8px;
}

#header {
    height: 200px;
    margin: 0 auto;
    float: top;
}

#headerLeft {
    float: left;
    width: 267px;
    height: 200px;
    background: url(images/header3.jpg) no-repeat left top;
}

#headerCenter{
    height: 200px;
}

#headerCenterUpper{
    text-align: left;
    margin-top:10px;
}

#headerCenterLower{
    margin-top: 125px;
    text-align: justify;
}

#headerCenter h1, #headerCenter p{
    color: #DDB41B;
    margin: 0 auto;
}

#headerCenter h1{
    padding-top: 10px;
}

#headerRight{
    float: right;
    width: 180px;
    height: 200px;
    text-align: justify;
    padding-top: 10px;
}

#left {
    float: left;
    width: 200px;
   
}

#left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#left li ul {
    padding: 0;
}

#left li li {
    padding-left: 12px;
    border-bottom: 1px dotted #0F0F0F;
    
}

#left h2 {
    margin: 0;
    padding: 10px 0 0 0;
}

#left a {
    text-decoration: none;
}

#right {
    float: right;
    width: 250px;
}

#right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#right li ul {
    padding-left: 12px 0;
}

#right li li {
    padding-left: 10px;
    border-bottom: 1px dotted #0F0F0F;
}

#right h2 {
    margin: 0;
    padding: 10px 0 0 0;
    border-bottom: 2px solid #0F0F0F;
}

#right a {
    text-decoration: none;
}
#container {
    height: 100%;
    width: 100%;
}

#content {
  width: 100%;
  float: left;
}
#text {
    text-align: justify;
    margin-left:250px;
    margin-right:250px;
    padding: 10px;
    line-height: 150%;
    
}
#left {
  float: left;
  margin-left: -100%;
  width: 250px;
}
#right {
  float: left;
  width: 250px;
  margin-left: -250px;
}

#footer {
    text-align:center;
    float: bottom;
    width: 100%;
}

#footerCenter{
    font-size: smaller;
    text-align: center;
}

#wrapper {
  float: center;  
  width: 100%;
  width: expression( (documentElement.clientWidth||document.body.clientWidth)<1100?'1100px':'' );
  min-width: 1100px;
}
