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

#site {
  width: 800px;
  margin: 0 auto;
}

#marker_container {
	padding: 20px;
}

#content div.ctop {
  height: 10px;
  background-image: url(/images/content_top.png);
  background-repeat: no-repeat; 
}

#content div.cbottom {
  height: 10px;
  background-image: url(/images/content_bottom.png);
  background-repeat: no-repeat; 
}

#content div.cmiddle {
  background-image: url(/images/content_middle.png);
  background-repeat: repeat-y;
}

#map_canvas {
  width: 400px;
  height: 400px;
}

#map {
	margin-left: 180px;
	text-align: left;
}

div.add_marker {
	margin-top: 20px;
}

div.marker_description {
	margin-top: 10px;
	text-align: center;
}

div.marker_description > table, div.marker_description > div, div.marker_description > p {
	float:none;
}

div.next {
	margin: 10px;
}

h1 {
	margin: 0 0;
}

h2.site_description {
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 14px;
}

h3 {
	margin-top: 0;
	padding-top: 15px;
	margin-bottom: 30px;
}

h4 {
	margin: 5px 0;
}

#header {
	height: 60px;
	margin-bottom: 20px;
	/*background-color: #CF1508;*/
	color: white;
}

#header a, #header a.hover, #header a.visited, #header a.link {
	color: white;
}

#header div.top {
	height: 10px;
	background-image: url(/images/header_top.png);
	background-repeat: no-repeat; 
}

#header div.bottom {
  height: 10px;
  background-image: url(/images/header_bottom.png);
	background-repeat: no-repeat; 
}

#header div.middle {
  background-image: url(/images/header_middle.png);
	background-repeat: repeat-y;
}

#marker_description {
	height: 100px;
}

div.sg_legend {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

div.sbox {
	width: 200px;
	height: 150px;
	float: left;
/*	background-color: #6B111E;*/
	margin: 20px 13px 10px 13px;
	color: white;
}

div.sbox a, div.sbox a.hover, div.sbox a.link, div.sbox a.visited {
	color: white;
}

div.sbox div.top {
  height: 10px;
  background-image: url(/images/box_top.png);
  background-repeat: no-repeat; 
}

div.sbox div.bottom {
  height: 10px;
  background-image: url(/images/box_bottom.png);
  background-repeat: no-repeat; 
}

div.sbox div.middle {
  background-image: url(/images/box_middle.png);
  background-repeat: repeat-y;
}

div.sboxm {
	padding: 15px;
}

p.num {
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
}

input.submit_button {
	width: 160px;
	font-weight: bold;
	margin-top: 20px;
}

#footer {
	clear: both;
	margin-top: 20px;
}

div.marker-menu {
	padding-top: 20px;
	padding-bottom: 20px;
}

a.contact{
	font-size: 10px;
}
