
* {
	margin: 0;
	padding: 0;
}

body {

	background:#ffffff url('/themes/normal/nantyfelin/page_pg.jpg') repeat-x center top; overflow: auto;
	overflow: auto;
	text-align: center
}

#banner {
	background: url('/themes/normal/nantyfelin/banner.gif');
	width: 950px;
	height: 75px;
	}
	
#banner h1 {
	display: none;
	}
	
	.mattblacktabs{
	width: 100%;
	overflow: hidden;
	Xborder-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
	}
	
	.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 400px; /*offset of tabs relative to browser left edge*/
	padding-top: 32px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	}
	
	.mattblacktabs li{
	display: inline;
	margin: 0;
	}
	
	.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	Xborder-right: 1px solid white; /*right divider between tabs*/
	margin-right: 10px;
	color: white;
	background: #057905; /*background of tabs (default state)*/
	}
	
	.mattblacktabs li a:visited{
	color: white;
	}
	
	.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: #54A550; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	}

#colcont {
	border-top: 7px white solid;
	border-bottom: 7px white solid;
	}
	
#leftnav {
	width: 250px;
	float: left;
	border: 1px green solid;
	}

#content_container {
	width: 693px;
	height: 575px;
	float: right;
	background-color: white;
	background: url('/themes/normal/nantyfelin/content_bg.jpg');
	}
			
#content {
	width: 673px;
	height: 555px;
	margin-left: 10px;
	margin-top: 7px;
	Xpadding-top: 20px;
	overflow: auto;
	}
	
#content h1 {
	margin-bottom: 15px;
	text-align: left;
	color: black;
	font-size: 18px;
	Xtext-transform: uppercase;
	font-style: italic;
	font-family: Times new roman, Garamond, Arial;
	font-weight: normal;
	}

#content h2 {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 5px;
	color: #999999;
	font-size: 48px;
	Xtext-transform: uppercase;
	font-style: italic;
	font-weight: normal;
	font-family: Times New Roman;
	
	}
	
#content h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 2px;
	color: #999999;
	font-size: 28px;
	Xtext-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-family: Times New Roman;
	
	}
	
#content p, #content li {
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	line-height: 170%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:15px;
	text-align:center;
	}
	
#content img {
	border: 0px;
	}