body {
	margin: 0px;
	background-color: #333333;
	/*
	background-image: url(../images/body.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

img {
	border: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1030px;
	padding-left: 30px;
	background-color: #000000;
	background-image: url(../images/container.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 1000px;
	height: 145px;
	background-color: #333333;
	background-image: url(/images/header-logo.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#left {
	width: 200px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#center {
	width: 480px;
	float: left;
	margin-right: 5px;
}

#right {
	width: 310px;
	float: left;
}

#footer {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	width: 1000px;
	height: 55px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #333333;
	background-image: url(../images/footer.jpg);
	clear: both;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.footerTxt {
	margin-top: 10px;
	font-size: 12px;
}

.leftHeader {
	width: 185px;
	height: 35px;
	padding-left: 15px;
	padding-top: 5px;
	background-color: #333333;
	background-image: url(../images/leftHeader.jpg);
	margin: 0px;
}

.leftHeader h1 {
	margin: 0px;
	font-family: Trebuchet MS, Verdana, arial;
	font-size: 20px;
	color: #724C9A;
}

.leftContent {
	margin: 0px;
	padding: 17px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 162px;
	border-left: solid 2px #333333;
	border-right: solid 2px #333333;
}

.leftContent p {
	margin: 0px;
}

.leftContent ul {
	list-style-image: url(../images/leftContentBullet.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}

.leftContent li {
	padding-bottom: 5px;
}

.leftContent a {
	color: #FFFFFF;
	text-decoration: none;
}

.leftContent a:hover {
	text-decoration: underline;
}

.leftFooter {
	width: 200px;
	height: 22px;
	background-color: #333333;
	background-image: url(../images/leftFooter.jpg);
	margin: 0px;
	margin-bottom: 5px;
}

.centerHeader {
	width: 480px;
	height: 10px;
	background-color: #333333;
	background-image: url(../images/centerHeader.jpg);
}

.centerContent {
	width: 460px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #333333;
}

.centerContent p {
	margin: 0px;
	margin-top: 10px;
}

.centerContent ul {
	
	margin-top: 0px;
	margin-bottom: 0px;
}

.centerContent li {
	padding-bottom: 5px;
}

.centerHeading {
	margin-left: auto;
	margin-right: auto;
	width: 445px;
	padding-left: 15px;
	padding-top: 3px;
	height: 32px;
	background-image: url(../images/centerHeading.jpg);
	background-repeat: no-repeat;
}

.centerHeading h1 {
	margin: 0px;
	font-family: Trebuchet MS, Verdana, arial;
	font-size: 24px;
	color: #FFFFFF;
}

.centerFooter {
	width: 480px;
	height: 10px;
	background-color: #333333;
	background-image: url(../images/centerFooter.jpg);
	margin-bottom: 5px;
}

.rightHeader {
	width: 310px;
	height: 10px;
	background-color: #333333;
	background-image: url(../images/rightHeader.jpg);
}

.rightContent {
	width: 290px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #333333;
}

.rightContent p {
	margin: 0px;
	margin-top: 10px;
}

.rightHeading {
	margin-left: auto;
	margin-right: auto;
	width: 275px;
	padding-left: 15px;
	padding-top: 5px;
	height: 30px;
	background-image: url(../images/rightHeading.jpg);
	background-repeat: no-repeat;
}

.rightHeading h1 {
	margin: 0px;
	font-family: Trebuchet MS, Verdana, arial;
	font-size: 18px;
	color: #FFFFFF;
}

.rightFooter {
	width: 310px;
	height: 10px;
	background-color: #333333;
	background-image: url(../images/rightFooter.jpg);
	margin-bottom: 5px;
}

.headlines {
	width: 460px;
	margin-bottom: 10px;
}

.headline {
	width: 80px;
	height: 25px;
	float: left;
	background-color: #724C9A;
	background-image: url(../images/headline.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.headline a {
	width: 80px;
	height: 25px;
	color: #FFFFFF;
	line-height: 22px;
	text-decoration: none;
	font-weight: normal;
}

.headline a:hover {
	text-decoration: underline;
}

.headline a.on {
	font-weight: bold;
}

.mxWidth97 {
  max-width: 97px;
  width: expression(document.body.clientWidth > 97? "97px": "auto" );
  /* border: solid 1px #333333; */
}

.login-form {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

.login-box {
	width: 94px;
	height: 20px;
	border: none;
	background-image: url(/images/login-box.jpg);
	padding: 3px;
}

.login-button {
	width: 50px;
	height: 26px;
	border: none;
	background-image: url(/images/login-button.jpg);
	color: #FFFFFF;
	position: relative;
	top: 3px;
	left: 0px;
	padding-top: -3px;
}

.clear {
	clear: both;
}

.galleryRow {
	width: 440px;
}

.galleryRow img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100px;
}

.videoRow {
	width: 580px;
}

.videoCol {
	float: left;
	width: 290px;
}
