/*Common*/
body {
	background: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 62.5%;
	color: #555;
	margin: 0px;
	text-align:justify
}
	.Left {
		float: left;
	}
	.Right {
		float: right;
	}
	.Clear {
		clear: both;
	}
h1 {
	font-size: 1em;
	color: #fff;
margin: 0px;
padding: 0px;
}
h2 {
	font-size: 1.4em;
	color: #3a153c;
	margin: 0px;
	margin-bottom: 5px;
}
a {
	color: #B0B0B0;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
	.Thumbnail {
/*		border: 1px solid #aaa;*/
	}

form input,
form textarea { 
	color: #3a153c;
	background-color: #000;
/*	border: 1px solid #FFF;*/
	padding: 2px;
}

/*Layout*/
.Position {
	width: 1000px;
	font-size: 1.2em;
	margin: 0 auto 10px auto;
}
.Header {
	height: 140px;
	background-image: url(images/header.jpg) no-repeat 0 0;
	margin: 5px 0;
}

.main_ad { background: #000; margin: 0 auto; text-align: center; width: 100%; }


.horizontalAd { 
	background: #000;
	margin-bottom: 5px;
	margin-left: 120px;
	padding: 5px;
}

.ContentLeft {
	width: 200px;
	margin-right: 5px;
}
	.ContentLeft .ContentArea {
		padding: 5px 10px;
	}
	.Partners a {
		padding-left: 30px;
		display: block;
		height: 25px;
		line-height: 25px;
/*		background: url(images/navigation_bullet.jpg) left center no-repeat;*/
	}
	.Buttons {
		text-align: center;
/*		border: 1px solid #bbb;*/
		padding: 5px 8px 10px 8px;
	}
	.Buttons img {
		float: left;
		margin: 5px 0 0 0;
	}
	.ButtonsSpacer {
		float: left;
		width: 2px;
	}
.ContentMiddle {
	width: 590px;
	margin-right: 5px;
}
.ContentRight {
	width: 200px;
}
	.ContentHeader {
/*		background: url(images/content_header_arrow.jpg) #333 right no-repeat;*/
		color: #3a153c;
		height: 23px;
		line-height: 23px;
		padding-left: 10px;
		margin-bottom: 3px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.ContentArea {
		background-color: #000;
/*		border: 1px solid #bbb;*/
	}
	.ContentRight .ContentArea {
		padding: 10px 8px 0 8px;
	}
.NavigationLink {
	padding-left: 30px;
	display: block;
	height: 18px;
	text-decoration: underline;
/*	background: url(images/navigation_bullet.jpg) left center no-repeat;*/
}
.FeaturedScreensaver {
	margin: 10px 25px 10px 25px;
	padding: 5px;
	width: 140px;
	background-color: #f3f3f3;
/*	border: 1px solid #ccc;*/
	font-weight: bold;
}
.Box {
	margin: 0 0 10px 0;
	padding: 4px;
	width: 170px;
/*	background-color: #333;*/
/*	border: 1px solid #888;*/
	text-align: center;
	font-weight: bold;
}
	.Spacer {
		float: left;
		width: 5px;
		height: 120px;
		margin: 10px 0;
		padding: 4px;
	}
.Thumbnail {
	height: 120px;
	width: 160px;
/*	border: 1px solid #888;*/
}
.Footer {
	color: #FFF;
	text-align: center;
	margin: 5px auto;
}