body {
background-image:url(img/background.jpg);
background-repeat:repeat-x;
margin:0px;
}

#header {
width:835px;
height:230px;
margin:0 auto;
}

#main {
width:807px;
margin:0 auto;
background-color:#FFFFFF;
}

#left {
width:270px;
float:left;
}

#menu {
width:265px;
height:auto;
background-image:url(img/back-menu.jpg);
background-repeat:no-repeat;
}

#others{
width:265px;
text-align:center;
}

#right {
width:537px;
float:right;
}

#content {
width:507px;
padding-left:15px;
padding-right:15px;
}

#footer {
width:807px;
margin:0 auto;
}

.clr {
clear:both;
margin:0px;
padding:0px;
}

.nav a, .nav a:active, .nav a:visited{
	font-family:arial;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	padding-left:75px;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	line-height: 30px;
	}
#navHover, .nav a:hover{
	font-family:arial;
	font-size: 12px;
	color:#CC0000;
	text-decoration: none;
	font-weight:bold;
	padding-left:80px;
	background-image: url(img/nav.jpg);
	background-repeat: no-repeat;
}

.title {
font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#CC0000;
font-weight:bold;
}

.normaltext {
font-family:arial;
font-size:13px;
color:#676767;
font-weight:normal;
}





