body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
	color: #006600;
	bgcolor: #000000;
	background-color: #000000;
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-x;
}

#box {
	background-image:url(../gfx/bg_table.gif);
	background-repeat:no-repeat;
	width:870px;
	height:500px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
	color: #006600;
}

a {
   outline: 0;
}

#content {
	background-color: #ffffff;
	height: auto;
	width:850px;
	margin-top:90px;
	padding:20px;
}

a:link, a:visited {
	font-style: normal;
	color: #CC0000;
	text-decoration: underline;
}

a:hover {
	font-style: normal;
	color: #cc0000;
	text-decoration: underline;
}

h1.home {
	color: #D22020;
	font-size: 12pt;
	margin: 50px 120px;
	margin-top:30px;
	margin-bottom:10px;
}

div#content_main {
	height:460px;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0 20px;
	position:relative;
	top:20px;
	width:800px;
}

div#map {
	width: 550px;
	height: 400px;
	border: 1px solid red;
}

div#facebook {
	margin-top:15px;
}

