body
{
	margin:0;padding:0;
	font-family: Georgia;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	background-image:url(/media/img/dragon.gif);
	background-position: top;
	background-repeat: no-repeat;
}
img
{
	border:none;
}
#header
{
	display:block;
	width:100%;
	height:233px;
	position: absolute;
	left: 0px;
	top:90px;
	z-index: 2;
}
#logo
{
	width:650;
	height: 150px;
	z-index: 2;
	float:left;
}
#holder
{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width:760px;
	text-align: left;
	margin:0;padding:0;
}
#pagecontent
{
	clear:both;
	float:left;
	width:370px;
	text-align: left;
	margin:290px 0 100px 60px;
}
* html #pagecontent{margin-left:30px;}
#nav
{
	float:right;
	width:200px;
	background:#000;
	height:200px;
	margin:310px 40px 0 0;
	border:1px solid #0099cc;
	padding:15px;
	background:#ffffff;
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
 	-moz-opacity: 0.90;
 	opacity:.9;
}
* html #nav{clear:both;margin:350px 20px 0 0;}

#nav h2,#nav ul,#nav li{padding:0;margin:0;list-style:none;}
#nav a{text-decoration:none;font-size:12px;color:#0099cc;}
#nav a:hover{color:#333;}
#yang
{
	float:right;
	margin-top:10px;
	margin-right:5px;
}
#copyrightnotice
{
	clear:both;
	text-align:center;
	20px; font-size: 10px;
	margin-bottom: 10px;
	color:#9e9e9e;
}