body {
	background-image:url(../img/header_border.jpg);
	background-repeat: repeat-x;
	background-position:  0px 125px;
}
#wrapper {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -183px;
	margin-left: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header {
	padding-top: 10px;
	height: 135px;
	background-image:url(../img/header_border.jpg);
	background-repeat: repeat-x;
	background-position:  0px 125px;
	background-attachment: fixed;
}
#header #logo {
	padding-top: 20px;
	position: absolute;
}
.clear {
	clear: both;
}
/* -------------- BEGIN ----- NAV TOP -----------*/
#header #navtop {
	height: 20px;
	width: 270px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	position: absolute;
	padding-left: 530px;
}
#header #navtop ul {
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	clear:both;
}
#header #navtop li {
	display: inline;
	float: left;
}
#header #navtop li a {
	display: block;
	width: 90px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	color: #06C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #navtop li a:hover {
	color: #666;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
/* -------------- END ----- NAV TOP -----------*/

/* -------------- BEGIN ----- NAV -----------*/
#header #nav {
	height: 60px;
	width: 520px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	padding-left: 410px;
	padding-top: 74px;
	font-weight: bold;
}
#header #nav ul {
	list-style: none;
}
#header #nav li {
	display: inline;
	float: left;
}
#header #nav li a {
	display: block;
	width: 130px;
	height: 40px;
	padding-top:20px;
	text-decoration: none;
	text-align: center;
	color: #06C;
	background-color: #1785CD;
	letter-spacing: 0.1em;
	color: #FFF;
}
#header #nav li a:hover {
	color: #FFF;
	background-color: #666;
}
#header #nav li a:active {
	color: #FFF;
	background-color: #666;
}
/* -------------- END ----- NAV -----------*/

/* -------------- BEGIN ----- CONTENT -----------*/

#content {
	background-color:#FFF;
	width: 800px;
	position: relative;
	padding-top: 10px;
	/*min-height: 80%;	/*overflow:auto;*/
	margin-bottom: 400px;
}
#content h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	/*background-image: url(../img/paper.jpg);
	background-repeat: repeat-y;*/
	padding-left: 10px;
	margin-top: 20px;
	padding-bottom: 5px;
}
#content p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #838383;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
	line-height: 1.3em;
}
#content #contentfree {
}
#content #contentfree ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #898989;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom:10px;
}
#content #contentfree li {
	list-style: none;
	margin-top:5px;
	letter-spacing: 0em;
}
#content #contentfree img {
	border: 5px solid #666;
}
#content #contentfree li a {
	color: #666867;
	text-decoration: none;
}
#content #contentfree li a:hover {
	color: #1786CD;
	text-decoration: none;
}
/* -------------- END ----- CONTENT -----------*/

/* -------------- BEGIN ----- FOOTER -----------*/

#footer {
	clear: both;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 10.5em;
	background-image: url(../img/footerbg.jpg);
	background-repeat: repeat-x;
	background-color: #676767;
}
#footer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	color: #DFDFDF;
	font-weight: normal;
	padding-top: 150px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer .floatleft {
	float: left;
}
#footer .floatright {
	float: right;
}
/* -------------- END  ----- FOOTER -----------*/


/* -------------- BEGIN  ----- FORM -----------*/


