@charset "UTF-8";
/* 
	Background-Styles 
*/

body {
	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color: black;
	font-size:13px;
	line-height:19px;
	background: #c5c5c3 none repeat;
	text-align: center;
}
#main {
	margin-top: 120px;
}
 
#featured {
	height: 450px;
}

.container {
	margin:0 0 0 Auto;
	position:relative;
}


/* 
	Header-Styles 
*/

#header {
	padding-bottom: 10px;
}



/* 
	Block-Styles 
*/
#middle {
	padding-top: 0px;
	margin: auto;
	width: 524px;
}

#img {
	padding-top: 10px;
	width: 524px;
	background: url(home_image.jpg) no-repeat;
	text-align: center;
	height: 392px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	color: #fff;
	font: bold 30px/39px Helvetica, Arial, Sans-serif;
}


h2 {
	margin:0px 0px 0px 0px;
	font-size:17px;
	font-family:Helvetica, Arial, Sans-serif;
	color: #919191;
	line-height:39px;
	letter-spacing:0px;
}

h2 a {
	color: #919191;
	text-decoration:none;
}
h2 a:hover {
color: white;
}

h3 {
	margin:0px 0px 0px 0px;
	font-size:11px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color: #919191;
	letter-spacing:1px;
	text-align: left;
}

h3 a {
	color: #6c6c6c;
	text-decoration:none;
}
h3 a:hover {
color: white;
}

h4 {
	color: #c5c5c3;
	text-decoration:none;
}




/* 
	Miscellaneous-Styles   
*/

/* Fix up IE6 PNG Support */
img, #logo { behavior: url(scripts/iepngfix.htc); }
img, #logo1 { behavior: url(scripts/iepngfix.htc); }
