body, html {

	font-family: "lucida grande", Helvetica, sans-serif;

	font-size: 13px;

	color: #999999;

	background: #333333 url(/img/slice.jpg) repeat-x;

	margin: 0 auto;

	text-align: -moz-center;

	height: 100%;

}

.mainWrapper {

	background: url(/img/logo.jpg) no-repeat top;

	margin: auto;

	width:1000px;

	min-height: 100%;

	position: relative;

	padding: 0px;

}

.mainWrapper .navDiv {

	height: 100px;

	width: 1000px;

	margin-top: 0px;

	border: thin solid transparent;

}

.mainWrapper .navDiv ul {

	margin-top: 59px;	

	padding: 0;

	list-style-type: none;

}

.mainWrapper .navDiv ul li {

	display: inline;

	background: url(/img/button.png) no-repeat;	

	width: 166px;

	float: left;

	text-align: center;

}

.mainWrapper .navDiv ul li a {

	color: #CCC;

	text-decoration: none;

	text-transform: uppercase;

	display: block;

	width: 166px;

	height: 39px;

	line-height: 35px;

}

.mainWrapper .navDiv ul li a:hover {

	color: #CCC;

	text-decoration: none;

	background: url(/img/hover_button.png) no-repeat;

}

.mainWrapper .navDiv ul li a#current {

	color: #333;

	background: url(/img/selected_button.png) no-repeat;

}

.mainWrapper  .bodyWrapper {

	width: 1000px;

	padding-top: 10px;
	
	padding-left: 10px;

}

.mainWrapper .bodyWrapper span {

	text-align: left;

}

.mainWrapper .bodyWrapper .bodyLeftWrapper {

	width: 640px;

	min-height: 550px;

	float: left;

	text-align: left;

}

.mainWrapper .bodyWrapper .bodyLeftWrapper a {

	color: #FFF;

	font-weight: bold;

	text-decoration: none;

}

.mainWrapper .bodyWrapper .bodyLeftWrapper a:hover {

	color: #FFF;

	font-weight: bold;

	text-decoration: underline;

}

.mainWrapper .bodyWrapper .bodyRightWrapper {

	float: right;

	width: 300px;

	text-align: left;

	padding-left: 0px;

	margin-left: 0px;

	margin-top: 450px;

}

.mainWrapper .bodyWrapper .bodyRightWrapper ul {

	list-style-type: none;

	padding-left: 0px;

}

.mainWrapper .bodyWrapper .bodyRightWrapper ul li {

	border-bottom: 1px solid #666;

	padding: 5px;

}

.mainWrapper .bodyWrapper .bodyRightWrapper ul li a {

	color: #999999;

	text-decoration: none;

}	

.mainWrapper .bodyWrapper .bodyRightWrapper ul li a:hover {

	color: #FFC;

	text-decoration: none;

}	

h1, h2, h3, h4, h6 {

	font-weight: normal;

	font-family: Georgia,"Times New Roman",serif;

	text-transform: uppercase;

}

h2 {

	color: #ffffff;

	font-size: 24px;

	padding-top: 150px;

}

h3 {

	color: #ffffff;

	font-size: 24px;

	line-height: 1; 

	letter-spacing: 1.6px;

	border-bottom: 1px #666 solid;

	padding-bottom: 5px;

	max-width: 650px;

}

h4 {

	color: #ef9c21;

	font-size: 15px;

	line-height: 22px; 

	letter-spacing: 1.6px;

	text-transform: uppercase; 

}

h5 {

	font-family: "lucida grande", Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #ffffff; 

}

.picSpan {

	padding: 5px 10px 10px 10px;

	background: url(../img/pic_bkgrnd.png) no-repeat;

	width: 435px;

	height: 325px;

	clear: both;

}

.footerDiv {

	background:  url(/img/bottomslice.jpg) repeat-x;

	height: 210px;

	width: 100%;

	clear: both;

	padding: 0px;

	text-align: center;

}


