@charset "UTF-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	background:url(/images/lotus-vases-blue.jpg);
	color:#6f360b;
	margin:0;
	height: 100%;
}
h1 {
	color:#A4BE35;
}
.clear {
	clear:both;
}
#header {
	margin:0px;
	padding:0px;
	background:url(/images/header-bg.jpg) repeat-x;
	min-height:124px;
	width:100%;
	border-bottom: #dbc9a5 1px solid;
}

#overlay {
background:url(/images/dance-vector.png) no-repeat; height: 269px; width:424px;
position:relative;
float:right;
top: -75px;

}

#wrapper {
margin: 0 auto !important;
float:none;
}
#innerWrap {
background: url(/images/div-horz-bg.png) top left repeat-y;
height:80%;
}

#wrapBottom{background: url(/images/div-bottom-bg.png) no-repeat bottom; min-height:35px; font-size:70%; color:#A39479; text-align:center;}

#wrapBottom a {color:#A39479; text-decoration:none;}

#rightSide { top: -75px; position:relative;}

#logo {
	width:359px;
	height: 97px;
	background:url(/images/logo.png) no-repeat;
	top: 27px;
	margin-left:20px;
	position:relative;
	}
#logo span {
	display: none;
	}
	
#sideBar { height:100%; font-size:125%;  min-height: 350px;}
#sideBar ul { list-style:none;}
#sideBar ul li {}
#sideBar ul li a { color:#223745; display:block; text-decoration:none; padding-bottom:4px; border-bottom: 1px #223745 solid;}
#sideBar ul li a:hover { color:black; border-bottom: 1px black solid;}

div.colborder {border-right:1px solid #6f360b;}

h3 { color:#223745; margin-top: 20px;}


