/* css by chad derby | cupofwax.com  */

body {
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
background: url(../images/bg.gif) repeat-y #424142 center;
}

a {color: #102442; text-decoration:none;}
a:visited {color:#102442; text-decoration:none;}
a:hover {color: #102442; text-decoration: underline;}
a:active { color:#102442; text-decoration:none;}

h1 {
font-size: 11px;
color:#CCCCCC;
text-transform:uppercase;
background: #333333;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;
}


/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
background-color: #001031;
border:2px solid #CCCCCC;
}

/* ----------banner for logo-------------- */
#banner {
background: #001431 url(../images/header.jpg) no-repeat center top;
text-align: right;
padding: 0px;
margin: 0px;
color:#102442;
height: 100px;
}


/* -----------------content--------------------- */
#content {
padding: 0px;
background: #ffffff;
float:right;
width: 600px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 35px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}
html>body #left{ width: 200px; }


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

