html,body {
	margin: 0;
	padding: 0;
    background: #000;
    height: 100%;
}
#wrap {
	margin: 0 auto;
	width: 1000px;
    height: 99.9%;
}
#head {
    width: 1000px;
    height: 163px;
    border-bottom: 5px solid #fff;
    background: url(../images/site/header.png) left top no-repeat;
}
#content_left {
    float: left;
    width: 300px;
    /*background: #252525;*/
    background: #000;
}
#content_right {
    float: right;
    width: 700px;
    height: 80%;
    overflow: auto;
    background: #000;
}
.clear {
    clear: both;
}
.navigation {
    width: 300px;
	margin-top: 6px;
}
.navigation_header {
    margin-bottom: -5px;
    cursor: pointer;
}
.navigation_thumbs {
    list-style-type: none;
    margin-left: 25px;
    margin-top: 5px;
    padding: 0;
}
.navigation_thumbs li {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
}
.syndication {
    margin-bottom: -5px;
    margin-top:  6px;
    border-top: 10px solid #252525;
    background: #252525;
    width: 300px;
}
.center_home {
    text-align: center;
    padding-top: 30px;
}
.center {
    text-align: center;
}
img {
    border: 0;
}
.homebutton {
    position: relative;
    top: 120px;
    left: 110px;
}
