*{ padding:0px; margin:0px; }

html, body {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image:url(gfx/header_bg.jpg);
	background-repeat:repeat-x;
}

a:active {
		outline: none;
	}

	a:focus {
		-moz-outline-style: none;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #6a6a6a;
}

#contentarea p {
}

.div50 p {
	width: 400px !important;
}

.p800 {
	width: 800px !important;
}

#contentarea ul {
	margin-bottom: 15px;
}

#contentarea ul li {
	width: 320px;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	margin-top: 0px;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	width: 990px;
	height: 134px;
	position: relative;
	background-image:url(gfx/header_bg.jpg);
	background-position: top left;
	background-repeat:repeat-x;
}
#headerlogo {
	width: 167px;
	height: 49x;
	position: absolute;
	z-index: 3;
	top: 22px;
	left: 94px;
}
#navigation {
	width: 580px;
	height: 49x;
	position: absolute;
	z-index: 3;
	top: 32px;
	left: 380px;
}
#navigation img {
	margin-right: 10px;
}

#hero {
	position: relative;
	margin-left: 35px;
}

#contentarea {
	margin-left: 95px;
	margin-bottom: 15px;
}

#contentarea p {
	margin-bottom: 10px;
}
#contentarea h2 {
	margin-bottom: 15px;
}

#contentarea a:link {
	text-decoration: underline;
	color: #1b1b1b;
}

#start-left {
	width: 280px;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}
#start-left p {
	width: 280px;
}

#start-right {
	width: 234px;
	margin-right: 4px;
	float: left;
}

#start-right p {
	width: 224px;
}


#sidebar {
	float: left;
}

#sidebar img {
	margin-bottom: 20px;
}

#footer {
	width: 970px;
	height: 10px;
	padding: 10px;
	position: relative;
	background-color: #f5f5f5;
	font-size: 11px;
}

#footer a:link {
	text-decoration:none;
	color: #1b1b1b;
}
#footer a:visited {
	text-decoration:none;
	color: #1b1b1b;
}

.clearer {
	clear: both;
}

#contactform input {
	margin-bottom: 10px;
	padding: 5px;
	background-color:#fafafa;
	border: 1px dotted #1b1b1b;
	color: #1b1b1b;
	width: 260px;
}
#contactform textarea {
	margin-bottom: 10px;
	padding: 5px;
	background-color:#fafafa;
	border: 1px dotted #1b1b1b;
	color: #1b1b1b;
}


			.boxgrid{ 
				width: 253px; 
				height: 260px; 
				margin:10px 8px 10px 8px; 
				float:left; 
				background:#161613; 
				border: solid 2px #cccccc; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
				
			.boxcaption a:link,a:visited {
				color: #FFFFFF; 
 				}

			h3 a{}

			h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }

