@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/background.jpg);
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #586670;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

a:link, a:visited {
	color: #586670;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

/* Content */

#wrapper {
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/scrap.png);
	height: 740px;
}

#wrapper #menu {
	float: left;
	height: 20px;
	width: 523px;
	margin-left: 54px;
	margin-top: 160px;
	color: #000000;
}

#wrapper #content {
	float: left;
	height: 436px;
	width: 523px;
	margin-left: 54px;
	padding: 10px;
	margin-top: 30px;
	/* overflow controls */
	overflow-y:auto;
	overflow-x:hidden;
}

#wrapper #slideshow {
	float: right;
	margin-right: 129px;
	margin-top: 55px;
	height: 230px;
	width: 210px;
}

#wrapper #proofing {
	float: right;
	margin-right: 102px;
	margin-top: 160px;
	height: 100px;
	width: 250px;
}
#wrapper #content #form {
	float: left;
	width: 200px;
	height: 255px;
}
#wrapper #content #map {
	width: 310px;
	float: left;
}

/* Menu */

#menu {
	float: left;
	width: 860px;
	height: 54px;
	padding-left: 10px;
	background: url(images/img01.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: lowercase;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #999999;
}


/* Feedburner Styles */


#wrapper #main #blogwrapper {
	background-color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #555555;
	margin-right: 70px;
	padding: 5px;
}
#wrapper #main #blogwrapper a {
	font-weight: bold;
}
#creditfooter img {display:none;}
