@charset "utf-8";
/* CSS Document */

body {
	background:url(images/bg.jpg) no-repeat #1F0103;
}
.wrapper {
	width: 1024px;
	height: 646px;
	margin: 0px auto;
	background:url(images/contentBG.jpg) no-repeat #fff;
	margin-top: 80px;
}
.navBar {
	width: 558px;
	height: 30px;
	position: absolute;
	margin: 101px 0px 0px 100px;
	background: #000;
	text-align: right;
	padding-right:20px;
	z-index:1;
	line-height:4px;
}

.navBar li {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#fff;
	display: inline;
	list-style-type: none;
	padding-right: 15px;

}
.navBar a {
	text-decoration: none;
	color: #fff;
}

.navBar a:hover {
	color: #FF0000;
}

.contentBox {
	background-color: #e0e0e0;
	width: 517px;
	height: 384px;
	position: absolute;
	margin: 148px 0px 0px 127px;
	padding: 10px;
	overflow:auto;
	z-index:5;
	font-family:"Trebuchet MS";
}
.imageBox {
	width: 295px;
	height: 367px;
	position: absolute;
	margin: 63px 0px 0px 689px;
	border:#aaa 10px solid;
	
	}
	
.socialBox {
	position: absolute;
	margin: 465px 0px 0px 725px;
	width: 245px;
	height: 68px;
}

.footerBox {
	position: absolute;
	margin: 575px 0px 0px 98px;
	width: 650px;
	height: 25px;
	color: #fff;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.footerBox a {
	color:#ddd;
}
