body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #E0EEEE;
	font-family: Century Gothic;
}

#wrapper{
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #16272f;
}

#header{	
	position: relative;
	width: 100%;
	height: 105px;
	background-color: #16272f;
}

#headerbottom{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background-image: url("../images/headerbottom.jpg");
	background-color: #343435;
}

#main{
	float: right;
	background-color: white;
	width: 580px;
	display: inline;
}

#content{
	color: black;
	padding: 5px;
	width: 570px;
	min-height: 645px;
	height: auto !important;
	height: 645px;
	background-color: white;
	font-family: georgia;
	text-align: center;
}

#sidebar{
	float: left;
	width: 200px;
	background-color: #16272f;
	border-top: 6px solid #171717;
	display: inline;
}

#content p{
	font-size: 0.9em;
	text-align: justify;
	padding: 0px 13px;
}

#picbox{
	width: 510px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	margin-top: 15px;
}

#sidebar ul{
	padding: 0px;
	margin: 13px 0 0 8px;
	list-style-type: none;
}

#sidebar li{
	padding: 0px;
	margin: 3px 0px -10px 0px;
}


#sidebar li.dots{
	margin-bottom: -5px;
	margin-top: -5px;
}

.title{
	font-family: georgia, times new roman;
	color: #9C661F;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 10px;
}

#subtitle1{
	font-family: georgia, times new roman;
	color: black;
	font-size: 16px;
	margin-top: 3px;
	width: 540px;
	margin: 5px auto;
	text-align: left;
	text-align: justify;
}

#subtitle2{
	font-family: georgia, times new roman;
	color: black;
	font-size: 15px;
	margin-top: 3px;
	width: 540px;
	margin: 0px auto;
	text-align: left;
}

#subtitle2 li{
	margin-top: 15px;
	font-size: 16px;
}

.subcaption{
	font-family: georgia, times new roman;
	color: #1a1a1a;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	margin-top: 7px;
}

#copyright{
	width: 570px;
	position: relative;
	right: 10px;
	font-size: 11px;
	text-align: center;
	padding-bottom: 6px;
}

#footer{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: white;
	background-color: #171717;
	height: 20px;
	clear: both;
	padding: 5px 0px;
}

#points{
	height: 215px;
	position: relative;
	width: 510px;
	margin: 25px auto;
	background-color: #BABABA;
	padding: 5px;
	text-align: center;
}

#points li{
	font-size: 12px;
	margin: 0px;
	text-indent: 0px;
	padding: 0px;
	line-height: 27px;
}

#points ul{
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

fieldset{
	font-family: georgia, times new roman;
	border: 1px solid #9C661F;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#points-left{
	position: relative;
	float: left;
	margin-left: 3px;
	margin-top: 5px;
	text-align: left;
}

#points-right{
	position: relative;
	float: right;
	margin-right: 3px;
	margin-top: 5px;
	text-align: left;
}

legend{
	color: #fff;
	background: #9C661F;
	border: 1px solid black;
	padding: 2px 6px
}

#headercontact{
	position: absolute;
	color: white;
	font-size: 11px;
	width: 250px;
	float: right;
	right: 110px;
	bottom: 25px;
}

input{
	color: black;
	background: #EEC591	;
	border: 1px solid #781351;
	margin-top: 9px;
	height: 15px;
}

textarea{
	color: black;
	background: #EEC591	;
	border: 1px solid #781351
}

.submit input{
	background: #9C661F;
	border: 2px solid black;
	width: 90px;
	height: 30px;
	float: right;
	font-size: 15px;
	color: white;
	margin-right: 190px;
	margin-bottom: 5px;
	margin-top: 13px;
}

label{
	width: 11em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-left: 10px;
	margin-top: 8px;
	display: block
}

#formdes{
	position: relative;
	width: 100%;
	text-align: justify;
	margin: 1px auto 20px auto;
}

#quote{
	width: 170px;
	font-family: georgia, times new roman;
	color: #9C661F;
	margin-top: 65px;
	margin-left: 5px;
}

#adminWrapper{
	width: 600px;
	margin: 10px auto 10px auto;
}

table#editPages{
	width: 550px;
	margin: 10px auto 10px auto;
}

#contentEdit{
	width: 600px;
	height: 450px;
	background-color: white;
}

input#editSubmit{
	width: 90px;
	height: 30px;
	font-size: 15px;
}

#homeLink{
	position: relative;
	margin-left: 485px;
	font-size: .9em;
}

table#htmlGuide{
	width: 580px;
	border: 1px solid black;
	margin: 10px auto 10px auto;
}