BODY		{
	display:block; /* set up as a block */
	overflow:auto; /* add scroll bars as required */
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	color: #CCCCCC;
	BACKGROUND-COLOR: #3d3b3b;
	background-repeat: repeat-y;
	text-align: center;
	scrollbar-face-color: #CC0000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #990000;
	scrollbar-3dlight-color: #FF6600;
	scrollbar-darkshadow-color: #990000;
	letter-spacing: 1px;
	text-indent: 14pt;
}
INPUT 		{BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 11px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana, Arial, Helvetica; BORDER-RIGHT-WIDTH: 1px; border-style: dotted dotted dotted dotted; border-top-color: #FFFFFF; border-right-color: #FFFFFF; border-bottom-color: #FFFFFF;border-left-color: #FFFFFF}
TEXTAREA	{BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 11px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana, Arial, Helvetica; BORDER-RIGHT-WIDTH: 1px; border-style: dotted dotted dotted dotted; border-top-color: #FFFFFF; border-right-color: #FFFFFF; border-bottom-color: #FFFFFF;border-left-color: #FFFFFF;}
SELECT 		{BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 11px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana, Arial, Helvetica; BORDER-RIGHT-WIDTH: 1px}
A:link          {
	BACKGROUND: none;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A:active        {
	BACKGROUND: none;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A:visited       {
	BACKGROUND: none;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A:hover         {
	BACKGROUND: none;
	COLOR: #FF9900;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.container {
	display:block; /* set up as a block */
	overflow:auto; /* add scroll bars as required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background-image: url(media/bg_dragon.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	text-align: center;
	width: 840px;
}
.menu {
	height: 20px;
	width: 820px;
	margin-top: 95px;
	text-align: center;
}
.content {
	width: 820px;
	margin-left: 12px;
	margin-top: 12px;
	margin-right: 12px;
}
.newsbox {
	width: 320px;
	height: 320px;
	overflow: auto;
	margin-top: 0px;
	margin-left: 16px;
	border: 1;
	border-style: dotted dotted dotted dotted;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.newsbox2 {
	width: 300px;
	height: 200px;
	overflow: auto;
	margin-top: 0px;
	margin-left: 16px;
	border: 1;
	border-style: dotted dotted dotted dotted;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.footer {
	display:block; /* set up as a block */
	overflow:auto; /* add scroll bars as required */
	height: 20px;
	width: 820px;
	margin-top: 0px;
	text-align: center;
}
.pad2 {
display:block;
height:100px; /* height to miss header and footer */
}
