body {
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	
	background: #fff;
	color: #000;
	
	font-family: arial,sans-sarif;
	font-size: 11pt;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 1em;
	color: inherit;
}

img {
	border: 0px;
}

.left {		float: left;	}
.right {	float: right;	}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16pt;
	font-weight: normal;
}

h2 {
	margin: 5px 0px;
	font-size: 14pt;
	font-weight: normal;
}

p {
	margin-top: 0px;
	color: #fff;
}

a {
	color: #000;
}

.txtBox {
	border: 2px #fff solid;
	background: #ddd;
}

#mainContainer {
	margin: 0px auto;
	
	width: 900px;
}

#header {
	height: 78px;
	width: 900px;
}

#header img {
	margin-top: 15px;
}

#bodyContainer {
	padding-top: 20px;
	background: #000;
}

#menu {
	margin: 0px 5px;
}

#body {
	width: 900px;
}

#bodyContent {
	
	background: #dacbc8;
	background-image: url(/images/bodybg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
	padding: 20px;
	
	color: #fff;
}

#bodyContent a {
	color: #fff;
	text-decoration: none;
}

#bodyContent a:hover {
	text-decoration: underline;
}

#bodyContent .bodyImg {
	border: 2px #fff solid;
}

#bodyContent .tl {
	margin-right: 15px;
}

#bodyContent .tr {
	margin-left: 15px;
}

#bodyBox {
	/*(background: #000;*/
	background-image: url(/images/bodyboxbg.png);
	text-align: left;
}

#bodyBoxPadding {
	padding: 15px;
	text-align: justify;
}

#bodyMenu {
	width: 200px;
	
	background: #c0b661;
	background-image: url(/images/bodymnubg.jpg);
	background-repeat: repeat-y;
	border-left: 2px #9b9c45 solid;
}

#bodyMenuMnu {
	width: 200px;
	
	background: #c0b661;
	background-image: url(/images/bodymnubgmnu.jpg);
	background-repeat: repeat-y;
	border-left: 2px #9b9c45 solid;
}

#bodyMenuMnu #mnuItems {
	padding-top: 20px;
	padding-left: 10px;	
}

#bodyMenuMnu #mnuItems a {
	display: block;
	
	margin-bottom: 20px;
	
	border-bottom: 1px transparent solid;
	
	padding-left: 5px;	
	color: #000;
	text-decoration: none;
	font-size: 12pt;
}

#bodyMenuMnu #mnuItems a:hover {
	border-bottom: 1px #302d18 solid;
}


#bodyMenuContent {
	margin: 5px 20px;
}

#credits {
	height: 36px;
}

#credits a {
	color: #fff;
	text-decoration: none;
}

#credits a:hover {
	text-decoration: underline;
}

#siteby {
	float: left;
	
	padding-top: 12px;
	padding-left: 10px;

	height: 16px;
	color: #fff;
	
	font-size: 8pt;
}

#copy {
	float: right;
	
	padding: 10px 0px;
	width: 200px;
	height: 16px;
	border-left: 2px #fff solid;
	color: #fff;
}

#slideList {
	width: 698px;
	height: 350px;
	
	position: relative;
	overflow: hidden;
}

#slideList a {
	display: block;
	width: 698px;
	height: 350px;
	
	position: absolute;
	top: -400px;
	left: 0px;
	
	z-index: 0;	

	
	/*visibility: false;*/
}