body {
	background: #000000;
	height: 100%;
}

#container {
	width: 100%;
	min-height: 100%;
	border-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	text-align:center;
}


#header {
	width: 800px;
	height: 220px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding: 0px;
	z-index:75;
}


#content {
	width: 800px;
	border-style: hidden;
	margin: auto;
	position: relative;
	z-index: 100;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-size: 12pt;
	font-family: arial, helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-color: #ffffff;
}

#LeftColStart {
	width: 176px;
	height: 199px;
	margin: 0 auto 0 0;
	z-index: 76;
	background-image: url(images/left1.jpg);
	background-repeat: no-repeat;
}

#LeftCol {
	width: 176px;
	min-height: 500px;
	margin: 0 auto 0 0;
	z-index: 75;
	background-image: url(images/left2-repeat.jpg);
	background-repeat: repeat-y;
}

#PageContent {
	position: relative;
	top: -180px;
	left: 220px;
	width: 525px;
	margin: 0 0 0 0;
	text-align:	left;
	z-index: 150;
}

#LeftBlock1 {
	position: relative;
	width: 240px;
	height: 318px;
	margin: 0 0 0 0;
	text-align:	left;
	z-index: 150;
	border-style: hidden;
}

#RightBlock1 {
	position: relative;
	top: -318px;
	left: 280px;
	width: 240px;
	height: 318px;
	margin: 0 0 0 0;
	text-align:	left;
	z-index: 150;
	border-style: hidden;
}

#footer {
	width: 624px;
	height: 152px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 165px;
	bottom: 0px;
	padding: 0;
	z-index: 101;
	margin: auto;
}

#menu { 
	text-align: left;
	width: 140px;
	position: absolute;
	left: 20px;
	top: -20px;
	z-index: 80;
	line-height: 18pt;
	font-size: 14pt;
	font-family: arial, helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 18pt;
}

#menuShadow { 
	text-align: left;
	width: 140px;
	position: absolute;
	left: 18px;
	top: -18px;
	font-size: 14pt;
	font-family: arial, helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	z-index: 79;
	line-height: 18pt;
}

.title1 {
	font-size: 35pt;
	font-family: arial, helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #663300;
	position: relative;
	left: -20px;
}

.title2 {
	color: #663300;
	font-size: 16pt;
	font-family: arial, helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: bold;
}

.subtitle1 {
	color: #000000;
	font-size: 10pt;
	font-family: arial, helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: normal;

}

.sign1 {
	color: #000000;
	font-size: 14pt;
	font-family: arial, helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.menu, a.menu, a.menu:link, a.menu:active {
	font-size: 14pt;
	font-family: arial, helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #999966;
	line-height: 18pt;
}

a.menu:hover {
	color: #cccc99;
	text-decoration: none;
}

a, a:link, a:active {
	color: #663300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}