@charset "UTF-8";


body {
	background-color: #e5d9d2;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin: 0px;
	height: auto;
	width: auto;
}

a:link {
	color: #C00;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #C00;
}
/* CSS Document */

#container #mobile {
	display: none;
}

#container {
	background-image: url(containerdivbg.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 750px;
	width: 990px;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 0px;
	background-attachment: scroll;
	margin-bottom: 0px;
	top: 0px;
	left: 0px;
	text-align: left;
}
#container #leftsidebar {
	float: left;
	height: 355px;
	width: 440px;
	padding-right: 0px;
}
#container #leftsidebar #navigation {
	height: auto;
	width: 100px;
	left: 370px;
	top: 150px;
	padding-left: 290px;
	padding-top: 50px;
}
#container #leftsidebar #navigation ul {
	text-decoration: none;
	list-style-type: none;
}
#container #main {
	height: 355px;
	width: 550px;
	float: left;
	position: relative;
	clear: right;
	margin-right: 0px;
	padding: 0px;
}
#container #main p {
	padding-right: 30px;
	padding-left: 45px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2em;
	color: #333;
}

#container #main h2 {
	padding-top: 25px;
	padding-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #333;
}

#container #main img {
	padding-left: 45px;
	
}


#container #main ul {
	padding-right: 30px;
	padding-left: 80px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2em;
	color: #333;
}

#container #header {
	height: 125px;
}
#container #topnav {
	height: 40px;
}

#container #footer {
	float: left;
	height: auto;
	width: 1045px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 50px;
	padding-top: 45px;
}
#container #footer h1 {
	line-height: .5em;
}

#container #mobilescroll {
	display: none;
}

#container #header a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}