body {
	color : #d8d8d8;
	margin : 0;
	padding : 0;
	background-color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #525252;
	text-decoration:none;
}

a:hover {
	color: #999999;
	text-decoration:none;
	cursor:pointer;
}



#container {
	width : 978px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-image: url(../img/bg_content.png);
	background-repeat: no-repeat;
	background-position: top;
	min-height:600px;


}

#header {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	color : #fdfdfd;
	height: 170px;
	text-align: center;
	background-image: url(../img/avalon_group.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	padding-top: 65px;
	width: 978px;
}

#top {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 35px;	
	width : 900px;
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
	background-position: top;

}

#logo {
	text-align : left;
	float: left;
	width: 90px;
	height:72px;
	margin-left: 25px;
	margin-top: 2px;
}

#company {
	text-align : left;
	float: left;
	width: 200px;
	margin-top: 30px;
	font-size: 1.5em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #d1d1d1;
	letter-spacing: -1px;
	font-family: Arial;
}

#company p {
	display:inline;
}


#menu {
	text-align : right;
	float: right;
	width: 500px;
	height: 70px;
	margin-right: 25px;
}

#menu a {
	text-decoration : none;
	color : #919191;
	padding-top: 31px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	float: right;
	font-weight: lighter;
	text-transform: uppercase;
	width: 60px;
	text-align: center;
	font-size: 11px;
}
#menu a:hover {	
	text-decoration : none;
	color : #dcdcdc;
	padding-top: 31px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	float: right;
	font-weight: lighter;
	text-transform: uppercase;
	background-image: url(../img/bg_menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border:none;
	}
	
	
#content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	width : 978px;
	padding-top: 70px;
	float: left;
	position: relative;
}




#footer {
	clear : both;
	padding-top: 80px;

	padding-bottom: 15px;

	height: 50px;
	text-align: center;
}

#copyright {
	float:left;
	margin-top:15px;
	color: #323232;
	font-size: 11px;
	width: 978px;
	text-align: center;
}

#adroon {
	float:right;
	margin-right:20px;
	margin-top: 5px;
}

#adroon img {
	border:none;
	height: 40px;
	width: 90px;
}

#adroon img:hover {
	border:none;
	height: 40px;
	width: 90px;
	-box-shadow: 0px 0px 10px #ae0202;
	-webkit-box-shadow: 0px 0px 10px #ae0202;
	-moz-box-shadow: 0px 0px 10px #ae0202;
}


h1 {	text-align:center;}

#content div {
	margin-right:30px;
	float:left;
	width:296px;
	height:200px;
	position:relative;
	overflow:hidden;
}
#content img {
	position:absolute;
}

#content a img {
	border:none;
}
