@charset "iso-8859-5";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border:0px
}

html {
	width:100%;
	background-color:#000000;
	margin:0px;
	padding:0px;
}
body {
	width:90%;
	height:100%;
	margin:auto;
	text-align:center;
	font-family:Verdana;
	font-size:11px;
}
#header {
	width:766px;
	height:147px;
	/*background-image:url(images/Dragon_title_slogan.jpg);*/
	background-image:url(images/Dragon_02s.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
	text-align:left;
}

#side_menu {
	display:block;
	width:120px;
	height:470px;
	list-style-type:none;
	padding:0 0 0 10px;
	text-align:left;
	top: 10px;
	background-color: #0C0E09;
}
#side_menu li a {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	height:20px;
	width: 80px;
	margin:0;
	text-align: center;
	padding:10px 15px 0 15px;
}
#side_menu li a:hover {
	background-color:#48472B;
}
#content {
	padding:10px 0 0 13px;
	margin:10px 0 20px 0;
	text-align:left;
	color:#CCCCCC;
}
.column {
	text-align:left;
	padding: 0 10px 0 10px;
	width: 713px;
	float:left;
}
.column1 {
	text-align:left;
	padding: 0 0 0 0;
	width: 713px;
	float:left
}
.style1 {
	color: #CCCCCC;
	font-size: 12px;
	padding:5px 0 10px 0;
}
.style2 {
	color: #809536;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
}
.style3 {
	font-size: 16px;
	font-family: "Tempus Sans ITC";
	color: #70883C;
	padding:10px 0 0px 0
}
.style1a {
	color: #CCCCCC;
	font-size: 10px;
	padding:5px 0 10px 0
}
.line {
	border-top: 1px dashed #666666;
}
.span {
	padding:5px 0 5px 0
}

.style4 {
	font-family: "Tempus Sans ITC";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #70883C;
}
table.area {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: dashed dashed dashed dashed;
	border-color: #70883C #70883C #70883C #70883C;
	border-collapse: collapse;
}
table.area th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: dashed dashed dashed dashed;
	border-color: #809536 #809536 #809536 #809536;
}
table.area td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: dashed dashed dashed dashed;
	border-color: #70883C #70883C #70883C #70883C;
}
