/*
	CSS definitions: craigthatcher.com
*/




/* general */
 
html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(page_bg.gif);
	font-family: arial, serif;
}

* html #wrap { height: 100% }

* img { border: 0 }



/* divs */

#wrap {

	background: url(images/bg.gif) top left repeat-y;
	min-height: 100%;
	width: 780px;
	margin: auto;
	position: relative;
}

#inner-wrap {
	padding-bottom: 60px;
}

#inner-wrap:after {
	content: " ";
	display: block;
	clear: both;
}

div.clearer { line-height: 0; height: 0; margin: 0; clear: both; }


#footer {
	position: absolute;
	bottom: 0;
	height: 60px;
	background-color: #3B4966;
	width: 100%;
	color: #FFFFFF;
	text-align: left;
	margin: auto;
}

#left p {
	float: left;
	color: #000000;
	margin: 18px auto auto auto;
	text-align: center;
	font-size: 10px;
    line-spacing: 90%;
    padding: 0 6px 0 6px;	


}


#footer p {
	bottom: 0;
	color: #CCCCFF;
	margin: 8px 0 5px 10px;
	text-align: center;
	font-size: 0.675em;
	letter-spacing: 0.1em;
	line-height: 1.1em;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #CCCCFF; 
	
	text-decoration:none;
	}


#left {
	float: left;
	width: 180px;
	text-align: center;
}

#main {
	position: relative;
	margin-left: 190px;
}

#right {
	float: right;
	width: 180px;
	text-align: center;
}

#content {
	padding: 5px;
	margin-right: 190px;
	text-align: left;
}


#player {
	font-size: 0.75em;
}


#flvplayer {
	font-size: 0.75em;
}

/* h1 - h6 */

#header {
	background: #3B4966 url(images/header2.jpg) top left no-repeat;
	height: 144px;
	clear: both;
	margin: 0;
	z-index: 1;
	text-align:right;
	color:#000000;
}

#header div {
	margin: 0px 5px auto auto;
	padding: 0;
	
}


#welcome_hdr1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990033;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}


#video_hdr1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990033;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}


#welcome_hdr2 {
	color: #000000;
	font-size: 0.78em;
	font-weight: normal;
	margin: -3px 0 0 4em;
}


h2.leftcol_hdr2 {
	color: #990033;
	font-size: 0.85em;
	font-weight: normal;
	margin: 20px auto 5px auto;
}


/* p */

#welcome {
	color: #000000;
	font-size: 0.8em;
}

#welcome2 {
	color: #000000;
	font-size: 0.8em;
}

#caption {
	color: #000000;
	font-size: 0.725em;
}
	

/* ul li */

#menu_top {
	padding-left: 0;
	margin: 0;
	background: url(images/menubar_bg.gif) top left repeat-y;
	color: #ffffff;
	float: left;
	width: 100%;
}

#menu_top li { display: inline; }

#menu_top li a {
	padding: 0.2em 1em;
	background-color: transparent;
	color: #ccccff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ccccff;
	font-size: 0.95em;
	font-weight: bold;
}

#menu_top li a:hover {
	background-color: #CCCCFF;
	color: #3B4966;
	font-size: 0.95em;
	font-weight: bold;
}

#menu_top li.active a{
background-color: #CCCCFF;
	color: #3B4966;
	font-size: 0.95em;
	font-weight: bold;
}

#menu_top li#today {
	float: right;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFD633;
	padding: 0 10px 0 0;
}

p.general {
font-size: 10px;
line-spacing: 90%;
padding: 0 6px 0 0;
}
