#main {
width:760px;
height:auto;
}
.body {
height:auto;
background-image:url(../images/body_bg.png);
background-repeat:repeat-x;
background-color:#6F040A;
}
	/* for Internet Explorer */
	/*\*/
	* html .body {
	background-color:#640207;
	}
	/**/
/******* Page - this encompasses the flash, news and content div. **/
.page {
float:left;
width:756px;
min-height:450px;
border-left:2px solid #000000;
border-right:2px solid #000000;
background-image:url(../images/page_bg.png);
background-repeat:repeat-x;
background-color:#63A908;
}
/****************** Content**/
#content {
float:left;
width:546px;
min-height:440px;
display:inline;

color:#f9e138;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;

background-image:url(../images/content_bg.png);
background-repeat:repeat-x;
background-color:#751004;
border-right:2px solid #FE9A04;
border-left:1px solid #FE9A04;
padding:0px 0px 10px 0px;
margin:0px 0px 0px -30px;
}
	/* for Internet Explorer */
	/*\*/
	* html #content {
	width:546px;
	height:440px;
	position:relative;
	margin:0px 11px 0px 0px;
	}
	/**/
	#content h1 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	}
	#content h3 {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	#content a, a:visited, a:active {
	text-decoration:underline;
	font-style:normal;
	color:#f9e138;
	font-weight:bold;
	}
	#content a:hover {
	text-decoration:none;
	font-style:normal;
	color:#006666;
	}
.content_box {
min-height:100px;
margin:30px 10px 0px 10px;
}
	/* for Internet Explorer */
	/*\*/
	* html .content_box {
	height:100px;
	}
	/**/
	.content_box img {
	margin:0px 10px 0px 0px;
	border:2px solid #990000;
	}
.notice {
border:1px solid #000066;
width:400px;
padding:10px 10px 10px 10px;
margin:0px 0px 0px 50px;
}
#news h1 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	}
.news_sample {
margin:10px 10px 0px 30px;
border:2px groove #333333;
padding:3px 3px 3px 5px;
background-color:#3C0644;
font-size:0.8em;
}
	.news_sample_edit {
	float:right;
	width:80px;
	}
