html {
    height: 100%;
}

body {

	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	/* background: #6c4097 url("images/pagebg_left.png") 0 0 repeat-y; */
    background: #4d2d78 url("images/pagebg_left.png") 0 0 repeat-y;
    height: 100%;
}

.alt {

	display: none;

}

.columnFix {

	clear: both;

}

#page {

	display: block;
	text-align: center;
	background: url("images/pagebg_right.png") top right repeat-y;
    height: 100%;
}

#layout {

	text-align: left;
	background: url("images/bodybg.jpg") bottom center repeat-x;
	margin: 0 72px;

}

#header {

	background: url("images/headerbg.png") top left repeat-x;

}

#logo {

	position: absolute;
	z-index: 10;
	border: none;
	margin-left: -10px;

}

#topIMG {

	width: 100%;
	height: 209px;
	background: url("images/topimg.jpg") top center repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	top: 82px;

}

#lavenderStalk {

	position: absolute;
	right: 50px;
	top: 15px;
	background: url("images/lavenderstalk.png") top left no-repeat;
	width: 125px;
	height: 316px;
	z-index: 10;
	

}

#body {

	position: relative;
	z-index: 10;

}

#sideBar {

	float: left;
	width: 193px;
	padding-top: 20px;
	background: url("images/navbg_top.png") top left no-repeat;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: -40px;

}

#sideBar a {

	color: #fff;

}

#sideBar .container {

	padding-bottom: 20px;
	background: url("images/navbg_bottom.png") bottom left no-repeat;
	text-shadow: #6e7f2c 1px 1px 0;

}

#sideBar #topNav,#sideBar #contactInfo {

	background: url("images/navbg.png") top left repeat-y;

}

#sideBar #topNav ul {

	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;

}

#sideBar #topNav ul li a {

	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	border-bottom: 1px dashed #6e7f2c;

}

#sideBar #topNav ul li a.firstOne {

	padding-top: 0;

}

#sideBar #topNav ul li a:hover {

	background: url("images/nav_hover.png") bottom left repeat-x;

}

#sideBar #contactInfo {

	padding-top: 15px;

}

#sideBar h3,p {

	margin: 0;
	padding: 6px 0;

}

#content {

	margin-left: 208px;

}

#content .container {

	padding: 100px 15px 0 0;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	color: #fff;

}

#bottomNav {

	color: #fff;
	text-align: center;
	padding: 20px 0;

}

#bottomNav a {

	color: #cd89de;

}

#copyright {

	text-align: right;
	color: #fff;
	font-size: 10px;
	padding: 10px;

}

#copyright a {

	color: #fff;

}