html,body {
font-family: arial, helvetica, sans-serif;
font-size: 9pt;
color: #CDCDCD;
background-color: #1B1C20;
background-image:url('/images/bg-index.jpg');
text-align: center;
min-width: 760px;
height: 95%;
}

h1 {
color: #FF9933;
font size: 18pt;
}

h2 {
color: #FF9933;
font size: 16pt;
}

h3 {
color: #FF9933;
font size: 14pt;
}

h4 {
color: #FF9933;
font size: 12pt;
}

img {
border: none;
outline: none;
}

a { color: #CDCDCD; }

a:visited { color: #CDCDCD; }

a:hover {color: #FF9933}

#header {
background-color: #626262;
clear:both;
}

#footer {
background-color: #1B1C20;
clear:both;
}


#wrapper {
text-align: left;
width: 760px;
height: 100%;
margin: 0 auto;
font-size: 9pt;
}

#nav {
background-color: #626262;
text-align: right;
padding:5px 0px 5px 0px;
margin:0 0 5px 0;
border-bottom:15px solid #1a1b1f;
}

#nav a {
background-color:#626262;
font-weight:bold;
text-decoration:none;
padding:4px 20px 4px 20px;
}

#nav a:hover {
background-color:#626262;
text-decoration:none;
}

#content {
border-top:1px solid #FF9933;
padding:0px 20px 0px 20px;
background-color: #626262;
height:480px;
margin: 0 auto;
}

#rightcontent {
float: right;
height:100%;
width: 379px;
margin: 0 auto;
}

#leftcontent {
float: left;
border-right:1px solid #FF9933;
height:100%;
width: 320px;
margin: 0 auto;
}



