* { 
	margin: 0; 
}

html, body { 
	height: 100%;
	background: #f2f2f2 url(../images/bg.gif) repeat-y scroll center; 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 62.5%; 
	line-height: 1.5e; 
	text-shadow: rgb(0, 0, 0) 0px 0px 0px;
	color: #191919; 
}

h1 {
	font-size: 4em; 
}

h2 {
	font-weight: normal;
	font-size: 2em; 
}

h3 { 
	font-size: 2.5em; 
}

#container { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}

#content {
	padding: 25px;
	display: block; 
}

a {
	color: #00843c;
	text-decoration: none; 
}

a:hover {
	color: #00843c;
	text-decoration: underline; 
}

h1, h2, h3 {
	margin-bottom: 1.25em;
	width: 80%; 
}

.footer, .push { 
	height: 50px;
}

.footer {
	display: block;
}

#header, #container, .footer { 
 	margin-right: auto;
	margin-left: auto; 
	width: 974px;
}

.bbc {
	width: 105px;
	height: 30px;
	padding-top: 15px;
	padding-left: 15px; 
	display: block;
	float: left;
	clear: left; 
}

#header {
	background: url(../images/header_bg.gif) repeat-x scroll 0 top;
	height: 85px; 
}