body
{
	background-image: url(images/leftbg.gif);
	background-repeat: repeat-y;
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-top: 0px;
	text-decoration: none;
	}

	
a {
	color: #C0272D; 
	font-size: 14px;
	text-decoration: none
}
a:hover {
	color: #6D6E71; text-decoration: none}	
	
	
div#wrapper {
	margin-left: 50px;
	top: 0px;
	width:889px;
	height: 500px;
	background-image: url(images/logobacknew.gif);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}
#wrapper #topmenu {
	height: 35px;
	background-color: #A38A86;
	width: 100%;
	text-align: right;
}
#wrapper #header {
	height: 100px;
}
#wrapper #main {
	background-color: #FFF;
	height: 100%;
}
#wrapper #footer {
	background-color: #A38A86;
	height: 25px;
	width: 970px;
	float: left;
}

/* ---------- MENU --------------- */

#menu {
	width: 192px;
	margin-top: 16px;
	}
	
#menu li a {
	height: 25px;
	text-decoration: none;
	font-size: 12px;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000;
	display: block;
	background: url(images/v6.gif);
	background-repeat:no-repeat;
	background-position: top;
	padding: 6px 0 2px 70px;
	}
	
#menu li a:current {
	color: #c1282d;
	display: block;
	background: url(images/v7.gif);
	background-repeat:no-repeat;
	background-position: top;
	padding: 6px 0 2px 70px;
	}	
	
#menu li a:hover {
	color: #c1282d;
	background: url(images/v7.gif);
	background-repeat:no-repeat;
	padding: 6px 0 2px 70px;
	background-position: top;
	}

#menu li a:link#current, #menu li a:visited#current, #menu li a:hover
{

	color: #c1282d;
	background: url(images/v7.gif);
	background-repeat:no-repeat;
	background-position: top;
	padding: 6px 0 2px 70px;
	font-size: 12px;
	}

/* ---------- MAIN --------------- */

.main .sections 											{
	clear:both;
	width:192px;
	height: 400px;
	float: left;
	margin-top: 1px;
	margin-left: 21px;
}

.main .sections .section 									{
	float:left;
	width:185px;
	height: 185px;
}
.main .sections .section .inner 							{
	clear:both;
	margin-left:3px;
	width:214px;
}

.main .innerin							{
	clear:right;
	float:left;
	width:400px;
	height: auto;
	padding-left: 40px;
	padding-top: 60px;
	padding-bottom: 10px;
}

.main .innerin2							{
	clear:right;
	float:left;
	width:450px;
	height: auto;
	padding-left: 40px;
	padding-top: 60px;
	padding-bottom: 10px;
}

.main .bod							{
	clear:right;
	float:left;
	width:455px;
	height: auto;
	padding-left: 40px;
	padding-top: 60px;
	padding-bottom: 10px;
}

.main .innerfooter							{
    clear:both;
	float:left;
	width:970px;
	height: 25px;
}

#news {
	float:right;
	width:200px;
	padding-left:10px;
	height: 200px;
	padding-top: 224px;
	}
	
#newsmenu {
	float:right;
	width:150px;
	height: 20px;
	padding-top: 150px;
	padding-left: 26px;
	text-align: right;
	}	
	
#bodmenu {
	float:right;
	width:150px;
	height: 20px;
	padding-top: 10px;
	font-weight: bold;
	padding-left: 26px;
	}		

*{
	margin:0px;
	padding:0px;
	list-style: none;
}

