@charset "utf-8";

/* HazCorp */

body {
	margin-top: 0px;
	background-color: white;
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {color: #7a0d0e; text-decoration: none;}

a img {border-style: none;}

h1 { font-size: 18pt;}

h3 {font-size: 12pt; color: #505050;}

#wrapper {
	width: 1000px;
	margin: 0px auto;
	background-image: url(images/col_background.jpg);
	background-repeat: repeat-y;
	position: relative;
}

#contact {
	position: absolute;
	top: 60px;
	right: 40px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

#navigation {
	background-color: #7a0d0e;
	width: 245px;
	float: left;
}

#navigation a {
	display: block;
	border-bottom: 1px white solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: white;
	text-decoration: none;
	font-size: 10pt;
}

#navigation_base {
	height: 245px;
	background-image: url(images/nav_base.jpg);
	background-repeat: no-repeat;
}

#address {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

#body {
	width: 720px;
	float: right;
	margin-right: 16px;
}

#content {
	width: 700px;
	background-color: #e5e5e5;
	background-image:url(images/text_background.jpg);
	background-repeat: repeat-y;
	padding: 10px;
}

#footer {
	clear: both;
}

img.leftpic {
	float: left;
	clear: both;
	margin-bottom: 20px;
	margin-right: 20px;
}

img.rightpic {
	float: right;
	clear: both;
	margin-bottom: 20px;
	margin-left: 20px;
}

.basepic {
	margin-top: 20px;
}
