﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	/* background-color:#FFCC00; */
	background-color: #800000;
	text-align:center;
}
#wrapper {
	width: 975px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border-width: 5px;
	border-style: solid;
	border-color: #FFCC00;
	/* border-color: #800000; */
	background-color: #ffffdd;
	text-align:left;
	}
#header {
	height: 140px;
	width: 970px;
	/* background-color: #ffff00; */
	float: center;
}
#content {
	padding-top:25px;
	width: 970px;
}

.arthead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #800000;
	text-align: center;
}
p {
	text-align: justify;
	text-indent: 2em;
}

.member {
	color: #800000;
}

/*- Menu Tabs E--------------------------- */
#tabsE {
	margin-left: 75px;
	/* float: center; */
	width: 100%;
	font-size: 80%;
	line-height: normal;
	margin-top: 15px;
}
#tabsE ul {
	margin: 0;
	padding: 10px 10px 0 50px;
	list-style: none;
}
#tabsE li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabsE a {
	float: left;
	background: url("tableftE.gif") no-repeat left top;
	margin: 0;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#tabsE a span {
	float: left;
	display: block;
	background: url("tabrightE.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsE a span {
	float: none;
}
/* End IE5-Mac hack */
#tabsE a:hover span {
	color: #FFF;
}
#tabsE a:hover {
	background-position: 0% -42px;
}
#tabsE a:hover span {
	background-position: 100% -42px;
}
#tabsE #current a {
	background-position: 0% -42px;
}
#tabsE #current a span {
	background-position: 100% -42px;
}

		
	/* 3 column test */
	
.cleft {
	 width: 120px; 
	 padding: 14px; 
	 float: left;
 }

.cright
 {
	width: 238px;
	/* padding: 14px; */
	float: right;
}

.center {
	  width: 450px; 
	  float: left;
	  padding-left:50px;
	  padding-top:15px;
}

.not_see {
	visibility: hidden;
	display: none;
}
