a{
	text-decoration: none;
	color: #002845;
}
a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4{
	text-align: center;
	color: #002845;
}
h1{
	margin: 0px;
	margin-bottom: 10px;
	color: #002845;
	font-size: 200%;
}
h2{
	font-size: 150%;
}
h3{
	font-size: 125%;
}
h4{
	font-size: 110%;
}
p{
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
html{
	background-color: #3f3f3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
body{
	margin: 0px auto;
	width: 999px;
	background-color: #dfdfdf;
	background-image: url(/design/images/body-background.gif);
	background-repeat: repeat-x;
	background-position: 0px 158px;
	height: 90%;
	overflow: visible;
	line-height: 150%;
}
#header-menu{
	height: 60px;
	width: 824px;
	background-image:url(/design/images/top-logo-header.jpg);
	background-color: #000000;
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	padding-left: 175px;
	padding-top: 96px;
	font-weight: bold;
	border-bottom: 40px solid #7f7f7f;
}
#header-menu li{
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
	margin-right: 10px;
}
#header-menu li a{
	color: #FFFFFF;
}
#main_container{
	background-image: url(/design/images/bg_top.gif);
	background-position: top center;
	background-repeat:no-repeat;
	width: 600px;
	margin: 0px auto;
	padding-top: 50px;
	position: relative;
	bottom: 38px;
	background-color: #FFFFFF;
	padding: 50px;
	padding-top: 60px;
}
#main_container img{
	display: block;
	margin: 0px auto;
}
#footer_container{
	background-image: url(/design/images/bottom-background.jpg);
	height: 190px;
	padding: 0px;
	margin: 0px;
	position: relative;
	bottom: 38px;
	background-repeat: no-repeat;
	background-color: #3f3f3f;
	padding-top: 125px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 999px;
}
#footer_container a{
	color: #FFFFFF;
}
#googlemap{
	margin: 0px auto;
}
.home .home-link, .printing .printing-link, .pricing .pricing-link, .location .location-link, .link .links-link, .uploading .uploading-link, .contact .contact-link{
	text-decoration: underline;
}

.error{
	color: #990000;
}