/*Origin8 layout.css CSS file*/
body {
text-align:center; /*center hack*/
/*background:url(../images/background.jpg);
background-repeat: repeat-x;
background-color: #161616;*/
background-color: #000000;
}
#wrap {
width:900px; /*center hack*/
margin:0 auto; /*center hack*/
text-align:left;
}
#header {
text-align:left;
height:180px;
}
#footer {
clear:both;
text-align:center;
height:64px;
/*background:url(../images/footer_base.jpg);
background-repeat: repeat-x;
background-color: #161616;*/
background-color: #000000;
}
#main-body {
float:left;
width:100%;
}

#content {
float:right;
width:600px;
overflow:hidden;
}
#sidebar {
float:left;
width:297px;
overflow:hidden;
}

.inside {
padding: 0px 0px 0px 0px;
}

.inside a:link, a:active, a:visited {
color: #cc6600;
}

.inside a:hover {
color: #ffffff;
}

.inside_sidebar {
padding: 0px 0px 0px 0px;
}

img {
	border:none;
}