/* CSS Document */
/*swatches
 -----------------------------------------
 #82160A - maroon
 #811209 - maroon2
 -----------------------------------------
 
*/
 
 body{
 	background-image:url(images/bg_tile.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#811209;
	font-size:12px;
 }
 
 td{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#811209;
	font-size:12px;
 }
 
#container{
	position: absolute;
	width:742px;
	height:560px;
	left:50%;
	margin:5px 0px 0px -370px;
	font-size: 12px;
}


#contentWrap{
	width:740px;
	position:static;
	border-top:1px solid #82160A;
	border-left:1px solid #82160A;
	border-right:1px solid #82160A;
	border-bottom:5px solid #82160A;
}


#content{
	padding:0px 15px  2px  15px;
	background-image:url(images/slices/content.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#footer{
	position:static;	
}


#nav a, img{
	text-decoration:none;	
	margin: 0px;
}

#nav a:hover{
	text-decoration:none;
	background-color:transparent;
}

a{
	color:#811209;
	text-decoration:none;
	margin:2px;
	font-weight:bold;
}

a:hover{
	color:#fff;
	background-color:#811209;
}

#footer .noStyle:hover{
	text-decoration: none;
	background-color:#fff;
}

h1{
	font-weight:bold;
	font-size:14px;
}


h4{
	font-weight:bold;
	font-size:12px;
	margin:0px;
}

#sideBG{
	background-image:url(images/slices/side_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
