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

body {
	background:url(../images/bg.gif);
	padding:0px;
	margin:0px;
	font-family:tahoma;
	font-size:12px;
	color:#3a3a3a;
}

#top_banner {
	width:1050px;
	margin:0px auto;
}

.banner {
    float:left;
}

.contatc_info {
	float:right;
	background:url(../images/contact_right.jpg);
	height:122px;
	width:200px;
	color:#F9DFAE;
	font-size:14px;
	line-height:18px;
	padding-left:50px;
}

a.menu {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	background:url(../images/menu_bg.gif);
	height:25px;
	display:block;
	text-align:center;
	padding:5px 0px 0px 0px;
}

a.menu:hover {
	background:url(../images/menu_bg_hover.gif);
	color:#990000;
}

.text {
	text-align:justify;
	line-height:20px;
}

.text span {
	color:#990000;
	font-size:14px;
}

.bottom a {
	color:#3a3a3a;
	text-decoration:none;
}

.bottom a:visited {
	color:#3a3a3a;
	text-decoration:none;
}

.bottom a:hover {
	color:#000000;
	text-decoration:underline;
}

.headings1 {
	font-size:15px;
}

.headings2 {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#6C6C6C;
	border-bottom:dotted 2px #E7CFA5;
	padding-left:3px;
	display:block;
}

.title {
	font-family:"Trebuchet MS";
	font-size:20px;
	font-weight:bold;
}

form {
	margin:0px;
	padding:0px;
}