body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }

body {
    background: #310909;
    color: #fff;
    font-family: Arial, Verdana;
    font-size: 12px;
}

a {
    color: #ffa900;
    text-decoration: none;
}

#main {
    background: url(images/bg.jpg) repeat-x;
}

#container {
    margin: 0 auto;
    width: 1250px;
}

#header {
    background: url(images/logo.jpg) no-repeat;
    height: 155px;
    margin: 0 auto;
    width: 1250px;
}


#menu {
    float: right;
}

ul#menu li {
    background: url(images/menu-button.jpg) scroll center center no-repeat;
    width: 245px;
    height: 39px;
    float: left;
    list-style: none;
    margin: 0 10px;
    text-align: center;
}

ul#menu li a {
    font-size: 23px;
    font-family: 'Arial Black';
    color: #b13430;
    text-decoration: none;
    letter-spacing: -1px;
    padding-left: 18px;
}

#wellcome {
    float: right;
    width: 50%;
    margin: 40px 20px 0 0;
    text-align: center;
}

#wellcome p {
 font-size: 16px;
}

.thumbs {
    margin: 0 auto;
}

.thumbs a {
    display: block;
    float: left;
    height: 186px;
    width: 246px;
    margin: 0px;
}

.thumbs img {
  background: #fffbe5;
  height: 180px;
  width: 240px;
  padding: 0px;
}

.thumbs a img, .thumbs a:visited img {
    border: 1px solid #ff9c00;
}

.thumbs a:hover img {
    border: 1px solid #b13430;
}

.archive {
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
}

.archive span {
    display: block;
    float: left;
    padding-top: 2px;
}

.archive a {
    background:url(images/archive-button.png) 0px 0px no-repeat;
    display: block;
    float: left;
    width: 20px;
    height: 22px;
    font-weight: bold;
    font-size: 14px;
    color: #b13430;
    text-decoration: none;
    text-align: center;
    padding-top: 2px;
    margin-left: 8px;
    margin-top: 5px;
}

.archive a:hover {
    text-decoration: underline;
}

div.ad-top-bg {
    background: url(images/ad-top-bg.png) no-repeat;
    margin: 0 auto;
    width: 960px;
    height: 6px;
    margin-top: 20px;
}

div.ad {
    background: #fffdf2;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    width: 960px;
   
}

div.ad img a, div.ad img {
    float: left;
    margin-left: 10px;
    border: 2px solid black;
}

div.ad p {
    font-size: 16px;
    font-weight: bold;
    color: #310909;
    float: left;
    margin-left: 20px;
    width: 600px;
    padding-top: 20px;
    text-align: center;
}

div.ad p a {
    font-size: 48px;
    font-weight: bold;
    display: block;
    padding-top: 20px;
    color: #b13430;
    letter-spacing: -1px;
}
div.ad p a:hover {
    font-size: 48px;
    font-weight: bold;
    display: block;
    padding-top: 20px;
    color: #red;
    letter-spacing: -1px;
    text-decoration: underline;
}

div.ad-bottom-bg {
    background: url(images/ad-bottom-bg.png) no-repeat;
    margin: 0 auto;
    width: 960px;
    height: 6px;
    margin-bottom: 20px;
}

div#top-bg {
    background: url(images/top-top-bg.png) no-repeat;
    margin: 0 auto;
    width: 960px;
    height: 6px;
    margin-top: 20px;
}

div#top {
    background: #4c1515;
    margin: 0 auto;
    width: 960px;
}

div#top ul {
    float: left;
    width: 240px;
    background: #4c1515;
}

div#top ul li {
    list-style-image: url(images/bullet.gif);
    margin-left: 50px;
    line-height: 2.5em;
 }

div#top ul li a {
    font-size: 21px;
    font-weight: bold;
    color: #fffbe5;
    letter-spacing: -1px;
    text-decoration: none;
    padding-left: 6px;
}
div#top ul li a:hover {
    font-size: 21px;
    font-weight: bold;
    color: #fffbe5;
    letter-spacing: -1px;
    text-decoration: underline;
    padding-left: 6px;
}

div#bottom-bg {
    background: url(images/top-bottom-bg.png) no-repeat;
    margin: 0 auto;
    width: 960px;
    height: 6px;
    margin-bottom: 20px;
}



div#inner {
    background: url(images/footer-bg.png) no-repeat;
    margin: 0 auto;
    width: 960px;
    height: 70px;
}

div#inner p {
    width: 500px;
    padding-top: 20px;
    padding-left: 20px;
}

.clear {
    clear: both;
}