/*Common*/
body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 62.5%;
	color:#0099FF;
	margin: 0px;
	text-align:center;
	background:#333333;
}
	.Left {
		float: left;
	}
	.Right {
		float: right;
	}
	.Clear {
		clear: both;
	}
h1 {
	font-size: 11pt;
	color: #fff;
	margin: 0px;
	padding: 0px;
	}
h2 {
	font-size: 1.4em;
	color: #FF6600;
	margin: 0px;
	margin-bottom: 5px;
}
a {
	color: #0099FF;
	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;
	text-align: left;
}
.Header {
	height: 249px;
	background: url(images/headerasian.jpg) no-repeat;
	margin-bottom: 2px;
	
}

.Header .title {
	text-align:left;
	margin-top:0px;
	margin-left:5px;	
	font-size:35px; 
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.grayline {
	margin-top:2px;
	margin-bottom:2px;
	height: 3px;
	background-color:#666666;
}
.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: 600px;
	margin-right: 5px;
}
.rightcont {
	width: 180px;
	margin-right: 5px;
	float: left;
}
.ContentHeaderads {
	background: url(images/adverts.jpg) no-repeat;
	color: #FFF;
	height: 33px;
	margin-top: 0px;
	padding-left: 5px; 
	margin-bottom: 5px;
	font-weight: bold;
}
.hhead {
	padding: 0;
	margin: 0;
	padding-top: 13px;
}

.ContentRight {
	width: 200px;
}
.ContentHeadermain {
	background: url(images/headermid.jpg) no-repeat;
	height: 27px;
	padding: 0;
	padding-top: 13px;
	padding-left: 5px;
	border-bottom: 3px black solid;
	

}
	.ContentHeader {
		background: url(images/sheader.jpg) no-repeat;
		height: 25px;
		line-height: 23px;
		color: #fff;
		padding-top: 10px;
		padding-left: 10px;
		margin-bottom: 3px;
		font-weight: bold;
	}
	.ContentArea {
		border: 1px solid #bbb;
	}
	.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;
}
.BoxFeatured {
	margin: 0 0 10px 0;
	padding: 4px;
	width: 258px;
	height: 240px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}
.ThumbnailFeatured {
	height: 180px;
	width: 240px;
	border: 1px solid #888;
}
.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 {
	border-top: 5px #666666 solid;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	margin: 0 auto;
}