
body {
	font-family: courier new, courier, san-serif;
	font-size: 12px;
	line-height:14px;
	color:#fff;
	background-color: #000;
	width:100%;
	height:100%;
	overflow:hidden;
}

* {
	margin: 0;
	padding: 0;
}

img {
		border: 0;
}

a:link { text-decoration: underline; color:#fff; }
a:active { text-decoration: underline; color: #fff; }
a:visited { text-decoration: underline; color: #fff; }
a:hover { text-decoration: underline; background-color:#fff; color:#000 }

a.noborder {
	border:0;
	text-decoration:none;
}
a.noborder:hover {
	border:0;
	text-decoration:none;
}

#logo {
	position:fixed;
	left:50px;
	top:50px;
	width:230px;
	padding-left:20px;
	height: 100%;
	/*background:#000 url(/files/gimgs/fc.gif) 60px 50px no-repeat;*/
	z-index:1;
}

#logo a {
	color:#000;
}
#logo a:hover {
	color:#000;
}

#content {
	margin:44px 0 0 250px;
	width: 30050px;
}

#content p { 
	width: 750px;
	margin-bottom: 4px; 
	margin-top: 0px;
}
.section {
	clear:both;
	overflow:auto;
	min-height: 700px;
	height: auto;
	overflow: visible;
	border: 0px solid green;
	
}
.section-heading {
	width:750px;
	padding-top:4px;
	margin-bottom:10px;
	height: 40px;
}

.page {
	float:left;
	margin-right:150px;
	width:750px;
	min-height: 550px;
	height: auto;
	overflow: visible;
	padding-top:12px;
	border-top: 1px solid #fff;
}
#content .pic { 
	margin-top: 15px;
}

p {
    margin: 0 0 4px 0;
}

h1 { font-size: 23px; line-height:24px; font-weight:normal; margin-bottom:5px; color:#FFF }
h2 { font-size: 20px; line-height:20px; font-weight:normal; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
	margin: 0; 
	padding: 0;
}

#img-container p	{ 
	width: 150px;
	margin: 0;
	padding: 0 0 12px 0;
	display:none;
}
.pic { cursor:pointer;  }	

.title {
	float:left;
	width:756px;
}
.page-title {
	float:left;
	width:600px;
}

.pagination {
	/*width:680px;*/
	float:right;
	width:63px;
	height:28px;
	margin:0;
	margin-top:0;
	/*text-align:right;*/
}
.pagination a {
	text-decoration:none;
	height:28px;
}
.pagination a:hover {
	text-decoration:none;
	color:#000;
}
.pagination table {
	margin:0;
	padding:0;
	border:0;
	width:63px;
	height:28px;
	/*margin-left:604px;*/
}
.pag-div {
	width:19px;
	height:28px;
}
.pag-next, .pag-prev {
	width:22px;
	height:28px;
}
.pag-next a, .pag-prev a {
	color:#000;
}

#menu ul li { line-height:14px; margin-bottom:2px; font-size:11px; }
#menu ul li a { text-decoration:none; }
#menu ul li.active { color:#000; background-color:#fff; text-decoration:none; }
#menu ul li.active a { color:#000; text-decoration:none; }
#menu ul li.active a:hover { text-decoration:none; background-color:#fff; color:#000; }
#menu ul li.section-title { color:#fff; font-size:11px; }
#menu ul li.section-active { border-bottom: 1px solid #ccc; padding-bottom:2px; }
#menu ul li.first { margin-top:12px; }
#menu ul li.last { margin-bottom:12px; }


#mainmenu {
	position:fixed;
	left:60px;
	top:300px;
    width: 170px;
	vertical-align:top;
	font-size:11px;
	line-height:12px;
	background-color:#fff;
	z-index:10;
}

#mainmenu > ul { background-color:#000;list-style:none; }
#mainmenu > ul > div > li { background-color:#000;color:#fff; margin-left:3px; width:160px;; margin-bottom:2px; font-size:11px; line-height:12px; }

.section-title{background-color:#000;color:#fff;padding-bottom:2px;padding-left:3px;cursor:pointer;text-decoration:underline;}
.section-list{display:none; padding-bottom:10px; background-color:#000;color:#fff;}

#mainmenu a { background-color:#000;color:#fff;text-decoration:none; }
#mainmenu a:hover {text-decoration:underline; background-color:#fff; color:#000; }

