body {
	background: #000;
	margin-top: 0px;
}


#header {
	width: 679px;
	height: 209px;
	}

#location {
	width: 655px;
	height: 18px;
	background: #52df57;
	font: bold 15px/16px Helvetica, sans-serif; color:#000;
	text-align: center;
	padding: 10px 20px 8px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0b64f9;


}

#nav {
	width: 150px;
	height: auto;
	background: #000;
	float: left;
	
}

#content {
	width: 550px;
	height: auto;
	background: #fff;
	float: left;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 20px 20px 20px 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0b64f9;
}

h1 {
	font: bold 17px/18px Helvetica, sans-serif; 
	margin:0 0 7px 0; color:#0b64f9; transform: uppercase;
	text-decoration: none;
	background-color: transparent;
	border-color: #0b64f9;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
}

h2 {font: bold 14px/15px Helvetica, sans-serif; margin:0 0 7px 0; color:#52df57; transform: uppercase;}

a.link, a.link:link {
	color: #0b64f9;
	text-decoration: none;
	background-color: transparent;
	border-color: #0b64f9;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
}

a.link:hover, a.link:hover:visited {
	color: #52df57;
	text-decoration: none;
	background-color: transparent;
	border-color: #52df57;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
}

a.link:visited {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	border-color: #999999;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;

}

#footer {
	width: 715px;
	height: 15px;
	background: #52df57;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0b64f9;
font:  bold 12px/12px Helvetica, sans-serif; 


}
