body {
	width:100%;
	height:100%;
	margin:0;
	background:#fff;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

.pagebox {
	width:900px;
	height:100%;
	margin:auto;
}

.headerbox {
	width:900px;
	height:200px;
	float:left;
	background:url(../images/header.png) no-repeat;
	text-align:center;
}

.contentBox01 {
	width:900px;
	margin:auto;
	float:left;
	display:inline;
	border-top:10px solid #000;
	border-bottom:10px solid #000;
	#background:url(../images/menubg.png) repeat-y 0;
}

.contentBox02 {
	width:900px;
	margin:auto;
	float:left;
	display:inline;
}

.contentBox03 {
	width:900px;
	margin:auto;
	float:left;
	display:inline;
}

.contentBox {
	width:750px;
	float:left;
	display:inline;
}

.content {
	width:730px;
	margin:7px 10px;
}

.menuBox {
	width:130px;
	float:left;
	display:inline;
	margin:10px 10px 10px 0px;
	padding:10px 0 10px 0;
	background:#000;
}

.footer {
	width:900px;
	height:40px;
	margin:20px 0 0 0;
	float:left;
	background:#000;
}

.content h1 {
	font-size:18px;
	padding:0;
	margin:10px 0;
	color:#000;
}

.content h2 {
	font-size:18px;
	padding:0;
	margin:10px 0;
	color:#000;
}

.content h3 {
	font-size:14px;
	padding:0;
	margin:0;
	color:#000;
}

.pageTitle {
	font-size:40px;
	font-weight:bold;
	position:relative;
	top:168px;
	color:#000;
}

.content a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
	cursor:pointer;
}

.content a:hover {
	color:#666;
}

.contentBlock {
	width:100%;
	float:left;
}

hr {
	height:4px;
	width:100%;
	background:#000;
	margin:10px 0;
	float:left;
	border:0;
}

img {
	border:0;
}

img.face {
	float:left;
	display:inline;
	margin:0 10px 0 0;
}

img.thumb {
	width:auto;
	height:70px;
	margin:3px 0 0 0;
	padding:2px;
	background:#000;
	border:2px solid #000;
}

img.thumb:hover {
	background:#fff;
}

.hidden {
	display:none;
}

.desc {
	width:700px;
	height:100%;
	margin:10px;
	white-space:pre-wrap;
}

.desc h1,h2 {
	padding:0;
	margin:0;
}

.desc img {
	float:left;
	margin:0 10px 0 0;
}

.descBorder {
	border:4px solid #000;
}
