*{
	padding:0px;
	margin:0px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#wrapper{
	position:relative;
	width:1000px;
	margin:20px auto;
	text-align:left;
}


#logo{
	text-align:center;
}

#navigation{
	width:1000px;
	height:65px;
	text-align:center;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#navigation ul{
	list-style-type:none;
	width:720px;
	padding-top:20px;
	margin:0px auto;
}

#navigation li{
	width:140px;
	display:block;
	float:left;
	padding:3px 0px 3px;
	border-right:3px solid #cccccc;
}

#navigation #lastnavi{
	border:none;
}

#navigation li a{	
	text-decoration:none;
	font-weigth:bold;
	font-size:20px;
	color:#666699;
}

#navigation li a:hover, #navigation .currentNavi{
	color:#cccccc;
	border-bottom:2px solid #cccccc;
}

#subNavigation ul{
	list-style-type:none;
	padding-top:10px;
	padding-bottom:50px;
	text-align:center;
}

#subNavigation li{
	display:block;
	float:left;
	width:250px;
}

#subNavigation li a{	
	text-decoration:none;
	font-size:18px;
	color:#000000;
}

#content{
	width:1000px;
	height:300px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:3px;
}

.gmap a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

.gmap a:hover{
	color:#999999;
}

#quickLinks{
	position:absolute;
	top:550px;
	color:#666699;
	padding-top:30px;
	width:750px;
}

#quickLinks h1{
	border-bottom:3px solid #cccccc;
	font-size:20px;
	width:640px;
}

.subQuickLinks{
	width:200px;
	float:left;
	margin-top:15px;
	margin-right:20px;
	background-image:url(../images/quickLinks_bg.jpg);
	background-repeat:no-repeat;
	background-position:center 115px;
}

.subQuickLinks p{
	color:#000000;
	font-size:12px;
	margin-top:20px;
	text-align:justify;
}

#generalInfo{
	position:absolute;
	top:550px;
	right:0px;
	color:#666699;
	padding-top:30px;
	width:330px;
	float:right;
}

#generalInfo h1{
	border-bottom:3px solid #cccccc;
	font-size:20px;
}


#generalInfo table{
	margin-top:12px;
	color:#000000;
	font-size:12px;
}

#generalInfo th{
	text-align:left;
}

#generalInfo .lastColumn{
	text-align:right;
}

.moreLinks a{
	font-size:10px;
	display:block;
	margin-top:15px;
	text-decoration:none;
	color:#666699;
	text-align:right;
}

.moreLinks a:hover{
	color:#cccccc;
}

#footer{
	width:1000px;
	text-align:center;
	font-size:12px;
	color:#666699;
	margin-top:20px;
}

#version{
	margin:0px auto;
	width:600px;
	margin:50px auto 0px;
}

#copyright{
	border-top:3px solid #cccccc;
	padding-top:5px;
	margin:0px auto 0px;
	width:600px;
}