/*Common*/
body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 62.5%;
	color: #555;
	margin: 0px;
	text-align:justify;
	background-color:#313538;
	background-image: url(images/bg.jpg);
    background-attachment: fixed;
    background-repeat: repeat-x;
}
	.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: #d77b24;
margin: 0px;
margin-bottom: 5px;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
	.Thumbnail {
		border: 1px solid #aaa;
	}

/*Layout*/
.Position {
	width: 1000px;
	font-size: 1.2em;
	margin: 0 auto 10px auto;
}
.Header {
	height: 223px;
	background-image: url(images/header.gif);
}
.Search {
	width: 190px;
	margin-right: 5px;
	background-color: #FFFFFF;
}
.ContentLeft {
	width: 200px;
	margin-right: 5px;
	background-color: #FFFFFF;
	background-image: url(images/tablebg.jpg);
	background-repeat: repeat-x;
}
	.ContentLeft .ContentArea {
		padding: 5px 10px;
	}
	.Partners a {
		padding-left: 10px;
		display: block;
		height: 22px;
		line-height: 22px;
		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;
	background-color: #FFFFFF;
	background-image: url(images/tablebg.jpg);
	background-repeat: repeat-x;
}
.ContentRight {
	width: 200px;
	background-color: #FFFFFF;
	background-image: url(images/tablebg.jpg);
	background-repeat: repeat-x;
}
	.ContentHeader {
		background: url(images/content_header_arrow.jpg) #141618 right no-repeat;
		height: 23px;
		line-height: 23px;
		color: #fff;
		padding-left: 10px;
		margin-bottom: 3px;
		font-weight: bold;
	}
	.ContentArea {
		border: 1px solid #141618;
	}
	.ContentRight .ContentArea {
		padding: 10px 8px 0 8px;
	}
.NavigationLink {
	padding-left: 10px;
	display: block;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px dotted #aaa;
	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: 120px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}
	.Spacer {
		float: left;
		width: 5px;
		height: 120px;
		margin: 10px 0;
		padding: 4px;
	}
.Thumbnail {
	height: 159px;
	width: 106px;
	border: 1px solid #888;
}
.Footer {
	width: 400px;
	text-align: center;
	color:#FFFFFF;
	margin: 0 auto;
}

.Footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.Footer a:hover {
	text-decoration: underline;
}

.button {
	font-family : "trebuchet ms", Tahoma, Arial, Verdana, Sans-Serif;
	font-size : 10px;
	color : #fff;
	background-color : #444;
	height : 20px;
	border : 1px solid #fff;
	margin-top : 2px;
}

.textbox {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #444;
	background-color : #fff;
	border : 1px solid #444;
}
