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

body {
	background-color: #62564A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#header{
	background-image:url(header.jpg);
	width:980px;
	height:361px
}
#body{
	background-image:url(body.jpg);
	width:980px;
}
#bodyline{
	background-image:url(bodyline.jpg);
	width:980px;
}
#bodyline_left{
	background-image:url(bodyline_left.jpg);
	width:980px;
}
#bodyline_contact{
	background-image:url(bodyline_contact.jpg);
	width:980px;
}

#footer{
	background-image:url(footer_b.jpg);
	width:980px;
	height:104px
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
}

a {
	font-size: 13px;
	color: #FFF;
	text-decoration:none
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
	text-decoration:underline
}
a:active {
	color: #FFF;
	}
.HeaderText {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p{margin:0}