@charset"utf-8";


/* PRE-SETS */

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

a img { border: none; }

#page-wrap {
	margin: auto;
	width: 1000px;
}

/*MAIN */

body {
	background-color: #FFFFFF;
}

#header {
	background-image: url(../image/extend.jpg);
	background-repeat: no-repeat;
	height: 534px;
	width: 1000px;
	background-attachment: scroll;
	background-position: center top;
	
}


#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	height: 410px;
	width: 900px;
	padding: 10px;
	line-height: 13px;
	text-decoration: none;
}
#content a {
	text-decoration: none;
}
#content a:hover, a:visited, a:active {
	text-decoration: line-through;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #666666;
	padding-left: 125px;
	text-decoration: none;
}

h1  {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	display: inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 13px;
	text-decoration: underline;
	color: #575350;
	font-variant: small-caps;
}


#nav {
	height: 20px;
	background-color: #262221;
	border: 2px dotted #999999;
}











/* TOP NAVIGATION */

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 39px;
	padding: 6px;
	outline:none;
	color: #FFFFFF;
}

#nav a:hover, a:active, a:visited {
	text-decoration: line-through;
	color: #FFFFFF;
}




/* LOWER NAVIGATION */


#footer {
	border-top-color: #000000;
}
#footer img {

}
#info a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
#info a:hover, a:visited, a:active {
	text-decoration: line-through;
	color: #000000;
}



















/* GOOGLE MAP */



#map			{
	width:900px;
	height: 300px;
	top: 25px;
	left: 40px;
}
