/*********************
HTML STYLES
***********************/
/**********************
UNIVERSAL STYLES
***********************/
/***************************
LAYOUT STYLES
****************************/
#container {
width: 825px;
}
#header h1,
#header a {
width: 825px;
background: url(standard/header.jpg) no-repeat;
}
#menu {
width: 500px;
height: 25px;
margin: 0 0 0 300px;
overflow: hidden;
}
#content {
width: 811px;
background: url(standard/content_bg.jpg) repeat-y;
}
#footer {
background: url(standard/content_bg.jpg) repeat-y;
width: 805px;
}
#bottom {
background: url(standard/footer_bg.jpg) no-repeat;
width: 825px;
}