/*This is the main style sheet for our Trails End home server index page.*/

body {
	background-color: #FFffff;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	/*background-image: url("../images/Header.2.JPG");
	margin: 0px;*/
}
#wrapper {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        border-right: 2px solid #000000;
        border-left: 2px solid #000000;
        border-bottom: 2px solid #000000;
        padding-bottom: 5px;
}
h1 {
	font-size: 5em;
	font-style: italic;
	letter-spacing: 5px;
	text-align: center;
}
h2 {
	font-size: 1em;
	text-decoration: underline;
}
p {
	font-size: 1.8em;
	line-height: 1.5em;
	text-align: center;
}
p.footer {
	font-size: .6em;
	font-weight: normal;
	text-align: center;
}
a:link {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #000000;
	background-color: #FFffff;
	text-decoration: none;
}
a:hover {
	background-color: #ffd6d6;
	text-decoration: none;
}
a:active {
	background-color: #000000;
	text-decoration: none;
}
/*Main page layout section*/
#header {
	background-color: #ffffff;
	border-bottom: solid 1px #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top:2px;
	padding-bottom: 2px;
}
#header p {
	font-size: 1.2em;
}
#content {
	position: relative;
	width: 800px;
}
#navbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 175px;
}
#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navbar ul {
	margin: 0;
	padding: 0;
}
#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #f1eadd;
	font-size: .8em;
	font-weight: bold;
	border-bottom: solid #000000 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#navbar ul li a:hover {
	background-color: #616c27;
}
#maintext {
	background-color: #ffffff;
	border-left: 0px #000000 solid;
	border-right: 0px #000000 solid;
	border-bottom: 0px #000000 solid;
	margin-left: 175px;
	padding: 0px;
}
#maintext ul li {
	font-family: inherit;
	font-size: .7em;
	font-weight: normal;
	margin-left: 0px;
}
#BannerWide {
	height:166px;
	background-image: url("../images/Nessa.Banner.UC.png");
	background-position: left top;
}
/*#BannerSmall {
	height: 166px;
	background-image: url(images/BannerSm.jpg);
	background-repeat: no-repeat;
	background-position:265px 0px;
}*/
#HotCurlPic {
	float: left;
	padding-top: 200px;
	padding-left: 40px;
}
	