﻿body,
html {
	margin:0px;
	padding:0px;
    background:#a7a09a;
	color:#000;
    font-family: inherit;
}

* {
  font-family: verdana, tahoma, arial;
  font-size: 10pt;
}

body {
	min-width:800px;
}
#wrap {
    background-image: url(../images/wrapbg.jpg); 
    background-repeat: repeat-y;
    background-position: 0px 0px;
	margin:0px auto;
	width:800px;
}
#header {
    background: #663333;
    text-align: center;
    width:100%;
    height:36px;
}

#header div.letter 
{
    position:absolute;
    top:2px;
    background-color:#663333;
    font-family:verdana;
    font-weight:bold;
    font-size:18pt;
    color:#ffcc66;
} 

#nav {
    background:#999999; 
	padding:5px;
}
#minitabs {
    margin: 0px;
    padding: 0px 0px 10px 10px;
    border-bottom: 1px solid #663333; 
}
#minitabs li {
    margin: 0px;
    padding: 0px;
    display: inline;
    list-style-type: none;
}
#minitabs a:link, #minitabs a:visited {
    font-size: 10px;
    font-weight: bold;
    margin: 0px 10px 4px 10px;
    padding-bottom: 2px;
    text-decoration: none;
    color: #000;
}
#minitabs a.active:link, #minitabs a.active:visited {
    border-bottom: 4px solid #663333;
    padding-bottom: 2px;
    background: #fff;
    color: #000;
}

#minitabs a:hover {
    border-bottom: 4px solid #993300;
    padding-bottom: 2px;
    background: #ffffcc;
    color: #663333;
}
#sidebar {
    background:#ffcc66;
    float:left;
	width:200px;
}
#main {
    background:#000000;
	float:right;
	width:584px;
	margin: 4px 4px 4px 4px;
    color: #ffcc66;
    font-family:arial;
    font-size:10pt;
}
#main h3 {
    color: #999999;
    font-weight:bold;
    text-align:center;
} 
#footer {
    background:#663333;
	clear:both;
}
#footer p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
    text-align: center;
}
#footer p a {
    font-family:arial, helvetica, sans-serif; 
    font-weight:normal; 
    font-style:normal; 
    color:#FFCC66; 
    font-size:0.7em;
}

