/* CSS Document */

#gnav.fixed {
	position: fixed;
/*	left: 0;*/
	top: 0;
}

#gnav ul,li {
	display:block;
	float:left;
}

.pageTop {
	clear:both;
	text-align:right;
	width:958px;
	margin:20px auto 20px;
}

.footerLink {
	text-align:center;
	width:920px;
	margin:20px auto 0px;
	padding:20px 0;
	color:#333;
	border-top:1px solid #666;
	line-height:1.8;
}




#content a:hover img {opacity:0.7; filter: alpha(opacity=70);}
#content a:hover img {opacity:0.7; filter: alpha(opacity=70);}

#content a {
	color:#6A3906;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

/* margin
-------------------------------------------------------------------------------------------------------*/
.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}


/* padding
-------------------------------------------------------------------------------------------------------*/
.pb5 {
	padding-bottom:5px;
}

.pb10 {
	padding-bottom:10px;
}

.pb15 {
	padding-bottom:15px;
}

.pb20 {
	padding-bottom:20px;
}

.pb30 {
	padding-bottom:30px;
}

/* Hack
-------------------------------------------------------------------------------------------------------*/
.fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.fix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .fix {height: 1%;}
.fix {display: block;}
/* End hide from IE-mac */