/* CSS Document */

#content {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;

	font-size: 12px;
}

#locations {
color: #CC00CC;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
font-weight: bold;
	font-size: 15px;
}

body {

	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 13px;
}

h2 { 
	font-size: 12px;
	display:inline;
}

#wrapper {
	width:760px;
	position:relative;
	margin: 0 auto;
	font-size: 12px;
}
/* --------------- Headers Styles  ----------- */
#SEOheader {
	width:760px;
	text-align:center;
	z-index:5;
	color: gray;
	margin: 0 auto 0 auto;
	position:absolute;
	bottom: -5px;
}

#SEOheader a {
	font-size:10px;
	text-decoration:none;
	color: gray;
	font-weight:normal;
	display:inline;
}

#SEOheader h1 {
	font-size:10px;
	text-decoration:none;
	color: gray;
	font-weight:normal;
	display:inline;
}
#SEOheader h2 {
	font-size:10px;
	text-decoration:none;
	color: gray;

	font-weight:normal;
	display:inline;
}
#SEOheader h3 {
	font-size:10px;
	text-decoration:none;
	color: gray;
	font-weight:normal;
	display:inline;
}

