/* Table Matters CSS Document */

body {
	background:url(images/bg.jpg);
	margin:0;
	padding:0;
}

/* FONTS */

p,.content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.8em;
	color:#000000;
}

h1,.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:1.6em;
	color:#710405;
	margin:0;
	padding:0;
}

h2,.h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:1.6em;
	color:#710405;
	margin:0;
	padding:0;
}

h3,.h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height:1.6em;
	color:#710405;
	margin:0;
	padding:0;
}

h4,.h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:1.6em;
	color:#710405;
	margin:0;
	padding:0;
}

h5,.h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:1.6em;
	margin:0;
	padding:0;
	color:#000066;
}

/*ID TAGS */

#container {
	width:966px;
	margin:0 auto 0 auto;
	padding:0;
	position:relative;
}

#logo {
	background:url(images/logo.png) no-repeat;
	width:966px;
	height:210px;
	margin:0;
	padding:0;
	text-indent:-999em;
}

#nav {
	background:url(images/nav.png) no-repeat;
	width:836px;
	height:67px;
	margin:0;
	padding:13px 0 0 130px;
}

#contentContainer {
	background:url(images/contentBG.png) repeat-y;
	width:966px;
	margin:0;
	padding:0;
	z-index:100;
}

#contentBG {
	background:url(images/content-bg.jpg) no-repeat;
	min-height:375px;
	width:850px;
	margin:0 auto 0 auto;
	padding:15px 0 0 20px;
}

#contentBG2 {
	min-height:375px;
	width:850px;
	margin:0 auto 0 auto;
	padding:15px 0 0 20px;
}

#content {
	width:500px;
	padding-left:30px;
}

#rightMenu {
	background:url(images/menu.png) no-repeat;
	width:277px;
	height:547px;
	position:absolute;
	margin:0;
	padding:0 15px 0 0;
	left: 639px;
	top: 213px;
	z-index:283;
}

		#rightMenu p {
			font-weight:bold;
			color:#760D0D;
		}
		
		#rightMenu h2 {
			margin-bottom:-18px;
		}
		
		#rightMenu a {
			font-weight:bold;
			color:#760D0D;
			text-decoration:none;
		}
		
		#rightMenu a:visited {
			font-weight:bold;
			color:#760D0D;
			text-decoration:none;
		}
		
		#rightMenu a:hover {
			font-weight:bold;
			color:#760D0D;
			text-decoration:none;
		}
		
		#rightMenu a:active {
			font-weight:bold;
			color:#760D0D;
			text-decoration:none;
		}

#menuHeader {
	background:url(images/menu-head.jpg) center no-repeat;
	text-indent:-999em;
	width:224px;
	height:70px;
	margin:40px 0 0 52px;
}

#menuButtons {
	background:url(images/menu-buttons.jpg) no-repeat;
	width:239px;
	height:171px;
	margin:0 0 0 40px;
}

#button1 {
	padding:19px 0 0 80px;
}

#button2 {
	padding:0 0 0 80px;
}

	#button2 h2 {
		margin-top:36px;	
	}

#menuContent {
	margin-top:10px;
	padding:0 0 0 50px;
}

	#menuContent p {
		font-weight:100;
		color:#000000;
	}

#contentBtm {
	background:url(images/content-btm.png) no-repeat;
	width:966px;
	height:76px;
	margin:0;
	padding:0;
}

#footer {
	background:url(images/footer.png) no-repeat;
	width:866px;
	height:44px;
	margin:0;
	padding:0 50px 0 50px;
}

	#footer p {
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-weight:100;
		font-size:11px;
		line-height:1.5em;
		margin-top:5px;
		color:#700202;
	}
	
	#footer a {
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-weight:100;
		font-size:11px;
		line-height:1.5em;
		margin-top:5px;
		color:#700202;
		text-decoration:none;
	}
	
	#footer a:visited {
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-weight:100;
		margin-top:5px;
		color:#700202;
		text-decoration:none;
	}
	
	#footer a:hover {
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-weight:100;
		margin-top:5px;
		color:#700202;
		text-decoration:underline;
	}
	
	#footer a:active {
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-weight:100;
		margin-top:5px;
		color:#700202;
		text-decoration:none;
	}
	
#footerLeft {
	width:440px;
	float:left;
}

#footerRight {
	width:270px;
	text-align:right;
	float:right;
}

/*** UL LI Navigation ***/

ul {
	list-style-type:disc;
	margin:0;
}
ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.8em;
	color:#000000;
}
ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.8em;
	color:#710405;
}
ul li a:visited{
	color:#333333;
	text-decoration:none;
}
ul li a:hover{
	color:#000000;
	text-decoration:none;
}
ul li a:active{
	color:#333333;
	text-decoration:none;
}