
body {
	margin:0px;
	padding:0px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#wrapper-top {
	background-image: url(../images/wrapper-top-bg.png);
	width:100%;
	height:187px;
}
#top-links {
    width: 1000px;
    margin: auto;
    color: #fff;
    height: 27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:	12px;
	color:#09F;
}
#header {
	width: 1000px;
    margin: auto;
}
#header-left {
    float: left;
    width: 313px;
    height: 123px;
    padding-top: 39px;
}

#header-right{
    float: right;
    height: 123px;
    width: 672px;
}
#header-right-top {
    width: 100%;
    height: 34px;
    text-align: right;
    padding-top: 12px;
}
#header-right-middle {  
    height: 35px;  
    color: #fff;
    font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
    padding: 18px 0px 0px 6px;
    text-align: right;
}
#header-right-middle a {
    text-decoration: none;
    color: #fff;
}
    
    
#header-right-bottom{
    width: 100%;  
    height: 49px;  
    text-align: right;
}

#wrapper-middle {
	background-image: url(../images/wripper-middle.png);
	width:100%;
	float:left;
	background-color: #f4f4f2;
	background-repeat:repeat-x;
	MIN-height:444PX
}
#flash {
    width: 940px;
    margin: auto;
    padding: 42px 30px;
	height:283px;
}
.nivoSlider {
    position:relative;
    background:url(../nivo-slider/themes/dark/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

#hdd {
    width: 985px;
    margin: -32px auto auto auto;
}
#content{
    width: 1000px;
    margin: 25px auto 5px auto;
}
#content p{
    margin: 0px;
    padding: 0px;
}
#left {
    float: left;
    width: 200px;
    min-height: 274px;
    border: #888 1px solid;
    border-radius: 12px;
}
#left h1 {
    background-color: #A3B9CF;
	
    padding: 12px;
    margin: 0px;
    border-radius: 8px 8px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
    color: #222;
}
#left ul {
    padding: 0px;
    margin-left: 28px;
}
#left ul li {
    padding: 6px 0px;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
#left ul li a {
}

#center{
    float: left;
    width: 600px;
    min-height: 444px;
    padding-top: 12px;
}
#center p{
    padding: 0px 15px;
    font-size: 13px;
    line-height: 27px;
	font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    color: #444;
}
#right {
    float: right;
    width: 190px;
    min-height: 444px;
}
#right .module {
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
}
#right .module-title{
    margin: 0px;
    background-color: #FFFFFF;
    padding: 12px;
	font-family:Arial, Helvetica, sans-serif;
    border-bottom: #CCC solid 1px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
#right .module-body {
    padding: 9px;
    line-height: 16px;
    background-color: #fff;
}

#wrapper-bottom {
	background-image: url(../images/wripper-bottom.png);
	width:100%;
	float:left;
	min-height: 146px;
	margin-top: 0px;
}
#footer{
    width: 1000px;
    margin: 77px auto 0px auto;
    text-align: center;
    font-size: 15px;
    color: white;
    padding: 23px;
}
#footer a{
    color: white;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#wrapper-copyright {
	background-color:#001c34;
	height:39px;
	width:100%;
	float:left;
}
#copyright{
    width: 1000px;
    color: rgb(157, 192, 238);
    margin: auto;
    text-align: center;
    padding-top: 12px;
}