/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: arial, sans-serif;
	background-color:#D1E8C5;
}

#mainSite {
	width:780px;
	height:780px;
	background: url('images/fadeback.png') no-repeat top left;
	margin:5px auto 5px auto;
}

#titleTag {
	font-size:19px;
	color:#fff;
	position:relative;
	top:15px;
	left:15px;
}

#headerImg {
	position:relative;
	top:25px;
	left:15px;
}

#menuArea {
	display:block;
	position:relative;
	top:40px;
	text-align:center;
	background-color:#173319;
	padding:9px 0px 7px 0px;
	border:2px solid #173319;
}

#menuArea a {
	padding:9px 40px 8px 40px;
	color:#173319;
	font-weight:bold;
	background: #bed539 url('images/menuBack.png') repeat-x top left;
	text-decoration:none;
}

#menuArea a:hover {
	color:#fff;
}

#contentArea {
	width:750px;
	padding:15px;
	overflow:auto;
	height:400px;
	position:relative;
	top:40px;
}

#contentArea h2 {
	font-size:17px;
	line-height:21px;
	margin-bottom:8px;
	color:#173319;
}

#contentArea h3 {
	font-size:16px;
	line-height:20px;
	margin-bottom:8px;
	color:#173319;
}

#contentArea p {
	font-size:14px;
	line-height:18px;
	margin-bottom:8px;
	color:#173319;
}

#footerBar {
	background-color:#173319;
	text-align:right;
	padding:10px 15px 10px 0px;
	letter-spacing:0.01em;
	color:#fff;
	position:relative;
	top:40px;
	font-size:13px;
}

#footerBar a {
	color:#fff;
	text-decoration:none;
}

#footerBar a:hover {
	color:#bed539;
}
