/*Common*/
* {
margin : 0;
padding : 0;
}
body {
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight: normal;
background : #FFFFFF;
color : #000000;
text-align:justify
}
.Left {
float: left;
}
.Right {
float: right;
}
.Clear {
clear: both;
}
.Clear1 {
clear: both;
height: 20px;
}
h1 {
font-size: 1em;
color: #695D51;
margin: 0px;
padding: 0px;
}
h2 {
font-size: 1.4em;
color: #8CBD10;
margin: 0px;
margin-bottom: 5px;
}
h3 {
font-size : 44px;
background : #ffffff;
color : #858180;
font-weight : normal;
}
a {
color: #555;
text-decoration: none;
}
a:hover {
color: #8A7B6C;
text-decoration: none;
}
img {
border: 0px;
}
.Thumbnail {
border: 1px solid #aaa;
}

/*Layout*/
.Position {
	width: 1020px;
	font-size: 1.2em;
	margin: 0 auto 10px auto;
	background : #fff;
}
.Header {
	height: 90px;
	margin-top: 10px;
/*	background-image: url(images/header.jpg); */
}
.ContentLeft {
	width: 200px;
	margin-right: 5px;
}
.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;
}
.ContentRight {
	width: 200px;
}
.ContentHeader {
/*		background: url(images/content_header_arrow.jpg) #6c6c6c right no-repeat; */
	height: 23px;
	line-height: 23px;
	color: #695D51;
	padding-left: 10px;
	margin-bottom: 3px;
	font-weight: bold;
}
.ContentHeader1 {
	background: url(images/content-top.png) transparent top left no-repeat;
	height: 22px;
	line-height: 22px;
	color: #695D51;
	padding-top: 5px;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}
.ContentHeaderE {
	height: 10px;
	background: url(images/content-bottom.png) transparent bottom left no-repeat;
}
.ContentArea {
}
.ContentRight .ContentArea {
	padding: 10px 8px 0 8px;
}
.NavigationLink {
	padding-left: 10px;
	display: block;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px dotted #8CBD10;
	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: #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: 120px;
	width: 160px;
	border: 1px solid #888;
}
.Footer {
	width: 560px;
	text-align: center;
	margin: 0 auto;
}
.pagelink
{
	background: #F2F2F2;
	border: 1px solid #8CBD10;
	padding: 0px 2px 0px 2px;
}
.tpagelink
{
	background: #D6E7AB;
	border: 1px solid #8CBD10;
	padding: 0px 2px 0px 2px;
}
