html {min-height: 100%;
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #efecca /*url('images/bg_top.jpg') repeat-y center top*/;
	color: #444;
	font: normal 63% Tahoma,sans-serif;
	padding-top:12px;
}
/* general */
p,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1,legend {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

h1,h2,legend {padding-top: 6px; color: #553; margin-bottom: 4px;}

.clear {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
.rightimg {
	float: right;
	margin-left: 12px;
}

/* containers */
.inner-container {
	background: #FFF;
	border: 2px solid #D7D7D2;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 6px;
	width: 780px;
}

.wrapper {
	/* background: url('images/footer.jpg') no-repeat center bottom; */
	padding-bottom: 16px;
}

/* head */
.header {
	background: url('images/header.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}

.breadcrumb {
	background: #a7a37e;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 6px 12px;
}
.breadcrumb a {
	color: #FAFAFA;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	padding: 8px 12px 12px 0;
}

/* content */
.content {
	float: right;
	width: 550px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

#thumbtable td {
	padding:5px;
	border: 1px solid #999999;
	text-align: center;
}
#thumbtable td.noborder {
	border: 0px;
}
.bannercontainer {
	width:230px; 
	height:250px;
	float: right;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* nav */
.navigation {
	float: left;
	width: 180px;
	background: #fff;
}
.navigation h2 {
	color: #a7a37e;
	font: bold 1.3em Tahoma,sans-serif;
	line-height: 36px;
	margin: 0;
	padding-left: 10px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #002f2f;
}
.navigation li {border-bottom: 1px solid #002f2f;}
.navigation li a {
	font-size: 1.0em;
	color: #a7a37e;
	display: block;
	padding: 12px 0 12px 10px;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #efecca;
	color: #002f2f;	
}

/* footer */
.footer {
	background: #a7a37e;
	text-align: center;
	color: #FFF;
	font: normal 1em Verdana,sans-serif;
	padding: 6px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
