/**********************
HTML STYLES
***********************/
/* USE .bodyClass TO ASSIGN STYLES TO THE BODY TAG */
.bodyClass {
/* background: #220806 url(standard/home_bg.jpg) repeat-y top center; */
}
/**********************
UNIVERSAL STYLES
***********************/
/***************************
LAYOUT STYLES
****************************/
#container {
width: 837px;
margin: 0 auto;
text-align: left;
padding: 0 50 0 52px;
background: url(standard/home_bg.jpg) repeat-y top center;
}
#header h1,
#header a {
background: url(standard/home_header_bg.jpg) no-repeat;
}
#left {
display: none;
}
#right {
float: none;
width: 817px;
padding: 10px;
}
#bottom {
height: 133px;
}