@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: black;
	background: white url(images/pagebg.png) 0px 0px repeat-x;
}

a {
	color: #050;
}

a:hover {
	color: #0c0;
}

img {
	border: none;
}

p {
	font-weight: normal;
	font-size: 13px;
	margin: 4px 12px 12px;
}

h2, h3 {
	padding: 2px 6px;
}
h2 { 
	font-size: 21px;
	margin: 20px 0 0;
}
h3 { 
	font-size: 16px;
	border-bottom: solid 2px #7e7;
	margin: 24px 0 0;
}


/* Page Wrap */
#wrap {
	display: block;
	width: 760px;
	margin: 0px auto;
}

/* Header */
#header {
	display: block;
	width: 760px;
	height: 108px;
	margin: 0;
	background: url(images/howw.png) 534px 68px no-repeat;
}
#header img {
	margin: 8px 0 0;
}
#header .address {
	display: block;
	width: 350px;
	margin: 65px 0 0;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #777;
	float: right;
	text-align: right;
}


/* Navigation Bar */
#navigation {
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

#navigation a {
	padding: 6px 20px;
	font-size: 13px;
	color: #ccc;
	text-decoration: none;
}

#navigation a:hover {
	color: white;
	background: transparent url(images/navigation-hover.png) center repeat-x;
}


/* Page Content */
#content {
	display: block;
	font-size: 13px;
	border: solid 2px black;
	background-color: white;
	margin: 8px 0;
	padding: 12px 16px;
}



/* Slideshow */
#slideshow {
	display: block;
	width: 300px;
	height: 225px;
	float: right;
	margin: 6px 0 8px 8px;
	background-color: white;
	clear: left;
}


/* Footer */
#footer {
	margin: 8px 0;
	padding: 8px;
	font-size: 11px;
	text-align: center;
}




/* CSS3 and other fancy effects */
.shadow {
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=gray,offX=5,offY=5, positive=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=gray,offX=5,offY=5, positive=true)";
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;

}

.round8 {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
