/* CSS Document */

body{
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-color: #ccd6da;
	text-align:center;	
}

.container{
	width:770px;
	background-color: #e4e0d3;
	max-width: 770px;    
	
}
.top{
    width:770px;
	height:101px;
	background-image: url(img/top_bg.jpg);    
    background-repeat:no-repeat;
}
.log{
    width:400px;
	padding-left:16px;
	padding-bottom:4px;
}
.img{
    width:770px;
	height:188px;
	
}
.nav{
    width:750px;
	height:25px;
	padding-left:5px;
	border:none;
    
}
.maincontent{
	width:770px;
	background-color: #e4e0d3;
    border-left:1px solid #d9cc9c;
	border-right:1px solid #d9cc9c;
	border-bottom:1px solid #d9cc9c;
	border-top:none;
	vertical-align: top;
	
}
.content{
	width:736px;
	background-color: #ffffff;
    border-left:1px solid #d9cc9c;
	border-right:1px solid #d9cc9c;
	border-bottom:1px solid #d9cc9c;
	border-top:1px solid #d9cc9c;
	vertical-align: top;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin-right:auto;
	margin-right:auto;
}
.footer{
	width:100%;
	height:20px;
	text-align:center;
	vertical-align: middle;    

}

.wbrng{
	font-family: Tahoma;
	font-size: 10px;
}

.wbrng a {
	font-family: Tahoma;
	font-size: 10px;
	color:#990000;
	text-decoration:none;
}

.wbrng a:link {
	font-family: Tahoma;
	font-size: 10px;
	color:#990000;
	text-decoration:none;
}
.wbrng a:hover{
	font-family: Tahoma;
	font-size: 10px;
	color:white;
	text-decoration:none;
}

