

body {
	font-size: 14px;
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	color: #b9b9b9;
	text-align: center;
	background: #fff;
}

a:link {
	color:#747673;
	text-decoration: none;
	border: 0px;
}
a:visited {
	color:#747673;
	text-decoration: none;
}
a:hover {
	color:#820000;
	font-weight: bold;
}
a:active {
	color:#82000;
}

#bodydiv {
	width: 824px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url('header-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 824px;
	height: 145px;
	position: relative;
}

#menu {
	font-size: 14px;
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	font-weight: bold;
	color: #b9b9b9;
	background: #fff;
	position: absolute;
	right: 5%;
	top: 25%;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
}

#middle {
	background-image: url('middle-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 824px;
	height: 22px;
	position: relative;
}

#content1 {
	background-image: url('bg.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	width: 824px;
}

#content1 #pic-container {
	margin: 0 auto 0 auto;
	width: 700px;
	height: 500px;
}

#contact {
	width: 690px;
	text-align: left;
	margin:0 auto 0 auto;
	padding:30px 0 0 30px;
}

#contact form {
	margin: 0;
	padding: 0;
}

#contact .frm-line {
	padding: 0 0 10px 0;
	margin: 0;
}

#contact .frm-line input.input {
	width: 200px;
}

.content2 {
	background-image: url('bg2.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	width: 824px;
	position: relative;
	padding: 10px 0 0 0;
}

.text-small {
	width: 720px;
	font-size: 90%;
	color: #b9b9b9;
	margin:10px auto 30px auto;
}

.text-normal {
	width: 720px;
	color: #a0a0a0;
	margin:0 auto 0 auto;
	text-align: left;
}

#navigation {
	width: 729px;
	margin:40px auto 0 49px;
}

#nav-content {
	float: left;
	width: 290px;
	margin:0 49px 0 0;
	text-align: left;
}

#nav-content .thumb {
	width: 30px;
	height: 30px;
	float: left;
	margin:0 5px 20px 0;
}

#nav-menu {
	font-size: 12px;
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	float: left;
	width: 390px;
	text-align: left;
	font-weight: bold;
	color: #b9b9b9;
}

#nav-menu ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#footer {
	background-image: url('footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 824px;
	height: 40px;
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	font-size: 10px;
	color: #a0a0a0;
}

#footer-text {
	width: 729px;
	margin:0 auto 0 49px;
	text-align: right;
}

.clear {
	clear: both;
}
