@charset "utf-8";

body {margin:0;}
A:link {text-decoration: none}
A:visited {text-decoration: none}
.form-field {
	border: 1px solid #333;
}

A:active {text-decoration: none}
A:hover {text-decoration: underline;}
.header-img {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 153px;
	width: 1004px;
}
.a {
	text-decoration: none;
}

.menu-style {
	background-image: url(images/menu-strip.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
.menu-text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #670606;
}
.home-content-left {
	float: left;
	width: 620px;
}

.home-content-left-long {
	float: left;
	width: 900px;
}
.home-content-right {
	float: right;
	width: 380px;
}


.menu-text-over {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/menu-over-strip.jpg);
	background-repeat: repeat-x;
}




.font-text {
	font-family: arial;
	font-size: 12px;
}
