body {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
background-image: url(images/aeonBg.jpg);
background-position: center top;
background-repeat: repeat-y;
margin: 0px;
padding: 0px;
}

#container {
font-size: 12px;
position: relative;
visibility: visible;
margin: 0 auto;
width: 1000px;
height: 100%;
}

#banner {
background-image: url(images/topBg.jpg);
background-position: left top;
background-repeat: no-repeat;
position: relative;
visibility: visible;
width: 1000px;
height: 270px;
}

img {
border: 0px;
}

h1 {
letter-spacing: 2px;
border-top: #444444 solid 4px;
text-indent: 5px;
background-color: #444444;
color: #bad5bf;
margin-top: 0px;
margin-bottom: 6px;
font-weight: bold;
font-size: 16px;
height: 18px;
}

ul {
margin-top: 2px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
padding: 0;
}

li { 
list-style-position: inside;
}

#inline {
display: block;
width: 240px;
height: auto;
visibility: visible;
position: relative;
float: left;
}

br {
clear: left;
}

/* Navigation */
#topleftBox {
position: absolute;
visibility: visible;
width: 530px;
height: auto;
top: 250px;
left: 10px;
}

#topleftBox a {
font-size: 12px;
color: #606060;
text-decoration: none;
}

#topleftBox a:hover {
font-size: 12px;
color: #bad5bf;
text-decoration: underline;
}

#toprightBox {
position: absolute;
visibility: visible;
width: 470px;
height: 270px;
top: 0px;
left: 530px;
}

/* Content */

#contentContainer {
border-top: #bad5bf solid 4px;
border-bottom: #bad5bf solid 4px;
background-color: #222222;
width: 960px;
height: auto;
position: relative;
overflow: auto;
}

#contentContainer a {
font-weight: bold;
font-size: 12px;
color: #bad5bf;
text-decoration: underline;
}

#contentContainer a:hover {
font-weight: bold;
font-size: 12px;
color: #ffffff;
text-decoration: underline;
}

#leftContent {
letter-spacing: 1px;
line-height: 16px;
color: #ffffff;
height: auto;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
float: left;
width: 506px;
position: relative;
}

#rightContent {
letter-spacing: 1px;
line-height: 16px;
color: #ffffff;
height: auto;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
float: left;
width: 414px;
position: relative;
overflow: auto;
}

/* Footer */

#footer {
clear: both;
color: #606060;
font-size: 10px;
background-image: url(images/bottomBg.jpg);
background-position: left top;
background-repeat: no-repeat;
position: relative;
visibility: visible;
width: 1000px;
height: 230px;
}

#bottomleftBox {
line-height: 16px;
text-align: right;
position: absolute;
visibility: visible;
width: 712px;
height: auto;
top: 5px;
left: 10px;
}

#bottomleftBox a {
font-size: 10px;
color: #606060;
text-decoration: underline;
}

#bottomleftBox a:hover {
font-size: 10px;
color: #bad5bf;
text-decoration: underline;
}

#bottomrightBox {
position: absolute;
visibility: visible;
width: 220px;
height: 56px;
top: 0px;
left: 742px;
}

/* Classes */

.bold {
font-weight: bold;
}

.boldG {
color: #bad5bf;
font-weight: bold;
}
