* {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
 }

html, body {
	height: 100%;
}

body {
	background: #F5EDD8 url(images/content-bg.png) repeat-y top center;
	color: #912358;
	margin: 0;
	height: 100%;
}

#header {
	margin: 0 auto;
	width: 1000px;
}
#logo {
	position: relative;
	z-index:2;
	height:100px;
	width:352px;
}
#view {
	width: 100%;
	margin: 0 auto;
	text-align:center;
	height: 250px;
	clear: both;
	background: url(images/bg-top.png) top repeat-x;
}
#view img{
	border: 2px solid #2C9344;
}

#menu {
	width: 500px;
	height: 1.6em;
	margin: 0 auto;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size: 1.2em;
}

#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menu a {
	float: left;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 12px 22px 12px;
	text-decoration: none;
	color: #fff;
}

#menu a.active, #menu a:hover {
	color: #fff;
	border-bottom: 3px solid #F6AAA7;
	padding-bottom: 5px;
}
#below-header {
}
#wrapper {
	width: 997px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
}
#sidebar {
	width: 317px;
	float: left;
	color: #912358;
}
.phone {
	font-size: 22px;
}
.copyright {
	font-size: 10px;
}
#content {
	margin: 0 auto;
	width: 650px;
	float:right;
	padding: 20px 0 0 0;
	height: 100%;
}
#content h1 {
	font-size: 1.5em;
	margin: 0 30px 10px 30px;
}
#content p {
	margin: 0 30px 10px 30px;
	font-size: .9em;
	line-height: 1.3em;
}
#content img {
	margin: 8px;
	border: 1px solid #2C9344;
}
#content a:link {
	color: #912358;
	background: #FFF0F7;
	text-decoration:none;
	font-size: .9em;
}

#content a:visited {
	background: #FFF0F7;
	color: #912358;
	text-decoration:none;
	font-size: .9em;
}

#content a:hover {
	background: #FFF0F7;
	color: #912358;
	text-decoration:underline;
	font-size: .9em;
}

#content a:active {
	background: #FFF0F7;
	color: #912358;
	text-decoration:none;
	font-size: .9em;
}
#content li{
	list-style:circle;
	margin: 0 0 5px;
}
hr {
	border: 0;
	color: #912358;
	background: #912358;
	width: 80%;
	height: 3px;
	margin: 10px 0px;
}
p {
	font-size: 1em;
}
.aligncenter {text-align:center;}
.alignleft {text-align:left;}
.alignright {text-align:right;}
.shadow {text-shadow: #F6AAA7 0em 0.1em 0.2em}
input { border: 1px solid #912358; padding: 3px; margin-bottom: 3px;}
#availsubmit {
	background: #278745;
	color: #fff;
}

td img {
	margin-right: 10px;
}