* {

	margin: 0;

	padding: 0;

}

body {
	font-family: garamond, georgia, tahoma;
	font-size: 14pt;
	padding: 0;
	margin: 0;
	background-image:url('photos/stucco.jpg');
	color: black;
}

a:link {color:#2E0303; text-decoration: none}
a:visited {color:#2E0303; text-decoration: none}
a:hover {color: #870A0A; text-decoration: none;}
a:active {color:#2E0303; text-decoration: none}


#menuTable{
	padding: 0px;
	margin: 2px;
	width: 1024px;
	text-align: center;
	height: 30px;
	background: #eec8a4;
}

#menuTable td{
	width:20%;
	border-spacing:0px;
	font-size:12pt;
	border-style: solid;
	border-color: black;
	border-left-width: 3px;
	border-right-width: 3px;
	border-top-style: none;
	border-bottom-style: none;
}

.page { 
	border: none;
	position: relative;
	background: #2E0303;
	margin: 5px 0px 0px 0px;
	height: 572px;
	width: 1024px;
}




.content {
	width: 47%;
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
	padding: 10px;
	color: #EEC8A4;
	font-size: 14pt;
	text-align: left;
}



.secondContent {
	width: 47%;
	float: right;
	position: relative;
	top:120px;
	right:20px;
}


#menus {
	width: 100%;
	border: none;
	position: relative;
	top: 121px;
}

#notWorking {
	position:relative;
	top:200px;
	background-color:#eec8a4;
	padding:5px;
}

.newsContent {
	width: 98%;
	height:550px;
	overflow:auto;
	padding:5px;
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
	text-align:left;
	color: #EEC8A4;
}


	
.newsHeading {
	font-size: 18pt;
	font-style:bold;
	color:#ba884b;
	margin-bottom:2px;
}

.newsDate {
	font-size:12pt;
	font-style:italic;
	color:#ba884b;
	margin-bottom: 20px;
	margin-left: 5px;
}

#mapCanvas {
	width:400px;
	height:250px;
}

#mapSecondContent {
	width: 47%;
	float: right;
	position: relative;
	top:30px;
	right:10px;
}