body {
    background: #fff url(/images/bg.jpg) top left repeat-x;
    font: 12px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
}
h1 {
	color: #520809;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px 0px 15px 0px;
}
#pageBox {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}
#navBar {
	width: 800px;
	background: #520809 url(/images/lv/topnav_bg.jpg) repeat-x;
	padding: 0px;
}
#homeCell {
	width: 150px;
	padding-left: 10px;
}
#homeCell a {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}
#homeCell a:hover {
    text-decoration: underline;
}
#navCell {
	width: 650px;
}
#topNav {
    text-align: left;
}
#topNav ul {
    width: 650px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

#topNav ul li {
    display: inline;
    float: left;
}
#topNav ul a {
	background: url(/images/lv/topnav_div.jpg) right top repeat-y;
    display: block;
    float: left;
    padding: 0 1.5em;
    line-height: 2.1em; 
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}
#topNav ul a:hover {
    text-decoration: underline;
}

#current a span {
    float:left;
    display:block;
    padding:5px 15px 4px 6px;
    color:#fff;
}
#sideShadow {
    padding: 0 8px 0 8px;
    clear: both;
    background: url(/images/shadow_side.png) repeat-y;
    width: 800px;
}
#page {
    background: #fff;
    text-align: left;
    clear: both;
    width: 800px;
} 
#contentTable {
    width: 800px;
    font-size: 12px;
}
#mainColumn3 {
    width: 560px;
}
#mainContent {
	padding: 16px;
}
#rightColumn {
    width: 240px;
	background: #C9CCBB;
}
#rightContent {
	padding: 12px;
}

#bottomShadow {
    padding: 0 8px 8px 8px;
    background: url(/images/shadow_bottom.png) bottom left repeat-y;
    width: 810px;
}
#footerBackground {
    background: #520809 url(/images/griffinfooter.jpg) bottom left no-repeat;
    width: 800px; 
}
#footer {
    color: #fff;
    padding: 6px;
}