*{
	padding: 0;
	margin: 0;
	border: 0;
}

hr{
	display: none;
}
a{
	color: #B52745;
}
a:hover{
	color: #444444;
}
.clear{
	clear: both;
}
p {
	margin: 10px 0 0 0;
}
table {
	border: none;
	padding: 0 5px 0 5px;
	color: #444444;
	font-size: 13px;
	font-family: arial, verdana, tahoma;
}
body{
	text-align: center;
	background: #CCCCCC url('../layout/bg.jpg') repeat-x 0% 0%;
	font-family: tahoma;
	font-size: 11px;
}

#maincell {
	overflow: hidden; 
	margin: 15px auto;
	width: 770px;
	padding: 0px;
	background: #B52745;
	border: 1px solid #B52745;
	text-align: left;
}

#maincellinner {
	float: left;
	overflow: hidden;
	margin: 0;
	width: 720px;
	padding: 5px;
	background: #ffffff;
	text-align: left;
	border: none;
}

#logoright {
	display: block;  
	position: relative; 
	float: right; 
	overflow: hidden; 
/*	margin: 0 0 0 720px; */
	width: 40px;
	height: 400px; 
/*	height: 100%; */
	padding: 0px;
	background: #B52745;
	text-align: right;
	border: none;
}

.logoright {
	position: relative; 
	right: 0px;
	top: 90px;
}

#header {
	position: relative;
	height: 95px;
	width: 720px;
	margin: 2px 0 0 0;
	background: url('../layout/headerbg.gif') repeat-x 0% 0%;
	border-bottom: 0px solid #f1f1f1;
}

.headeraddress {
	float: right;
	width: 400px;
	padding: 28px 15px 0 0;
	text-align: right;
}

#logo {
	position: absolute;
	left: 22px;
	top: 9px;
}


#content {
	width: 100%;
	margin: 3px 0 20px 0;
}
	
#contentleft{
	width: 200px;
	float: left;
	overflow: hidden;
}
	
	#contentleft div.leftmenu{
		width: 100%;
		background: #B52745 url('../layout/leftmenubottom.gif') no-repeat 0% 100%;
		margin: 0 0 7px 0;
	}
	#contentleft div.leftmenu ul.leftmenutop{
		padding: 5px 15px 0px 15px;
		list-style: none;
		background: url('../layout/leftmenutop.gif') no-repeat 0% 0%;		
	}
	#contentleft div.leftmenu ul{
		padding: 5px 15px 0px 15px;
		list-style: none;
	}

	#contentleft div.leftmenu ul li{
		padding: 3px 0;
	}
						
	#contentleft div.leftmenu ul li a{
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		padding: 5px 0 3px 0;
		display: block;
		width: 170px;
	}
	#contentleft div.leftmenu ul li a:hover{
		color: #eeeeee;
		text-decoration: underline;
	}
	

#contentcenter {
	width: 475px;
	padding: 20px;
	float: left;
	overflow: hidden;
	color: #444444;
	font-size: 10px;
}
	#contentcenter p, #contentcenter ul, #contentcenter li {
		color: #444444;
		font-size: 13px;
		font-family: arial, verdana, tahoma;
	}
	#contentcenter p.note {
		color: #222222;
		font-weight: italic;
		background: #eeeeee;
		padding: 7px;
	}
	#contentcenter h2{
		font-weight: bold;
		font-size: 20px;
		font-family: arial;
		color: #444444;
		margin: 5px 0 10px 0;
	}
	#contentcenter h3{
		font-size: 16px;
		padding: 0 0 3px 0;
		margin: 15px 0 2px 0;
		color: #B52745;
		text-decoration: none;
	}
	#contentcenter ol, #contentcenter ul{
		padding: 5px 0 5px 25px;
	}	



	
#footer{
	width: 720px;
	height: 40px;
	border-top: 1px solid #f1f1f1;
	background: url('../layout/footerbg.gif') repeat-x 0% 0%;
}
	#footer p{
		margin: 20px 0 0 10px;
		color: #838383;
	}
	#footer p a{
		font-weight: bold;
	}
	
#bottomadverts {
  margin : 10px 0 10px 0;
  text-align : center;
  font-size : 0px;
  color : #CCCCCC;
}

#bottomadverts a, #bottomadverts a:visited {
  color : #CCCCCC;
}

.clear{
	clear: both;
}

div.navigation{
	padding: 7px 0 2px 0;
	margin: 9px 0 9px 0;
	border-top: 1px dotted #e0e0e0;
}
