body {
	margin-top: 0px;
	background: url(images/background_tile_light.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#mainWrapper {
	background: url(images/background_tile.jpg) repeat;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: transparent;
	height: 200px;
	width: 960px;
	color: #DBD6C0;
}
#logoContainer {
	background: transparent;
	float: left;
	height: 175px;
	width: 175px;
	padding-top: 12.5px;
	padding-left: 12.5px;
	padding-right: 12px;
}
#headerText {
	height: 185px;
	width: 570px;
	float: left;
	position: relative;
	text-align: center;
	color: #FFF;
	padding-top: 15px;
}
#headerImages {
	height: 200px;
	width: 175px;
	float: right;
	position: relative;
	text-align: center;
	padding-left: 15px;
}
#navbar {
	height: 30px;
	width: 960px;
	background: #DBD6C0;
	clear: both;
}
.h1 {
	background: #A4AB82;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	padding: 5px 2px;
	display: block;
}
.bold {
	font-weight: bold;
}
.alignCenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background: #3A411F;
	height: 110px;
	width: 960px;
	clear: both;
	top: 10px;
	position: relative;
	color: #DBD6C0;
	text-align: center;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 2px;
}
#contentContainer {
	background-color: transparent;
	height: 575px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
#socialWrapper {
	height: 30px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

#ltSidebar {
	background-image: url(images/martial_arts_dragons_left.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 164px;
	position: relative;
	float: left;
	background-color: #3A411F;
	background-position: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #DBD6C0;
	text-align: center;
}
#mainText {
	height: 100%;
	width: 580px;
	margin-left: 10px;
	background-color: #DBD6C0;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#rtSidebar {
	background-image: url(images/martial_arts_dragons_right.gif);
	background-repeat: repeat-y;
	float: right;
	height: 100%;
	width: 164px;
	position: relative;
	background-color: #3A411F;
	background-position: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #DBD6C0;
}


#footer 
a:link {
	color: #DBD6C0;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.headerRealisticText {
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}
.headerPFSText {
	font-weight: bold;
	font-size: large;
}

.headerTitleText {
	font-weight: bolder;
	font-size: xx-large;
}
#justifyText {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.boldGreen {
	font-weight: bolder;
	color: #933;
}

