@import url(cast.css);
@import url(contact.css);
@import url(news.css);
@import url(media.css);

body {
	background-color:black;
	text-align:center;
}

html, p, div, textarea {
	font-family:Tahoma;
	font-size:12px;
}

#container {
	width:1024px;
	height:757px;
	margin:auto;
	padding:0px;
	text-align:left;
}


#container #top {
	background-image:url(../images/redhours_01.gif);
	height:35px;
	width:1024px;
}

#container #left {
	background-image:url(../images/redhours_02.gif);
	background-repeat:no-repeat;
	height:684px;
	width:498px;
}

#container #right {
	background-image:url(../images/redhours_04.gif);
	height:684px;
	width:36px;
}

#container #bottom {
	background-image:url(../images/redhours_05.gif);
	height:38px;
	width:1024px;
}

#container #content {
	background-color:white;
	height:595px;
	width:490px;
}


#content #title {
	background-color:transparent;
	height:65px;
}

#content #subcontent {
	background-color:white;
	height:510px;
	overflow:auto;
}

#content #nav {
	background-image:url(../images/redhours_sub.png);
	background-repeat:no-repeat;
	height:65px;
	padding-top:20px;
	text-align:center;
}

#content #nav a {
	color:white;
	font-size:15pt;
	font-variant:small-caps;
	
}

.mouseover {
	/* background-color:#ae0001; */
	background-image:url(../images/bg.png); 
}

.mouseout {
	background-color:transparent;
	background-image:url();
}

.spacer {
	clear:both;
}

#copyright {
	padding-right:20px;
	color:white;
	text-align:right;
}

#container_crumbs {
	background-color:#f0f0f0;
	border-bottom:solid 1px #c0c0c0;

	padding-bottom:5px;
	padding-top:5px;
}

#container_crumbs a {
	color:black;
}