/*************************************************/
/*                                               */
/*                Stylesheet for                 */
/*    FoxNSox dot Com - By Michael P. Geraci     */
/*       www.foxnsox.com - copyright 2009        */
/*                                               */
/*************************************************/

body{
	background: url("/images/background2.jpg");
	font-family: 'Palatino Linotype', 'Book Antiqua';
	}

h1 {color: #333; display: inline;}
h4 {color: #333; display: inline; font-size: 14pt;}

a {outline: none;}

a:link{color: #444}
a:hover{color: #000}
a:active{color: #444}
a:visited{color: #444}

a.nou:link{text-decoration: none;}
a.nou:hover{text-decoration: none;}
a.nou:active{text-decoration: none;}
a.nou:visited{text-decoration: none;}

div.text {
	margin: 0px 45px 0px 45px;
	letter-spacing: .04em;
	}

#mHeader{
	background: #000;
	margin: 0px;
	text-align: center;
	height: 245px;
}

#mHeader span{
	position: relative;
	display: block;
	top: 185px;
	left: 75px;
	z-index: 2;
	font-weight: bold;
	font-size: 15pt;
	letter-spacing: .1em;
	color: #999;
}

#mHeader img {margin-top: -25px;}

#footer{
	clear: both;
	font-size: 8pt;
	text-align: center;
	margin-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	}
	
div.program {
	margin-left: 118px;
	float: left;
	width: 650px;
	text-align: left;
	clear: both;
	margin-bottom: 20px;
	letter-spacing: .5px;
	}

div.program img {
	float: left;
	display: block;
	border: 0px;
	}

div.program p {
	float: left;
	display: block;
	margin-left: 20px;
	margin-top: 0px;
	width: 500px;
	}

div.program b{
	line-height: 20pt;
	color: #444;
	font-size: 13pt;
	}


/************************/
/* Centered Content Box */
/************************/

#mContent {
	background: #ccc;
	border: 0px;
	margin: 0px;
	width: 880px;
	padding-top: 40px;
	margin-top: 40px;
	}

#theBorder{
	background: url("/images/rust.jpg");
	margin-top: 0px;
	margin-bottom: 36px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align:left; /* part 2 of 2 centering hack */
	width: 880px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 880px;
	}
html>body #theBorder {width: 880px; /* ie5win fudge ends */}


/**********/
/*  Menu  */
/**********/

#menu {margin-left: 240px;}

#menu a, #menu a:visited {
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	background: #444;
	color: #ff0; 
	display: block; 
	width: 100px; 
	height: 40px; 
	float: left;
	letter-spacing: 1px;
	}

#menu a:hover, #menu a:active {
	background: #333; 
	color: #aaa;
	}

#menu a.on {
	background: #ff0; 
	color: #000;
}

div.spacer{
	width: 240px;
	height: 40px;
	background: #666;
	display: block;
	float: left;
	}