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

body {
	background-color:#FFFFFF;
	background-image:url(../images/background2.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	text-align:center;
	padding:0;
	margin:0;
	line-height:17px;
}
#container {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 930px;
	top: 0px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

#nav {
	position: absolute;
	height: 21px;
	width: 300px;
	left: 344px;
	top: 45px;
}

.nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color:#333333;
}

.nav a:link, .nav a:visited {
	color:#333333;
	text-decoration:none;
}

.nav a:hover, .nav a:active {
	color:#f7941e;
	text-decoration:none;
}

#leftcolum {
	float: left;
	height: auto;
	width: 544px;
	margin: 253px 0 15px 65px;
	position: relative;
	top:0px;
	padding: 0 35px 15px 0;
	border-right: 1px dotted #999999;
}

.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color:#333333;
	display:block;
	width:100%;
	margin: 20px 0 20px 0;
}

.text {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.text a:link, .text a:visited {
	color:#333333;
	border-bottom: #999999 dotted 1px;
	text-decoration:none;
}

.text a:hover, .text a:active {
	color:#f7941e;
	border-bottom: #f7941e dotted 1px;
	text-decoration:none;
}

#rightcolumn {
	float: right;
	height: auto;
	width: 206px;
	margin: 253px 65px 0 0;
	position: relative;
	top:0px;
	padding: 54px 0 0 0;
}

.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	display:block;
	width:100%;
	margin:0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #999999;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	display:block;
	width:100%;
	margin:34px 0 12px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #999999;
}

#rightcolumn ul {
	list-style:none;
	margin:0;
	padding:0;
}

#rightcolumn li {
	padding: 2px 0 2px 0;
}

.cell {
	padding: 0 9px 0 3px;
}
.mail {
	padding: 5px 5px 0 0;
}


#footer {
	clear: both;
	height: 50px;
	width: 800px;
	margin: 15px 0 0 65px;
	padding: 15px 0 0;
	border-top: 1px dotted #999999;
	position: relative;
}

.footer {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
}

.footer a:link, .footer a:visited {
	color:#666666;
	border-bottom: #999999 dotted 1px;
	text-decoration:none;
}

.footer a:hover, .footer a:active {
	color:#f7941e;
	border-bottom: #f7941e dotted 1px;
	text-decoration:none;
}
