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

html {
	height:100%;
	}
body {
	padding:0;
	height:100%;
	width:100%;
	margin:0 auto;
	text-align:center;
	background-color:#58585a;
	background-image:url(../images/back.jpg);
	background-position:50% top;
	background-repeat:no-repeat;
	}
div#mainWrap {
	width:955px;
	margin:0 auto;
	background-color:#8b763b;
	}
div#stampWrap {
	width:100%;
	background-image:url(../images/stamp_fadeout.png);
	background-position:50% 99px;
	background-repeat:no-repeat;
}
div#widthWrap {
	width:955px;
	margin:0 auto;
	position:relative;
}
div#headerWrap {
	height:111px;
	position:relative;
	width:955px;
	margin:0 auto;
	}
div#navWrap {
	height:255px;
	width:955px;
	margin:0 auto;
	background-color:#000;
	position:relative;
	}
div#navContent {
	position:absolute;
	width:955px;
	height:255px;
	z-index:200;
	}
div#topPic {
	position:absolute;
	z-index:1;
	width:955px;
	height:255px;
	background-repeat:no-repeat;
	}
div#footer {
	width:955px;
	margin:0 auto;
	padding:20px 0 30px 0;
	}
div#photosWrap {
	height:105px;
	width:955px;
	margin:0 auto;
	background-color:#fff;
	}
div#photosWrapIn {
	border:4px solid #fff;
	overflow:hidden;
	}
div#photosWrapInIn {
	height:97px;
	width:2000px;
	}
div#photosWrap img {
	padding-right:4px;
	width:102px;
	height:97px;
	}
	
div#content {
	padding:0 0 10px 35px;
	}
	
img#logo {
	position:absolute;
	z-index:200;
	left:-50px;
	top:-115px;
	}
img#definition {
	position:absolute;
	right:0;
	}
div.promoWrap {
	float:right;
	clear:right;
	max-width:364px;
	}
div.promo {
	width:354px;
	margin:5px 0 0 10px;
	}
div.promoIn {
	padding:10px;
	}
div.promoRed {
	background-color:#9e2c0d;
	background-image:url(../images/back_promo_red_26.gif);
	}
div.promoGold {
	background-color:#a37a37;
	}
div#social {
	position:absolute;
	padding:10px 0 0 0;
}
