body {
	margin: 0px;
	padding: 0px;
	
	background: #ccc;
	background-image: url(/images/sidefade.png);
	background-position: top center;
	background-repeat: repeat-y;
	
	text-align: center;
	
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #111;
	
	overflow-y: scroll;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

table {
	font-size: 1em;
	font-weight: bold;
	color: #111;
}

p {
	text-align: justify;
	margin: 10px 0px;
}

a {
	color: #555;
}

a:hover {
	color: #111;
}

.txtBox {
	border: 1px #777 solid;
	background: #fff;
	background-image: url(/images/innershadow.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 1px;
}

#mainContainer {
	width: 960px;
	margin: 0px auto;
	background: #fff;
	text-align: center;
}

#header {
	width: 960px;
	height: 170px;
	
	background: #b83032;
	background-image: url(/images/headerbg.png);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#headerContents {
	width: 940px;
	padding: 0px 10px;
	position: absolute;
	left: 0px;
	top: 10px;
}

#header2 {
	height: 170px;
	width: 560px;
	float: left;
}

#headerContact {
	position: absolute;
	top: 10px;
	right: 10px;
}

#menu {
	height: 33px;
	background-image: url(/images/menu/bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#mainContent {
	/*margin: 10px;*/
}

.boxContents {
	position: relative;
}

.box3x {
	float: left;
	width: 220px;
	margin: 0px 10px;
}

.box3x .boxContents {
	background-image: url(/images/box-3x-bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	
	padding: 0px 10px;
}

.box4x {
	float: left;
	width: 300px;
	margin: 0px 10px;
}
.box41x {
	float: left;
	width: 500px;
	margin: 0px 10px;
}

.box4x .boxContents {
	background-image: url(/images/box-bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	
	padding: 0px 10px;
}

.box9x {
	float: right;
	width: 700px;
	margin: 0px 10px;
	margin-bottom: 10px;
}

.box9x .boxContents {
	background-image: url(/images/box-9x-bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	
	padding: 0px 10px;
}

.box940 {
	width: 940px;
	margin: 10px 10px;
}

.box940 .boxContents {
	position: relative;
	
	background-image: url(/images/box-940-bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	
	padding: 0px 10px;
}

#devider {
	height: 1px;
	width: 1px;
	background: #ccc;
	margin: 10px 0px;
}

#credits {
	margin: 20px 10px;
	font-size: 8pt;
}

#credits #by {
	float: left;
}

#credits #copy {
	float: right;
}

#credits #lowerMenu {
	
}

#slideShow {
	position: relative;
	width: 940px;
	height: 300px;
	margin: 10px;
	margin-top: 0px;
	overflow: hidden;
}

#slideShow #overlay {
	z-index: 100000;
	position: absolute;
	top: 0px;
	left: 0px;
}

#slideShow .slide {
	z-index: 100;
	display: block;
	position: absolute;
	top: -310px;
	left: 0px;
}

img.tr {
	margin-left: 20px;
	margin-bottom: 10px;
}

.clearFix {
	clear: both;
}

.homeContent {

}

.contentBox {
	position: relative;
	float: left;
	margin: 0px 10px 10px 10px;
	padding: 10px;
	width: 400px;
	height: 355px;

	/*border: 1px solid #000;*/
}
.contentBox1 {
	position: relative;
	float: left;
	margin: 0px 10px 10px 10px;
	padding: 10px;
	width: 280px;
	height: 355px;

	/*border: 1px solid #000;*/
}
.boxFrame {
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.7);
	background: #eee;
}
.boxFrame1 {
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.7);
	background: #eee;
}