@charset "utf-8";
/* CSS Document */
body {
	margin: auto 0;
	padding: 0;
	background-color: #282828;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	height: 220px;
	background-color: #101010;
	border-bottom: 1px solid #393939;
}

#logo {
	padding-top: 87px;
}

#main_nav {
	padding-top: 49px;		
}

a.nav:link {
	margin-right: 27px;
	font-size: 11px;
	font-weight: bold;
	color: #838383;
	text-decoration: none;
}

a.nav:visited {
	margin-right: 27px;
	font-size: 11px;
	font-weight: bold;
	color: #838383;
	text-decoration: none;
}

a.nav:hover {
	color: #cfc595;
	font-size: 11px;
	text-decoration: none;
}

a.current:link {
	margin-right: 27px;
	font-size: 11px;
	font-weight: bold;
	color: #cfc595;
	text-decoration: none;
}

a.current:visited {
	margin-right: 27px;
	font-size: 11px;
	font-weight: bold;
	color: #cfc595;
	text-decoration: none;
}

a.current:hover {
	color: #cfc595;
	font-size: 11px;
	text-decoration: none;
}

a:link { color: #ffffff; text-decoration: none }
a:active { color: #cfc595; text-decoration: none }
a:visited { color: #ffffff; text-decoration: none }
a:hover { color: #cfc595; text-decoration: none }


/************************************************
main content
************************************************/
#content {
	border-top: 1px solid #1c1c1c;
	border-bottom: 1px solid #545454;
}

#main_content {
	width: 419px;
	font-size: 10px;
	line-height: 1.8;
	padding-top: 17px;
	float: left;
}

#main_content p {
	padding-top: 10px; 
}

#main_pic {
	margin-top: -126px;
	float: right;
	width: 434px;
}

.main {
	width: 933px;
	min-height: 314px;
	margin: 0 auto;
	padding: 0px;
}

.home {
	min-height: 314px;
	width: 933px;
	background: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
}

#pagination {
	font-size: 9px;
	line-height: 1.8;
	position:relative;
	left:776px;
	top:-52px;
	clear:both;
}

.about {
	min-height: 314px;
	width: 933px;
	background: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 12px;
	color: #cfc595;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#main_content p.first {
	padding-top: 0px;
	margin-top: 0px;
}

.contact {
	min-height: 314px;
	width: 933px;
	background: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
}

.gimage {
	float: left;
	margin-right: 25px;
	margin-bottom: 21px;
}

.first {
	clear: both;
}

.last {
	margin-right: 0px;
}

/***********************************************
footer
***********************************************/
#footer {
	border-top: 1px solid #0e0e0e;
	font-size: 8px;
}

#fleft {
	padding-top: 10px;
	float: left;
	color: #949494;
}

#fright {
	padding-top: 10px;
	float: right;
	text-align: right;
}

a.fnav:link {
	color: #ffffff;
	text-decoration: none;
}

a.fnav:visited {
	color: #ffffff;
	text-decoration: none;
}

a.fnav:hover {
	color: #c3b98c;
	text-decoration: none;
}

a.out:link {
	color: #ffffff;
	text-decoration: none;
}

a.out:visited {
	color: #ffffff;
	text-decoration: none;
}

a.out:hover {
	color: #c3b98c;
	text-decoration: none;
}

a.port:link {
	color: #ffffff;
	text-decoration: none;
}

a.port:visited {
	color: #ffffff;
	text-decoration: none;
}

a.port:hover {
	color: #c3b98c;
	text-decoration: none;
}