@charset "utf-8";
body {
	background-color: #000;
}
#pageMain {
	background-color: #FFF;
	height: 700px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
}
#pageContent {
	height: 660px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
#index {
	height: 304px;
	width: 660px;
		
}
#mainNav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
}
#mainNav ul li {
	list-style-type: none;
	padding-bottom: 6px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#mainNav ul li a:link, #mainNav ul li a:visited {
	color: #A4A4A4;
	text-decoration: none;
}
#mainNav ul li a:hover {
	color: #0079BC;
	text-decoration: none;
}
.current {
}
.current a:link, .current a:visited {
	color: #0079BC;
	text-decoration: none;
}
.current a:hover {
	color: #0079BC;
	text-decoration: none;
}
#logo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0079BC;
	padding-bottom: 20px;
}
#logo a:link, #logo a:visited {
	color: #A4A4A4;
	text-decoration: none;
}
#logo a:hover {
	color: #0079BC;
	text-decoration: none;
}
.logoRight {
	float: right;
}
#content {
	height: 304px;
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	padding-bottom: 0px;
}
#about {
	height: 280px;
	background-image: url(../images/mainBG.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	padding-right: 0px;
	font-size: 14px;
}


#contentcontact {
	height: 280px;
	background-image: url(../images/contactBG.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 14px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.active {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	color: #0079BC;
	text-decoration: none;
}
.style2 {
	color: #999999;
	font-size: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#googlemap {
	float: right;
	position: absolute;
	left: 721px;
	top: 265px;
}

