/* @override http://localhost/styles/homepage.css */

body {
	color: white;
	background-color: #141414;
	font: normal 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

#centresite {
	width:1000px;
	margin:0 auto;
	text-align:left;
	padding-bottom:80px;
	padding-top: 20px;
}



h1 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #949494;
}

a {
	text-decoration: underline;
	color: #00ff00;
}

a:hover {
	text-decoration:  underline;
}

a img {
	text-decoration: none;
}

#header {
	background: url(/images/logo_web.jpg) no-repeat;
	height: 90px;
	padding:  0 0 0 20px;}



/* @group footer  */


#footer {
    bottom:  0;
	font-size: .8em;
	clear: left;
}
/* @end */

#introblock {
	padding-top:  10px;
}

/* @group optionblock */
.optionblock {
	background-color: #141414;
	float: left;
	display: block;
	height: 320px;
	padding: 10px;
	margin:  0 0 0 5px;

}


.optionblock p {
	font-size: .9em;
	width:  300px;
}

.optionblock img {
	margin-right: 0;
	border: 2px solid white;
}

.optionblock h2 {
	color: #00ff00;
	font-weight: normal;
	font-style: normal;
	font-size: 1.4em;
	text-transform: lowercase;
	margin: 0 0 5px 0;
}



/* @end */

