* {
	margin: 0px auto;
	padding: 0px;
}

html, body {
	background: url(../img/bg.gif) fixed;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
}

#top {
	background: url(../img/header.gif) no-repeat center;
	text-align: center;
	height: 149px;
	width: 800px;
}

#container {
	width: 825px;
	text-align: left;
	position: relative;
}

#menu_l{
	float: left;
	background-image:url(../img/pillar_l.gif);
	background-repeat:no-repeat;
	width: 94px;
	text-align: center;
	padding: 50px 17px 10px 17px;
	color: #000;
	height: 389px;
	top: 149px;
}

#menu_r{
	float: left;
	background-image:url(../img/pillar_r.gif);
	background-repeat:no-repeat;
	width: 94px;
	text-align: center;
	padding: 50px 17px 10px 17px;
	color: #000;
	height: 389px;
	top: 149px;
}

#content {
	float: left;
	background: url(../img/bgg.gif);
	padding: 10px;
	width: 547px;
	height: 429px;
	text-align: justify;
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	overflow: auto;
}

#title {
	text-align: center;
	border-top: 1px solid #993D3D;
	border-bottom: 1px solid #993D3D;
	color: #fff;
	margin-bottom: 10px;
}

#content img {
	border: solid #000000 1px;
	padding: 1px;
	margin: 5px;
}

#NewsPostDetailContent p {
	color: #000;
	text-align: left;
}

/* linkage */

#content a {
	font-weight: bold;
	color: #993D3D;
	text-decoration: none;
}

#content a:hover {
	color: #000000;
}

#content a:visited {}
#content a:active {}


.menu a {
	font-weight: bold;
	color: #000;
	font-size: 10px;
	text-decoration: none;
}

.menu a:hover {
	color: #610606;
}

.menu a:visited {}
.menu a:active {}

.menu ul {
	list-style-type: none;	
}

.menu li {
	margin-bottom: 10px;
	background: url(../img/menu_bg.gif) repeat-y center;
	padding: 2px 0;
	line-height: 12px;
}

.menu li li {
	display: none;
}

#contactinfo {
	clear: both;
}

#content li {
	margin-left: 25px;	
}

p {margin: 14px 0;}

/* styling */

h1 {
	font-size: 18px;	
}

hr {
	border: none;
	border-top: 1px solid #5F8C05;
	width: 100%;
	margin: 10px 0;	
}

td {
	padding: 3px;
	color: #FFF;	

}

#data table {
	background: #fff;
}

#data td {
	color: #282828;
	border: 1px solid #282828;	
}

table {

}

#contact_table td {
	background: #282828;	
	color: #fff;
	padding: 5px;
}

#contact_table table {
	background: #282828;	
}