body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ccc url(./images/bg.gif) repeat-y 50% 0;
	margin: 0 0 0 0;
	font-size: 10px;
}

a {
	color: #000000;
}

hr {
	margin: 0 0 0 0;
	border: none 0;
	border-top: 1px solid #BFAC8E;/*the border*/
	width: 93%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


#container {
	width: 680px;
	margin: auto;
}

#header {
	background: url(./images/header.jpg) no-repeat;
	height: 167px;
}

#sidebar {
	float: left;
	width: 206px;
	background: url(./images/sidebarbg.gif) no-repeat;
	padding: 0 10px 0 5px;
	margin: 0 5px 0 0;
	font-size: 10px;
}

#sidebar table {
	margin: 0 0 15px 17px;
}

#sidebar h1 {
	margin:0;
	padding:0 0 1px 0;
	width: 93%;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
	color: #5B5245;
	border-bottom: 1px solid #BFAC8E;
}

#sidebar hr {
	margin:0;
	margin:0;
	border: none 0;
	border-top: 1px solid #BFAC8E;/*the border*/
	width: 93%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#sidebar p {
	width: 93%;
	text-align: justify;
}

#menu {
	margin: -8px 0 0 0;
	float: right;
	width: 450px;
	height: 27px;
	text-align: right;
}

#tabs {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#tabs li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	list-style: none;
}

#content {
	float: right;
	width: 454px;
}

#content h1 {
	width: 95%;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #BFAC8E;
	margin: 15px 0 15px 0;
	padding:0 0 1px 0;
	clear:both;
}

#content h2 {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	clear: left;
}

#content span{
	color: #A20000;
}

#content span.smallprint {
	color: #A7A096;
	font-size: 9px;
}

#content p {
	width: 95%;
	font-size: 10px;
	text-align: justify;
	clear:left;
}

#content p strong{
	text-align:left;
	text-decoration: underline;
}

#content p.contacts {
	font-size: 12px;
}

#footer {
	float: right;
	width: 454px;
	color: #A7A096;
	font-size: 9px;
	margin: 25px 0 0 0;
}

#footer img {
	float: right;
	clear: both;
}

.leftImage {
	border: 1px solid #BFAC8E;
	margin: 0 5px 5px 0;
	float: left;
}

.h2underline {
	width: 95%;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #BFAC8E;
	margin: 15px 0 15px 0;
	padding:0 0 1px 0;
	clear:both;
}

.pagenav {
	width: 95%;
	font-size: 12px;
	background-color: white;
	border: 1px solid #BFAC8E;
	padding: 3px;
	text-align: center;
	word-spacing: 5px;
}

.pagenav a{
	color: #333333;
}

.pagenav a:hover{
	color: #999999;
	text-decoration: none;
}
.pagenav p {
	text-align: center;
}

.sort {
	width: 95%;
	font-size: 12px;
	background-color: #DDDDDD;
	text-align: center;
	border: 1px solid #BFAC8E;
	padding: 3px;
	margin-bottom: 5px;
}

legend {
	border: 1px solid #999;
	background-color: #ffffff;
}

fieldset {
	padding: 1em;
	border: 1px solid #999;
}

#content img{
	float:left;
}
