body {
	background-color: #000000;
	margin: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../images/background.gif);
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Page header containing logo etc */

#header {
	left:0px;
	top:25px;
	width:900px;
	height:155px;
	z-index:1;
	background-color: #ff8400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

#header p {
	display: list-item;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: right;
	vertical-align: top;
	list-style-type: none;
}

#header a:link {
	color: #000000;
	text-decoration: underline;
}
#header a:visited {
	color: #000000;
	text-decoration: underline;
}
#header a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

#header a:active {
	color: #FFCC00;
	text-decoration: underline;
}

/* navigation bar */
#navbar {
	left:0px;
	top:150px;
	width:900px;
	height:30px;
	z-index:2;
	background-color: #cccccc;
	border: 2px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
}

#navbar p {
	color: #000000;
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}

#navbar a:link {
	color: #000000;
	text-decoration: underline;
}
#navbar a:visited {
	color: #000000;
	text-decoration: underline;
}
#navbar a:hover {
	color: #FFFF99;
	text-decoration: none;
}
#navbar a:active {
	color: #FFCC00;
	text-decoration: underline;
}




/* begin content section */

#content_box {
	left:0px;
	top:220px;
	width:910px;
	z-index:2;
}

#content_box table {
	height: 450px;	
}

#content_box td {
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

/*home page blue column*/
#content_box td.right {
	color: #FFFFFF;
}
#content_box td.right h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
}
#content_box td.right h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
}
#content_box td.right a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#content_box td.right a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#content_box td.right a:hover {
	color: #ffff99;
	text-decoration: none;
}
#content_box td.right a:active {
	color: #FFCC00;
	text-decoration: underline;
}

#content_box td.center {
	padding:0px;
	
}


#content_box h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#content_box h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: -5px;
	margin-left: 5px;
}

#content_box h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

#content_box a:link {
	color: #000000;
	text-decoration: underline;
}
#content_box a:visited {
	color: #000000;
	text-decoration: underline;
}
#content_box a:hover {
	color: #000099;
	text-decoration: none;
}
#content_box a:active {
	color: #FFCC00;
	text-decoration: underline;
}
#content_box img {
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#content_box p {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_box #homepg_title_left {
	height: 50px;
	width: 245px;
	padding-top: 10px;
	border: none;
	background-image: url(../images/this-week.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#content_box #homepg_title_right {
	height: 50px;
	width: 245px;
	padding-top: 10px;
	border: none;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/backstage.gif);
}


#content_box hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
}
