@import url('side.css');
@import url('table.css');
@import url('jq_fade.css');
@import url('photo.css');
@import url('lightbox.css');

/**************** BODY *********************/

* { 
	margin: 			0; 
	padding:			0; 
} 

body{
	background:			#990033 url(../images/layout/bg.gif) top repeat-x;
	font-family:		arial,verdana,sans-serif;
	font-size:			100%;
	color:			#000;
	margin-top:			0px;
	line-height:		auto;
	text-align:			center;
}

#container {
	background:			#990033;
	width: 			970px;
	margin-left: 		auto;
	margin-right: 		auto;
}

a img {
	border:			0pt none;
}

/**************** HEADER *********************/ 

#header { 
	background-image: 	url(../images/layout/header.jpg);
	width: 			970px;
	height: 			150px; 
} 

#header h1 {
	display:			none;
}

/**************** MAIN NAV *********************/

#nav {
	background-image: 	url(../images/layout/nav-bg.jpg);
	height:			35px;
	width:			970px;
	border-top:			#333 3px solid;
	border-bottom:		#333 3px solid;
}	
	
#menu  {
	list-style-type:		none;
	margin-left:		20px;
	margin-right:		20px;
	padding-top:		8px;
	padding-bottom:		10px;
	text-align:			center;
}

#menu li  {
	display:			inline;
	text-transform:		uppercase;
	font-weight:		bold;
	font-size:			90%;
	border-right:		#ccc 1px solid;
	padding-top:		5px;
	padding-bottom:		5px;
}

#menu .last{
	border-right:		none;
}

#menu li a  {
	background-color:		inherit;
	padding-left:		25px;
	padding-right:		25px;
	color:			#993333;
	text-decoration:		none;
}

#menu li a:hover  {
	color:			#FFFFFF;
	background-image: 	url(../images/layout/nav-hover.jpg);
	padding:			11px 25px 11px 25px;
	text-decoration:		underline;
}

#menu li a.active {
	color:			#FFCC66;
	text-decoration:		underline;
}

/**************** LEFT *********************/ 

#left {
	float: 			left;
	padding: 			20px;
	margin: 			0px;
	background: 		#fff;
	border:			5px #660000 solid;
	width: 			640px;
	text-align:			left;
}

#left h1 {
	margin-bottom:		10px;
	padding-bottom:		5px;
	font-size: 			160%; 
	font-family:		Arial, Verdana;
	letter-spacing: 		-1px;
	color: 			#800000;
	border-bottom:		#ccc 1px dashed;
	text-align: 		left;
} 

#left h2 {
	padding-bottom:		.5em;
	font-size: 			110%;
	font-family:		Arial, Verdana;
	color: 			#000;
	text-align: 		Left;
}

#left h3 {
	padding-bottom:		1em;
	font-size: 			100%;
	color: 			#000000;
	text-align: 		Left;
}

#left h4 {
	padding-bottom:		5px;
	font-size: 			90%;
	color: 			#000000;
	text-align: 		center;
}

#left p { 
 	padding-bottom: 		18px; 
	font-size: 			90%;
}

#left a {
	color: 			#0000FF;
	text-decoration:		underline;
}

#left a:hover {
	color:			#FF0000;
	text-decoration:		underline;
}

#left ul {
	list-style: 		none;
}

#left ul li {
	display: 			block;
	font-size:			90%;
	color: 			#000000;
	width: 			100%;
	padding: 			0px 20px 10px;
	margin-left: 		10px;
	line-height: 		normal;
	background: 		url(../images/layout/list.jpg) no-repeat top left;
}

/**************** RIGHT *********************/ 

#right {
	float: 			right;
	width: 			270px;
	margin-bottom:		5px;
}

/**************** FOOTER *********************/

#footer {
	clear: 			both;
	height:			5px;
}

/**************** BOTTOM LINKS *********************/

.bottom  {
	font-size:			75%;
	color:			#ccc;
	text-align:			center;
	padding:			10px 0px 10px 0px;
	margin-top:			5px;
	background:			#000;
	border-top:			#a60037 5px solid;
}

.bottom A:link  {
	color:			#ffff00;
	text-decoration:		underline;
}

.bottom A:visited  {
	color:			#ffff00;
	text-decoration:		underline;
}

.bottom A:hover  {
	color:			#ff0000;
	text-decoration:		underline;
}

