body {
	text-align: center;
	background-image: url('bg_001.gif');
	background-color: rgb(255, 253, 214);
	background-attachment: scroll; 
	background-repeat: repeat-x; 
	background-position: left top;
	margin: 0px; 
	padding: 0px; 
}

#container { 
	margin: auto; 
	background-image: url(); 
	background-repeat: repeat-y; 
	background-color: rgb(255, 253, 214); 
	width: 770px; 
	visibility: visible; 
	z-index: 1;
}

#header { 
	height: 300px; 
	margin-bottom: 10px; 
	position: relative;
	background-image: url(images/head.jpg); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0% 0%; 
	background-color: rgb(255, 253, 214);
	width:auto;
}
.header:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header_name { 
	position: relative; 
	left: 5px; 
	margin-top:45px;
	/*top:200px;*/
	color: rgb(122, 0, 92); 
	font-size: 30px; 
	font-weight: bold; 
	width: 650px;
	text-align:left;
	float:left;
}

#header_name a { 
	color: rgb(122, 0, 92); 
}

#header a:link, #header a:visited { 
	text-decoration: none; 
}

#header a:hover { 
	text-decoration: underline; 
}

#header_des { 
	position: relative; 
	left: 5px; 
	margin-top:5px;
	/*top:260px;*/
	color: rgb(122, 0, 92); 
	font-size: 16px;
	float:left;
}

#header_menus { 
	position: relative; 
	left: 5px; 
	/*top:340px;*/
	margin-top: 50px; 
	width:650px;
	text-align:left;
	float:left;
}

#header_menus ul { 
	margin: 0px; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	padding-left: 50px; 
}
#header_menus li { 
	display: inline; 
	height: 45px; 
	padding-top: 10px; 
	padding-right: 27px; 
	text-indent: 5px; 
	float: left; 
	position: relative; 
}

#header_menus li a { 
	color: #000000; 
	font-size: 13px; 
	padding-left: 30px; 
}

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

#bar{ 
	width: 770px; 
	visibility: visible; 
	position: relative;
	float:left;
	
}

#bar td{
	font-size:13px;
	word-spacing:3px;
}

#content { 
	width: 770px; 
	text-align: center; 
	visibility: visible;
	position: relative;
	float:left;
}

.msg_bg { 
	background-color: #F2F7EC; 
	margin-top:10px;
}

.panel-title { 
	color: rgb(122, 26, 98);
}

.panel-content { 
	color: rgb(122, 26, 98); 
	padding-left:30px;
}

.font-size12 { 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	line-height: 150%; 
	text-decoration: none; 
}

.font-size15 { 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 15px; 
	line-height: 150%; 
	text-decoration: none; 
}

.reply_title { 
	padding: 10px 10px 0px; 
	color: rgb(77, 0, 153); 
	background-color: rgb(180, 210, 149); 
}

.reply_content { 
	margin: 10px; 
	padding: 5px 10px 5px 30px; 
	color: rgb(78, 108, 47); 
	background-color: rgb(255, 255, 255); 
}

#footer { 
	width: 770px; 
	text-align: center; 
	visibility: visible;
	float: left;
	position: relative;
}

#post { 
	width: 770px; 
	text-align: center; 
	visibility: visible;
	float: left;
	position: relative;
}

#post td{
	font-size:13px;
}
