body {
background: #FFF url(../images/bg-page.gif);
text-align: center;
}
#layout {
/*background: #FFF;*/
width: 817px;
margin: 0px auto;
text-align: left;
padding: 15px;
padding-top: 0px;

}
#header {
height: 131px;
position: relative;
background: #FFF;
}
#nav {
position: absolute;
top: 0px;
background: #FFF url(../images/bg-pattern-top.jpg) repeat-x bottom;
width: 817px;
height: 51px;
border-bottom: 1px solid #E22500;
}
#nav-corner-left {
position: absolute;
background: #FFF url(../images/bg-corner-top-left.jpg) no-repeat;
width: 9px;
height: 9px;
top: 23px;
left: -1px;
}
#nav-corner-right {
position: absolute;
background: #FFF url(../images/bg-corner-top-right.jpg) no-repeat;
width: 9px;
height: 9px;
top: 23px;
right: -1px;
}
#nav ul {
height: 31px;
background: #E22500;
padding-left: 16px;
}
#nav li {
float: left;
}
#nav a {
color: #FFF;
text-transform: uppercase;
text-decoration: none;
}
#logo {
position: absolute;
top: 51px;
width: 195px;
height: 70px;
background: #D98700 url(../images/logo.jpg);
}
#logo a {
display:block;
width: 195px;
height: 70px;
}
#logo a span {
display: none;
}
#sub-nav {
position: absolute;
top: 60px;
right:15px;
width: 500px;
height: 25px;
border-bottom: 1px dotted #424242;
text-align: right;
}
#sub-nav li {
float: left;
}
#breadcrumbs {
position: absolute;
top: 95px;
left:300px;
width: 500px;
height: 20px;
text-align: left;
}
#content {
position: relative;
padding-bottom: 32px;
background: #FFF url(../images/bg-pattern-bot.jpg) repeat-x bottom;
border: 1px solid #E22500;
border-bottom: none;
width: 817px;
}
#corner-left {
position: absolute;
background: #FFF url(../images/bg-corner-content-left.jpg) no-repeat;
width: 13px;
height: 13px;
top: -1px;
left: -1px;
}
#corner-right {
position: absolute;
background: #FFF url(../images/bg-corner-content-right.jpg) no-repeat;
width: 13px;
height: 13px;
top: -1px;
right: -2px;
}
#column-left {
position: absolute;
width: 160px;
color: #FFF;
padding: 5px;
left: 24px;
top: 16px;
z-index: 5;
}
#content-right {
top: 0px;
right: 0px;
width: 606px;
margin-left: 196px;
padding: 15px 5px 5px 5px;
min-height: 680px;
height: auto !important;
height: 680px;
}
#footer {
background-color: #FFF;
line-height: 30px;
text-align: right;
}