/*Common*/
body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 62.5%;
	color: #454545;
	margin: 0px;
	text-align:justify;
	background-image:url(images/bg_denim.jpg);
}
	.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;
}
a:active {
	text-decoration:none;	
}
img {
	border: 0px;
}
	.Thumbnail {
		border: 1px solid #aaa;
	}

/*Layout*/
.Position {
	width: 1000px;
	font-size: 1.2em;
	margin: 0 auto 10px auto;
}
.Header {
	height: 106px;
	background-image: url(images/header.jpg);
}
.ContentLeft {
	width: 200px;
	padding-right: 5px;
	background-repeat:repeat-y;
	color:#FFF;
	height:auto;
	min-height:1020px;
	max-height:5800px;
	background-color:#FFF;
}
	.ContentLeft .ContentArea {
		padding: 5px 10px;
	}
	.Partners {
		background:url(images/cont_bg.png);
		background-repeat:repeat-y;
		}
	.Partners a {
		padding-left: 10px;
		display: block;
		height: 22px;
		line-height: 22px;
		color:#FFF;
		background: url(images/navigation_bullet.jpg) left center no-repeat;
	}
	.Buttons {
		text-align: center;
		border: 0px solid #bbb;
		padding: 5px 8px 10px 8px;
	}
	.Buttons img {
		float: left;
		margin: 5px 0 0 0;
	}
	.ButtonsSpacer {
		float: left;
		width: 2px;
	}
.ContentMiddle {
	width: 590px;
	padding-right: 5px;
	background-color:#FFF;
	height:auto;
	min-height:1020px;
	max-height:5800px;
}
.ContentRight {
	width: 200px;
	background-color:#FFF;
	height:auto;
	min-height:1020px;
	max-height:5800px;
}
	.ContentHeader {
		background: url(images/cont_top.png);
		background-repeat:no-repeat;
		height: 34px;
		line-height: 37px;
		color: #fff;
		padding-left: 15px;
		margin-top: 7px;
		font-weight: bold;
		margin-bottom:-5px;
	}
	.ContentArea {
		border: 0px solid #bbb;
	}
	.ContentRight .ContentArea {
		padding: 10px 8px 0 8px;
	}
.NavigationLink {
	margin-left:-10px;
	padding-left:10px;
	width:190px;
	display: block;
	height: 22px;
	line-height: 22px;
	background:url(images/cont_bg.png);
	background-repeat:repeat-y;
	color:#FFF;
	/*background: url(images/navigation_bullet.jpg) left center no-repeat;*/
}
.NavigationLink a{
	color:#FFF;
	text-decoration:none;
}

.btm_wrapper{
	background-image:url(images/cont_btm.png);
	background-repeat:no-repeat;
	margin-top:-5px;
}
.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: #f3f3f3;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}
.Box a{
	color:#454545;
}
	.Spacer {
		float: left;
		width: 5px;
		height: 120px;
		margin: 10px 0;
		padding: 4px;
	}
.Thumbnail {
	height: 120px;
	width: 160px;
	border: 1px solid #888;
}
.Footer {
	width: 200px;
	text-align: center;
	margin: 0 auto;
	paddint-top:20px;
	color:#FFFFFF;
}

