* {
	margin: 0px;
	padding: 0px;
}
html {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-family: helvetica, arial, sans-serif;
	background-color: #231f20;
}
#logo {
	float: left;
	margin-top: 130px;
}
#tagline {
	font-size: 1.25em;
	display: inline;
	float: left;
	color: #A1AABC;
	font-style: italic;
}
img {
	border-style: none;
}


#left {
	float: left;
	width: 275px;
}
/*
 * MENU
 *****************/
#menu {
	float: left;
	width: 197px;
	height: 517px;
	background-image: url('menubg2.png');
	background-repeat: no-repeat;
}
#menu ul {
	font-size: 0.85em;
	margin-top: 130px;
	list-style: none;
}

#menu ul li {
	width: 112px;
	cursor: pointer;
	border: thin solid white;
	color: white;
	background: #3abfef;
	margin: 10px 10px 0px 33px;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#menu ul li:before {
	content: '\0020 \2022 \0020';
	color: white;
}
#menu ul li:hover {
	border-color: #3abfef;
}
#menu li a {
	outline: none;
	border-style: none;
	color: white;
	text-decoration: none; 
}
#menu img#point {
	margin-top: 125px;
	float: right;
	display: inline;
}
/*
 * CONTENT
 *****************/

#content {
	float: left;
	background-image: url('content-back.png');
	background-repeat: no-repeat;
	height: 517px;
	width: 640px;
}

#content h1 {
	color: white;
	font-size: 1.25em;
}
#content h2 {
	color: white;
	font-size: 1.0em;
}
#content p {
	line-height: 1.5em;
	color: #a1aabc;
	margin-top: 5px;
	padding-right: 20px;
	font-size: 0.75em;
}

#content a {
	text-decoration: none;
	color: white;
	font-size: 1.0em;
}

#content hr {
	border: none;
	height: 1px;
	color: #3abfef;
	background-color: #3abfef;
	width: 450px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 60px;
}

#content ul {	
	color: #a1aabc;
	margin-top: 10px;
	margin-left: 15px;
	padding-right: 20px;
	font-size: 0.75em;
}
#con-text {
	margin-top: 20px;
	overflow: auto;
	width: 570px;
	height: 480px;
	margin-left: 50px;
}
img#logo-inside {
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#map_canvas {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.photo {
	border: thin solid #3abfef;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}
