* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

#gl{
height:100%;
width: 751px;
}

/* body */
body {
	background:#fafafa;
	color:#555;
	font-variant: normal;
	font-size: 14px;
}


/* header */
#header {
	border-bottom:1px solid #999;
	height:80px;
	margin:0;
	width:751px;
	top: 0px;
}
#header h3 {
	color:#888;
	font-size: 36px;
	letter-spacing:-3px;
	text-align:left;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:22px;
	letter-spacing:-2px;
	text-align:left;
}
#header p {
	color:#888;
	font-size: 36px;
	letter-spacing:-3px;	
	padding:5px;
	margin-bottom:-20px;
	text-align:right;
}
#logo
 { 
background: url("../images/logo.gif") left no-repeat;
	width: 57px;
	height: 42px;
}

/* menu */
#menu {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:751px;
	height:50px;
	list-style:none;
}
#menu li {
	border-left:1px solid #999;
	float:left;
	width:148.8px;
	list-style:none;
}
#menu a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
	font-family: Candara;
	font-size: 16px;
	vertical-align: middle
}
#menu a:hover {
	background:#e3e3e3;
	color:#555;
}
#menu .active {
	background:#e3e3e3;
	color:#777;
}

.sape{
	padding:0 20px 0;		 
	width: 751px;
}

/* content */
#content {		
	padding:0 0 0;
	width:751px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size: 23px;
	padding:20px 0 0;
		
}
#content p {
	padding:20px 20px 0;
}

#content li {
	padding:20px 20px 0;	
	list-style-position: inside; 	 
}

/* footer */
#footer {	
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:5px 0 5px ;
	text-align:center;
	width:751px;
}

.textb{
	font-size: 16px;
	font-weight: bold;
}
.textbb{	
	font-size: 16px;
}

.textFf{
padding:0 20px 0;
}
.textFT{	
padding:0 20px 20px;
}
.textFC{	
padding:0 20px 0;
}
.textFTT{
border: 1px solid #CCCCCC;
width:300px;
}
.sapep {
	padding:0 20px 0;
}
.stat {
	padding:0 20px 0;
}
.stata {
	padding:0 0 0;
}