@charset "utf-8";
body {
	background-repeat:repeat;
	background-color:#592A33;
	margin:0;
}

#wrapper {
}

#header {
	height:107px;
	background-color:#F2D6A2;
	margin:0;
}

#contentwrap {
    background-repeat: repeat-y;
    background-color: #faf0d5;
}

#sidebar {
	float:left;
	margin-left:15px;
	padding-top:1em;
	padding-left:5px;
}

#footer {
	background-color:#706050;
	height:35px;
	margin:0;
	padding-top:1em;
}

#navcontainer {
	background-color:#C4E1F2;
    height: 30px;
}

#menutop {background-image:url(/assets/images/menu-nav-top.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:8px;
	margin-top:1em;
}

#menubottom {background-image:url(/assets/images/menu-nav-bottom.jpg);
background-repeat:no-repeat;
width:960px;
height:9px;
}

#contenttop {background-image:url(/assets/images/content-top.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:15px;
	margin-top:1em;
}

#contentbottom {background-image:url(/assets/images/content-bottom.jpg);
background-repeat:no-repeat;
width:960px;
height:27px;
}

.ui-tabs-hide {
display:none;
}

#footer a {
color:#FFF;
}

#header h1 {
	margin-top:40px;
	margin-left:30px;
	color:#706050;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:55px;
	-webkit-text-stroke: 1px black;
}

h2, h3, form, p {
	margin-left:10px;
	margin-right:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#706050;
}

form, p {
	margin-left:10px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#000;
}

h1 {
	font-size:22px;
}

.floatleft {
float:left;
margin-right:.5em;
margin-left:.25em;
margin-bottom:.5em;
}

.floatright {
float:right;
margin-left:.5em;
margin-right:.25em;
margin-bottom:.5em;
}

.floatcenter {
text-align:center;
clear:both;
}
