body {
	background: url('images/bg.jpg') repeat-x;
	margin: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .8em;
	color: #333;
}

#container {
	width: 750px;
	margin: 0 auto;
	margin-top: 10px;
	background: #FFF;
}

#inner {
	width: 746px;
	float: left;
	border-left: 2px solid #E8E8E8;
	border-right: 2px solid #E8E8E8;
}

#top_curve {
	background-image: url('images/curve_top2.jpg');
	background-repeat: no-repeat;
	height: 16px;
	width: 100%;
}

#logo {
	position: relative;
	background: url('images/logo3.jpg') no-repeat top center;
	height: 182px;
	margin-left: 15px;
	margin-right: 15px;
}

#login {
	height: 30px;
	line-height: 30px;
	padding: 5px;
	padding-right: 15px;
	color: #25558B;
	font-weight: bold;	
	text-align: right;
}

#login div {
	height: 30px;
	float: right;
	line-height: 30px;
}

#login a {
	text-decoration: none;	
}

#logbox {
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	color: #25558B;
	float: right;
}

#logbox form {
	margin: 0;
	padding: 0;
	display: inline;
}

#logbox .button {
	border: 1px solid #CCC;
	background: #EEE;
	text-transform: uppercase;
	font-size: 10px;
	padding: 2px;
	color: #333;
}

#sitemenu {
	position: absolute;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	background: transparent url('images/nav_bg.png') repeat-x top left;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

#sitemenu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
	
#sitemenu li a {
	display: block;
	float: left;
	color: #DDD;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 20px 0 24px;
}
	
#sitemenu li a:hover {	
	color: #FFF;
	height: 22px;
	background: transparent url('images/nav_bg.png') 0px -30px no-repeat;		
}
	

#sitemenu li a.cur {
	color: #DDD;
	height: 22px;
	background: transparent url('images/nav_bg.png') 0px -30px no-repeat;	
}

#news {
	width: 180px;
	background: #F5F5F5;
	float: left;
	margin: 0 10px 0 0;
	/*border-right: 1px solid #888;
	border-top: 1px solid #888;*/
	border: 1px solid #888;
	padding: 10px;
}

#content {
	clear: both;
	margin: 15px;
	width: 716px;
}

#bottom_curve {
	height: 17px;
	background: url('images/curve_btm2.jpg') no-repeat center;
	clear: both;
}

#footer {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}

/* member menu */
#button {
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: url('images/menubtn.jpg') no-repeat;
}

#button.btn {
	background: #FFF;
	color: #000;
	text-decoration: none;
}

#list, #items, #items ul {
	z-index: 10;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	list-style: none;	
}

#items {
	border: 1px solid #CCC;
	position: absolute;
	display: none;
}

#items ul {
	width: 200px;
	float: left;
}

#items ul li {
	margin: 2px;
}

#list a {
	display: block;
	text-decoration: none;
	color: #FFF;
}

#items ul a {
	font-weight: normal;
	line-height: normal;
	color: #000;
	padding: 2px;
	text-align: left;
}

#items ul a:hover {
	background: #EEE;
}

#items.hvr {
	display: block;
}

#items br {
	clear: both;
	margin: 0;
	padding: 0;
}

#list li {
	width: auto;
}

#list {
	height: 35px;
	margin: 0;
	padding: 0;
	margin-bottom: -20px;
	float: right;
}


/* lightbox */

#overlay {
	background: #000;
	opacity: .70;
	filter: alpha(opacity=70); 
	-moz-opacity: .70;
	KHTMLOpacity: .70;
}

#lightbox {
	background-color:#EEE;
	padding: 10px;
	border: 1px solid #333;
}

#lightboxDetails {
	padding-top: 10px;
}	

#lightboxCaption {
	font-size: 12px;
	float: left; 
}

#closeButton { 
	top: 0px; 
	right: 0px;
}

#lightbox img { 
	border: none; 
	clear: both;
} 

#lightbox a {
	color: #000;	
}

#overlay img { 
	border: none; 
}



/* others */

.pages {
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.gallery {
	margin: 0 auto;
}

.gallery td {
	text-align: center;
	padding: 5px;
}

.normtbl {
	margin-bottom: 20px;
}

.normtbl td {
	padding: 3px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #25558B;
	margin: 0;
	margin-bottom: 10px;
}

a, a:link, a:visited {
	color: #25558B;
}