/* Body 
---------------------------------*/
html, body {
height: 100%;
}
body {
background:#E3E3E3;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: center;
margin: 0px;
padding: 0px;
}
img {
border: 0px;
}
/* Container 
---------------------------------*/
#shadow, #container {
background-color: #FFFFFF;
position: relative;
min-height: 100%;
}
#shadow {
width: 760px;
margin-right: auto;
margin-left: auto;
text-align: center;
background-image: url(../images/shadow.png);
background-repeat: repeat-y;
}
#container{
min-height: 100%;
padding: 0px;
width: 740px;
margin: 0px auto 0px auto;
background-color: #FFFFFF;
position: relative;
}
* html #container{height: 100%;}
* html #shadow{height: 100%;}
/* Header 
---------------------------------*/
#header {
background-color: #1C1C1B;
width: 740px;
height: 100px;
}
#header img {
float: left;
border: 0px;
}
ul#sidenav {
float: right;
margin: 10px 25px 0px 0px;
padding: 0px;
width: 100px;
list-style: none outside;
}
ul#sidenav li a{
width: 100px;
background: url(../images/mainstar.jpg) no-repeat left;
font-size: 11px;
text-decoration: none;
color: #968e7e;
text-indent: 22px;
text-transform: capitalize;
line-height: 20px;
display: block;
text-align: left;
}
ul#sidenav li a:hover {
color: #FFF;
background-color: #312F2C;
}
/* Main 
---------------------------------*/
#main {
width:740px;
}
/* Text - 
---------------------------------*/
h1, h2, .bottomText {
color:#FFFFFF;
margin:0px;
}
h2, .bottomText {
font-size:11px;
}
h1, h2, h3, h4 {
text-align:left;
}
h1, h3, h4 {
font-weight:bold;
font-variant:small-caps;
}
h1 {
font-size: 16px;
text-indent:20px;
padding-top:47px;
}
h2 {
height:25px;
font-weight:normal;
text-indent: 45px;
}
h3, h4{
font-size:15px;
text-transform:capitalize;
padding-left:30px;
}
h3{
padding-top:15px;
}
.bottomText {
padding:10px;
text-align:center;
color:#666666;
height:25px;
}
/* Footer 
---------------------------------*/
#clearfooter {height: 80px;}
#footer {
margin: -51px auto 0px auto;
width: 690px;
height: 48px;
color: #555555;
font-size: 10px;
text-align: center;
background-color: #E3E3E3;
border-top: #1c1c1b 1px solid;
position: relative;
padding: 2px 25px 0px 25px;
}