html,body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    background-color:#E3E0D9;
    background-image : url(../img/bg.gif);
    background-position : left;
    margin-top:0px;
    margin-left:0px;
    height:100%;
}
h1 {
    font-size:22px;
    padding:20px;
    color:#323331;
}
h2 {
    font-size:18px;
    color:#6D5E51;
    background-color:#CFCAA5;
    background-position : right;
    background-image : url(../img/header_bg.jpg);
    background-repeat : no-repeat;
    padding:20px;
    border : 2px solid #fff;
    margin-bottom:0px;
    margin-top:0px;
}
h3 {
    font-size:14px;
    padding:20px;
    color:#6D5E51;
    margin-left:28px;
    margin-bottom:-30px;
}
p {
    font-size:11px;
    margin-right:48px;
    margin-left:48px;
}
li{
    margin-right:58px;
    margin-left:58px;
}
hr{
    height:1px;
}
#nav{
    background-color: #dad5ce;
    background-position : right;
    background-image : url(../img/nav_bg.jpg);
    background-repeat : no-repeat;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 1px solid #fff;
    border-right: 2px solid #fff;
}

#nav a:link,#nav a:active,#nav a:visited { 
    font-weight:bold;
    text-decoration:none;
    color:#6e6e6e;
    padding:4px;
    border: 1px solid #fff;
    margin-top: 4px;
    background-color:#dad5ce;
}
#nav a:hover {
    color: #000;
    background-color:#cfcaa5;
}
#cur{
    font-weight:bold;
    color:#8c886b;
    border: 1px solid #fff;
    margin-top: 4px;
    background-color: #cfcaa5;
    padding:4px;
    padding-bottom: 6px;
    border-bottom: 0px;
}
#logo{
    position:absolute;
    top: 8px;
    left:22px;
    z-index: 3;
}
#links{
    position:absolute;
    top:153px;
    left:635px;
    padding: 6px;
    z-index: 3;
}
#links a:link,#links a:active,#links a:visited { 
    font-weight:bold;
    text-decoration:none;
    color:#fff;
    background-color: #339933;
    padding : 1px 10px 1px 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
#links a:hover { 
    color: #fff;
    background-color:#006633;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-right: 1px;
}
#container {
    background-color:#fff;
    width:795px;
    height:100%;
    border-left:1px solid #757575;
    border-right:1px solid #757575;
    margin-left:12px;
}
#content {
    border-top:0px;
    padding:1px;
}
#footer {
    font-size:9px;
    color:#999999;
	padding-right: 50px;
    margin-top:20px;
    margin-left:50px;
	margin-right:105px;
}
#footer img{
	float: left;
	padding-right: 20px;
}
#footer p{
	font-size:9px;
	margin-top : 26px;
	margin-right:0px;
    margin-left:0px;
}

