@charset "utf-8";
/* GENERAL CSS NOT USED BY HOME PAGE OR GALLERIES */

/* RESET BROWSER DEFAULTS */
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #000000;
	background-image: url(bg_fade.jpg);
	background-repeat: repeat-x;
}
/* PAGE CONTAINER FOR ENTIRE PAGE */
div#page_container {
	height: 421px;
	width: 962px;
	position: relative;
	margin: 40px auto 0px;
}
div#leftbg {
	width: 100px;
	height:421px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(bgl.jpg);
	background-repeat: no-repeat;
	border-right: solid #000000 1px;
}
div#center_top {
	width: 760px;
	height:150px;
	position: absolute;
	top: 0px;
	left: 101px;
	background-image: url(home_image_01.jpg);
	background-repeat: no-repeat;
	border-bottom: solid #000000 1px;
}
div#center_mid {
	width: 601px;
	height:116px;
	position: absolute;
	top: 151px;
	left: 101px;
	background-image: url(home_image_02.jpg);
	background-repeat: no-repeat;
}
div#link_a {
	width: 159px;
	height:116px;
	position: absolute;
	top: 151px;
	right: 101px;
}
#real_button{
	height: 116px;
	width: 159px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(home_image_03.jpg);
} 
#real_button:hover{ 
	background-position: bottom left; 
}
div#center_bottom {
	width: 760px;
	height:153px;
	position: absolute;
	top: 267px;
	left: 101px;
	background-image: url(home_image_04.jpg);
	background-repeat: no-repeat;
	border-top: solid #000000 1px;
}
div#rightbg {
	width: 100px;
	height:421px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(bgr.jpg);
	background-repeat: no-repeat;
	border-left: solid #000000 1px;
}
div#about {
	width: 760px;
	height:68px;
	position: absolute;
	top: 430px;
	left: 101px;
	text-align: justify;
}
div#copyright	{
	position:absolute;
	bottom:0px;
	right:0px;
	text-align: right;
}
/* text formatting */

/* subnav text */
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cccccc;
	text-decoration: none;
	text-align: left;
}
.homeinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #888888;
	text-decoration: none;
}
.links_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
a.links_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #888888;
	text-decoration: none;
	font-weight: normal;
}
a.links_text:hover {
	color: #23a8ed;
}
.footer  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #bbbbbb;
	text-decoration: none;
	text-align: left;
}

