* {
	margin: 0;
	padding: 0;
}

.center
{
	display: block;
	margin-left:auto;
	margin-right:auto
}	

a:link {
	color: #33C;
} 
a:visited {
	color: #33C;
} 
a:hover {
	color: #F90;
} 
a:active {
	color: #F93;
} 

a:hover {
	text-decoration: none;	
	
}

html {
	min-width: 980px;
}

body {

}

h2 {
	padding: 0 0 14px 0;
	line-height: 0.968em;
	font-size: 24px;
	font-weight: normal;
	color: #9A0000;
}

	h2.extra {
		padding: 0 0 8px 0;
	}

h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	line-height: normal;
	text-transform: capitalize;
}

	h3.extra {
		width: auto;
		top: -7px;
		left: 140px;
	}

h4 {
	padding: 0 0 16px 0;
	line-height: 1.778em;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	color: #2f2c18;
}

	h4.extra {
		padding: 0 0 13px 0;
	}
	
	h4 span {
		display: block;
		padding: 0 0 2px 0;
	}

h5 {
	padding: 0 0 17px 0;
	line-height: 1.417em;
	font-size: 1em;
	color: #2f2c18;
}



#main-bg-top {
	background: #fbfcec url(images/main-bg-top.jpg) no-repeat 50% 0%;
}

#main-bg-bot {
	background: url(images/main-bg-bot.jpg) no-repeat 50% 100%;
}

#main {
	background: url(images/main-top.png) no-repeat 0% 46px;
	width: 963px;
	margin: 0 auto;
	font-size: 12px;
}


		
