@charset "utf-8";
/* CSS Document */

body {
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #8a8d93;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

a {
	text-decoration: none;
	color: #fff;
}

h1 {
	font-size: 18px;	
}

#container {
	width: 970px;
	margin: auto;
}

#top {
	margin-top: 20px;
	height: 97px;
	position: relative;
}

#nav {
	position: absolute;
	top: 45px;
	right: 0px;
	background-image: url('../images/nav.jpg');
	width: 767px;
	height: 31px;
	padding-top: 3px;
	text-align: center;
}

#nav a {
	display: inline-block;
	padding: 0px 8px 0px 8px;
	height: 18px;
	vertical-align: top;
	font-size: 16px;
	padding-top: 4px;
}

#nav a:hover {
	color: #ddd;
}

#ads {
	position: relative;
	height: 250px;
	margin-top: 5px;
}

#content {
	margin-top: 10px;	
}

#content-top {
	background-image: url('../images/cntnt-top.jpg');
	height: 10px;
}

#content-bottom {
	background-image: url('../images/cntnt-bottom.jpg');
	height: 10px;
}

#content-text {
	background-image: url('../images/cntnt-text.jpg');
	font-size: 12px;
	padding: 0px 0px 0px 0px;
}

#footer {
	background-image: url('../images/footer.jpg');
	height: 36px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.divider {
	display: inline-block;
	border-left: 1px solid #71757b;
	height: 28px;
}

/* ++++++++++++++++++++++++++++ ads ++++++++++++++++++++++++++++ */

.ad {
	width: 970px;
	height: 250px;
	position: absolute;
	background-repeat: no-repeat;
}

#ad01 {
	background-image: url('../images/ads/ad01.jpg');
}

#ad02 {
	background-image: url('../images/ads/ad02.jpg');
	background-position: 970px 0px;
	display: none;
}

#ad03 {
	background-image: url('../images/ads/ad03.jpg');
	background-position: 970px 0px;
	display: none;
}

#ad04 {
	background-image: url('../images/ads/ad04.jpg');
	background-position: 970px 0px;
	display: none;
}

#ad05 {
	background-image: url('../images/ads/ad05.jpg');
	background-position: 970px 0px;
	display: none;
}

#ad06 {
	background-image: url('../images/ads/ad06.jpg');
	background-position: 970px 0px;
	display: none;
}