@import url(reset.css);

body {
    font: 12px Arial, sans-serif;
}
.clear {
    clear: both;
}
#wrapper {
    margin: 0 auto;
    width: 915px;
}
#top {
    padding-right: 7px;
    height: 33px;
}
#top .container {
    height: 33px;
    float: right;
    margin-left: 10px;
    background: url(../images/container-background.gif);
}
#top .container .content {
    height: 27px;
    padding: 6px 5px 0 3px;
    text-align: center;
    background: url(../images/container-background.gif);
}
#top .container .left {
    background: url(../images/container-left.gif);
    width: 15px;
    height: 33px;
    float: left;
}
#top .container .right {
    background: url(../images/container-right.gif);
    width: 15px;
    height: 33px;
    float: right;
}
#top .container a {
    color: #848484;
    text-decoration: none;
    font-weight: normal;
}
#top .container a img {
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -1px;
}
#navigation .logo {
    float: left;
    width: 205px;
}
#navigation {
    padding-left: 10px;
    margin-top: 3px;
    margin-bottom: 5px;
}
#navigation ul {
    width: 650px;
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
	margin-right: -60px;
}
#navigation li {
    float: left;
}
#navigation li a {
    padding-top: 13px;
    font-size: 12px;
    font-weight: normal;
    color: #6d6d6d;
    display: block;
    margin-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 20px;
}
#navigation li a:hover {
    color: #CC3366;
}
#bottom {
    padding: 0 0 0 11px;
    background: url(../images/bottom-background.gif) no-repeat;
}
#bottom a {
    float: left;
    height: 174px;
    margin-left: 9px;
}
#bottom p {
    color: #a1a1a1;
    padding: 15px 10px;
    text-align: right;
    font-size: 10px;
}
#content.index .top {
    background: url(../images/index-top.gif) no-repeat;
    height: 8px;
}
#content.index .bottom {
    background: url(../images/index-bottom.gif) no-repeat;
    height: 9px;
}
#content.index .main {
    background: url(../images/index-background.png) no-repeat;
    height: 316px;
    padding: 0;
}
#content .top {
    background: url(../images/content-top2.png) no-repeat;
    height: 18px;
}
#content .bottom {
    background: url(../images/content-bottom.gif) no-repeat;
    height: 22px;
}
#content .main {
    background: url(../images/content-background2.png) no-repeat;
    padding: 10px 35px 1px;
    z-index: 100;
}
#content .main .left {
    float: left;
    width: 255px;
    padding-top: 5px;
}
#content .main .left img {
    border: 1px solid #d6d6d6;
}
#content .main .left p {
    margin-top: 20px;
    padding: 6px 10px;
    background: #969696;
    font-weight: bold;
    color: #fff;
}
#content .main .right {
    margin-left: 280px;
}
#content .main h1 {
    color: #FF3399;
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 17px;
}
#content .main h2 {
    color: #a1a1a1;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 17px;
}
#content .main .right p {
    color: #4c4c4c;
    margin-bottom: 17px;
}
#content .main table {
    color: #8a8a8a;
    margin-bottom: 17px;
}
#content.gallery h1 {
    margin-bottom: 5px;
}
#content.gallery a.thumb {
    margin-left: 48px;
    margin-bottom: 25px;
    width: 130px;
    float: left;
}
#content.gallery a.thumb.first {
    margin-left: 0;
}
#content.gallery a.thumb img {
    border: 1px solid #e6e6e6;
}