body {
	background-color: #2f2f2f;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Helvetica, Arial, _sans;
	font-size: 1.2em;
}
a {	color: #F03;}
a:hover { color: #F60;}
h2 {
	font-family: Helvetica, Arial, _sans;
	font-size: 1.6em;
}
#center{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
#header{
	float:left;
	width: 940px;
	height:320px;
	background-image: url('../images/Logo.png');
	background-repeat: none;
}
#header h1{
	display:none;
}
#header p {
	display:none;
}
#content{
	margin-left: auto;
	margin-right: auto;
	display:block;
	width: 770px;
}
#nav{
	margin-top: -20px;
	float: left;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li{
	margin: 0 0 0 0px;
	line-height: 40px;
	list-style-type: none;
	float: left;
	width: 130px;
	font-size: 0.9em;
}
#nav a{
	text-decoration: none;
	font-weight: normal;
	color: #F03;
	padding-left: 10px;
	display: block;
	height: 100%;
	width: 120px;
	border-left: 1px solid #333;	
}
#nav a:hover{
	color: #F60;
	background-color: #2F2F2F;		
}
#c1 {
	display:block;
	float: right;
	width: 480px;
	color: #eee;
	font-size: 0.7em;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}
#c1 img {

}
#c1 .image {
	float: left;
	margin-left: -160px;
 	clear: none;
	line-height: 0px;
	width: 150px;
}

#bigTitle {
	display:block;
	float: left;
	margin: 20px 0px 20px 130px;
	width: 640px;
	clear:none;
	font-size: 32px;
	color: white;
	font-weight: bold;
}
#underTitle {
	font-size: 20px;
	font-weight: normal;
	color: #FC0;

	margin: 20px 0px;
}
.member{
	margin-bottom: 40px;
	width:100%;
	border-bottom: 1px solid #FC0;
}
