body {
	background: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	}
	
a, a:visited {
	color: #BE4949;
	text-decoration: none;
	}
	
a:hover {
	color: #454545;
	text-decoration: none;
	}
	
#header {
	background: #D5D5D5 url(images/header.jpg) no-repeat;
	width: 950px;
	height: 418px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
	}
	
#logo {
	float: right;
	width: 302px;
	height: 190px;
	margin: 0px;
	padding: 155px 5px 0px 0px;
	}
	
#logo a img{
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.navigation {
	background: transparent;
	width: 640px;
	height: 35px;
	color: #BE4949;
	font-weight: bold;
	text-transform: uppercase;
	margin: 160px 0px 0px 5px;
	padding: 0px;
	}
	
#headercontent {
	background: transparent;
	width: 643px;
	height: 195px;
	color: #D5D5D5;
	margin: -150px 0px 0px 0px;
	padding: 10px;
	}
	
#headercontent p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 20px;
	}
	
#wrap {
	background: #D5D5D5;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 10px;
	}
	
#contentleft {
	float: left;
	background: #C8C8C8;
	width: 625px;
	border-left: 10px solid #D5D5D5;
	border-right: 10px solid #D5D5D5;
	border-bottom: 15px solid #D5D5D5;
	margin: 0px;
	padding: 10px;
	}
	
#contentleftcontent {
	background: #C8C8C8;
	color: #454545;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	}
	
#contentleft p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 20px;
	}
	
#contentright {
	float: right;
	background: #C8C8C8;
	width: 265px;
	color: #454545;
	border-right: 10px solid #D5D5D5;
	border-bottom: 15px solid #D5D5D5;
	margin: 0px;
	padding: 10px;
	}

#contentrightcontent {
	background: #C8C8C8;
	color: #454545;
	margin: 0px;
	padding: 0px;
	}
	
#contentright p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 20px;
	}
	
	
#footer {
	width: 960px;
	color: #C8C8C8;
	text-align: center;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	}
	
#footer a, #footer a:visited, #footer a:hover {
	color: #CDCDCD;
	text-decoration: none;
	}