@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.jpg);
}
#container {
	width: 739px;
	margin: 0 auto;
	text-align: left;
	background: url(images/body-bg.jpg);
	padding-bottom: 30px;
	background-repeat: no-repeat;
	margin-top: 20px;
}
#header {
	padding: 25px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 420px;
	margin: 0 0 0 0;
}
#title {
	float: left;
	width: 255px;
	margin-top: 25px;
	margin-left: 28px;
}
#hdrimg {
	height: 355px;
	margin: 0;
	padding-top: 5px;

}

#nav {
	margin:0px 0 0 70px;
	padding:0;
}
#mainContent {
	padding: 0 10px 0 0;
	width: 715px;
	margin: 0 0 0 10px;
	height: 470px;
}
h1 {
	color: #7E2302;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}
p, td {
	font: 13px Tahoma;
	color: #4A4A49;
}
#tcontact {
	margin: -8px 0px 0px;
}

#left {
	width: 320px;
	margin-left: 25px;
	float: left;
	margin-right: 40px;
}
#vline {
	width: 5px;
	float: left;
	clear: none;
	margin: 0 18px 0 5px;
	padding: 0;
	height: 450px;
}

#right {
	width: 300px;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display:inline;
	margin-right:50px;
}
#nav li a {
	font: 16px Tahoma;
	text-decoration: none;
	color: #FFFFFF;
}




#footer {
	padding: 0 10px;
	height: 35px;
	clear: both;
	margin: 0;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.bold {
	font-weight: bold;
}
