* {
	margin: 0;
	padding: 0;
}

body {
	font: 90% Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	line-height: 145%;
	background-color: #ffffff;
}
html>body {font-size: 12px;}

a {
	color: #33037D;
	text-decoration: underline;
	border: none;
}
img {
	border-style: none;	
}
h1 {
	margin: 0px;
	color: #000000;
	font-family: Georgia, Times;
	letter-spacing: 1px;
	font-size: 135%;
	font-weight: normal;
	padding-bottom: 20px;
	line-height: 120%
}

h2 {
	margin: 0px;
	color: #440E97;
	font-size: 115%;
	padding-top: 15px;
	padding-bottom: 0px;
}
.skip {
       position: absolute;
       left: -999em;
       width: 990em;
}
a.skip:active,  a.skip:focus {
        left: 8.5em;
        color: #000000;
}
a.skip:hover,  a.skip:focus {
        left: 8.5em;
        color: #000000;
}
#pagewrapper {
	width: 1032px;
	margin: 0px auto;
}
#header {
	height: 225px;
	background: url(images/yurt-header2.jpg) no-repeat;
}

#content {
	background: url(images/middle-back.jpg) repeat-y;
}
#content p {
	padding-top: 10px;
}


/* ===== LEFT ===== */

#content div.left {
	padding-top: 45px;
	padding-left: 110px;
	padding-bottom: 10px;
	float: left;
	width: 400px;
}
#content div.left p {
	padding-right: 50px;
}
#content div.left span {
	color: #333333;
}

#content div.left img {
	padding-top: 30px;
	padding-bottom: 30px;
}
#content div.leftbottom {
	position:absolute;left:10px;bottom:0px;
	height: 198px;
}
#content div.left li {
	list-style: none;
}

/* ===== RIGHT ===== */

#content div.right {
	float: left;
	width: 380px;
	padding-top: 90px;
	padding-right: 50px;
	padding-left: 40px;
	padding-bottom: 30px;
}
#content div.left form {
}
#content div.right form fieldset {
	border: 1px solid #000000;
	margin-top: 10px;
	padding: 3px;
}
#content div.right ul {
	padding-top: 10px;
}
#content div.right li {
	list-style: none;
}
#content div.right img {
	padding-bottom: 15px;
}

/* ===== Menu ===== */

#header .menu {
	width: 1032px;
	height: 33px;
	padding-top: 175px;
}
#header .menu ul {
	height: 33px;
	padding-left: 240px;
}
#header .menu li {
	float: left;
	list-style: none;
	padding-right: 33px;
}
#header .menu li a {
	display: block;
	padding-top: 7px;
	text-align: center;
	font-family: georgia, times, serif;
	font-size: 110%;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#header .menu li a.current {
	color: #000000;
	padding-bottom: 3px;
}
#header .menu li a:hover {
	color: #003366;
	padding-bottom: 3px;
}	


/* ===== Footer ===== */

#footer {
	background: url(images/footer.jpg) no-repeat;
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	color: #33037D;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 360px;
	height: 34px;
}
#copyright {
	font: 80% Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	text-align: right;
	padding-right: 40px;
	padding-bottom: 30px;
	}

.clear {
	clear: both;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006;
	font-size: 14px;
}
#pagewrapper #content .left p .quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006;
}

