/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/bg1.jpg);
	background-repeat:repeat;
}

#warper{
margin:0 auto;
width:1003px;
background-color:#FFFFFF;
}

#header_container{
float:left;
width:1003px;
height:221px;
padding: 0px 0px 0px 0px;
background:url(../images/header_bg.jpg);
background-repeat:no-repeat;
}

#logo{
float: left;
width:387px;
height:71px;
padding: 93px 0px 0px 0;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

#body_container {
width:1003px;
float:left;
background-color:#FFFFFF;
}

#left_nav {
width:253px;
float:left;
padding:0 18px 0 0;
}

#right_nav {
width:712px;
float:left;
padding:0 15px 0 0;
}

#right_nav2 {
width:732px;
float:right;
}

.navs_container {
width:253px;
float:left;
}

.link{
float: left;
width:201px;
height:37px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #67502e;
font-weight: normal;
font-style: normal;
text-decoration: none;
background:url(../images/btn_bg.jpg);
background-repeat:no-repeat;
padding:12px 0 0 52px;
}

.link:hover {
float: left;
width:201px;
height:37px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
font-weight: normal;
font-style: normal;
text-decoration: none;
background:url(../images/hover_img.jpg);
background-repeat:no-repeat;
padding:12px 0 0 52px;
}

#flash {
float:left;
width:370px;
height:370px;
padding:0 17px 0 0;
}

.text1{
float:left;
width:323px;
padding:0 0 0 0;
}

.text2{
float:left;
width:732px;
padding:0 0 0 0;
}

.text3{
float:left;
width:370px;
padding:0 17px 0 0;
}


#bottom {
float:left;
background:url(../images/bottom_bg.jpg);
background-repeat:no-repeat;
width:1003px;
height:219px;
}




