body {
	background-color: #1A1A1A;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/site_bg.jpg);
}
#container {
	width: 760px;
	margin-left: -380px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-image: url(images/main_content_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 110px;
	background-color: #1A1A1A;
	background-image: url(images/header_bg_gold.jpg);
}
#header h1 {
	text-indent: -9999px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
}
#header a {
	display: block;
	height: 75px;
	width: 230px;
}
#nav {
	float: left;
	width: 215px;
}

#bbb {
	float: right;
	width: 520px;
	height:64px;
	margin-top: -63px;
	margin-right: 10px;
	text-align:right;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: block;
	height: 74px;
	width: 215px;
	margin-bottom: 10px;
}
#nav a {
	text-indent: -9999px;
	display: block;
	height: 74px;
	width: 215px;
}
#nav_link1 a {
	background-image: url(images/main_nav_bg.jpg);
	background-position: -215px 0px;
	
}
#nav_link1 a:hover {
	background-image: url(images/main_nav_bg.jpg);
	background-position: 0px 0px;
	
	
}
#nav_link2 a {
	background-image: url(images/main_nav_bg.jpg);
	background-position: -215px -83px;
}
#nav_link2 a:hover {
	background-image: url(images/main_nav_bg.jpg);
	background-position: 0px -83px;
}
#nav_link3 a {
	background-image: url(images/main_nav_bg.jpg);
	background-position: -215px -165px;
}
#nav_link3 a:hover {
	background-image: url(images/main_nav_bg.jpg);
	background-position: 0px -165px;
}
#nav_link4 a {
	background-image: url(images/main_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -215px -247px;
}
#nav_link4 a:hover {
	background-image: url(images/main_nav_bg.jpg);
	background-repeat: no-repeat;
	
	background-position: 0px -247px;
}
#nav_link5 a {
	background-image: url(images/main_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -215px -329px;
}
#nav_link5 a:hover {
	background-image: url(images/main_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -329px;
}
#nav_link6 a {
	background-image: url(images/main_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -215px -412px;
}
#nav_link6 a:hover {
	background-image: url(images/main_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -412px;
}

#main_content {
	float: left;
	width: 510px;
	padding-right: 0px;
	padding-left: 35px;
}
#main_content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.8em;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-right: 30px;
}

.footlarge {
	font-size: 1.3em;
	line-height: 1.8em;
	color: #fff;
	
}

.foottel {
	color: #fff;
	
}

#main_content a {
	color: #000000;
}

#main_content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	line-height: .7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/home_h1.jpg);
	display: block;
	height: 24px;
	width: 262px;
	text-indent: -9999px;
}
#right_content {
	width: 200px;
	float: right;
	padding-right: 3px;
	margin-left: 32px;
	margin-bottom: 50px;
}
#footer {
	float: left;
	width: 760px;
	background-image: url(images/footer_ng.jpg);
	height: 41px;
	padding-top: 30px;
	background-repeat: no-repeat;
	color: #1A1A1A;

}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin: 0px;
	text-align: left;
	line-height: 1.3em;
}
#footer a {
	color: #CCC;
}

#footer a:hover {
	color: #FFF;
}

#private {
	float: left;
	width: 210px;
	text-align:left;
	border-right:1px solid #666;
	margin-right:25px;
	font-size:.85em;

}
#private a {
	margin-left: 0px;
}

.legal {
	text-align: right;
}


#main_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
	margin-top: 15px;
}
#main_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

img.logo {
	padding-right: 20px;
	border: none;
	padding-bottom: 30px;
}

a img.ex1 {
	border: 1px solid #ddd;
	padding: 5px;
	margin: 5px;
}

a:hover img.ex1 {
	background-color: #ddd;
}

