html {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
body {
	height: 100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background: #6699CC;
	background-image: url(../images/fade_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#head {
	position: relative;
	height:300px;
	margin: 0;
	width: 90%;
	left: 5%;
	background-color: #FFFFFF;
}
#head_top {
	height: 220px;
	background-image: url('../images/dragon2.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}
#head_top img {
	position: absolute;
	top: 180px;
	left: 1%;
}
#head_bottom {
	height: 86px;
	background-image: url('../images/header_bottom.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
#container {
	position: relative;
	width: 90%;
	height: 100%;
	margin-left: 5%;
	background-color: #FFFFFF;
}
#content {
	position:relative;
	width:48%;
	min-height: 660px;
	left:24%;
	padding: 20px 0 10px 0;
	color: #444444;
}
#left_panel {
	position:absolute;
	width:20%;
	height: 97%;
	left:1%;
	top:20px;
	background-color: #FFFFFF;
	color: #444444;
	border-right: #CCCCCC solid 2px;
}
#right_panel {
	position:absolute;
	width:25%;
	height: 97%;
	right:1%;
	top:20px;
	background:#FFFFFF;
	color: #444444;
	border-left: #CCCCCC solid 2px;
}
#left_fade {
	position:absolute;
	width:5%;
	left:0;
	top:0;
	height:100%;
}
#left_fade img {
	position: absolute;
	right: 0;
	top: 0;
}
#right_fade {
	position:absolute;
	width:5%;
	right:0;
	top:0;
	height:100%;
}
#right_fade img {
	position: absolute;
	left: 0;
	top: 0;
}
#footer {
	position:relative;
	border-top: #CCCCCC solid 1px;
	padding: 5px 5px 0 5px;
	clear: both;
	left: 24%;
	width: 48%;
	height: 40px;
}
