body {
    background-color: #F5F5F5;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
}
#wrapper {
    width: 888px;
    min-height: 567px;
    margin: auto;
}
#header {
    height: 168px;
    width: 886px;
    float: left;
    background-color: #D5D5D5;
    border: 1px solid #CACACA;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
    overflow: hidden;
}
#mainmenu {
    height: 41px;
    width: 888px;
    float: left;
    background-color: #369;
    margin: 4px 0px 4px 0px;
    border-radius: 4px;
    overflow: hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#mainmenu ul{
    margin: 0px;
    padding: 0px;
}
#mainmenu ul li{
    float: left;
    margin: 0px;
    padding: 11px 20px 8px 20px;
    border-right: 1px soliD #F5F5F5;
    font-weight: bold;
    font-size: 15px;
    color: #AF3F3F;	
    list-style-position: inside;
    /* width: 123px; */
    list-style: none;
}
#mainmenu ul li:hover {

}
#mainmenu ul li a{
	text-decoration: none;
	color: white;
	/* display:block; */
    
	width: auto;
	float: initial;
	list-style-image: url(../images/list-bg.jpg);
	list-style-position: inside;
}
#mainmenu ul li a:hover{
	color:white;
	float: initial;
}

#flash{
    height: 300px;
    width: 886px;
    float: left;
    background-color: #ccc;
    border: 1px solid #CCCBCB;
    overflow: hidden;
    border-radius: 5px;
}
#content {
    min-height: 450px;
    width: 888px;
    float: left
	;
    margin: 4px 0px 5px 0px;
}
#left{
    width: 270px;
    float: left;
    border-radius: 5px;
}
#left-module {
    width: 270px;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
	margin:0px 0px 7px 0px;
    height: auto;
}
#left-module p strong {
    margin-bottom: -10px;
    display: block;
}

#left h3{
    background-color: #A0A0A0;
    padding: 12px;
    margin: 0px;
    color: white;
    border-radius: 5px 5px 0px 0px;
    font-family: arial;
}
#left p{
    padding: 0px 8px 0px 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0px -3px 0px;
}

#right{
    min-height: 597px;
    width: 608px;
    float: right;
    background-color: white;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
#right p{
    padding: 10px 10px 0px 16px;
}
#right h1 {
    padding: 14px 10px 10px 16px;
    background-color: #AAAAAA;
    margin: 0px;
    border-radius: 5px 5px 0px 0px;
    color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 19px;
}
#footer-top {
	width:100%;
	float:left;
	height:112px;
	text-align:center;
	font-size:24px;
	line-height: 29px;
	}
#footer{
    height: 98px;
    width: 886px;
    float: left	;
    background-color: #F4F4F2;
    border: 1px solid #A8A8A8;
    padding: 20px 0px 0px 0px;
    overflow: hidden;
    margin: 27px 0px 0px 0px;
    border-radius: 5px;
}
#copyright{
    height: 23px;
    width: 888px;
    float: left	;
    background-color: #C4C4C4;
    border-radius: 6px;
    margin: 0px 0px 3px 0px;
}
