* {
margin: 0;
padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #333;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #6C3;
	text-decoration: none;
}
a:active {
	color: #D6D6D6;
	text-decoration: none;
}
.header {
	margin: auto;
	padding: 0px;
	height: 100px;
	width: 780px;
	top: 0px;
	z-index: 1;
	background-image: url(../images/header.jpg);
}
.navi {
	margin: 0 auto;
	height: 24px;
	width: 780px;
	z-index: 2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #693;
}
.menu{
	margin-top: 0px;
	padding-left: 35px;
	width: 500px;
	height: 24px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	float: left;
	z-index: 3;
}
#navi a:link {
	color: #cccccc;
	font-size: 11px;
}
#navi a:visited {
	color: #cccccc;
	font-size: 11px;
}
#navi a:hover {
	color: #FFF;
	font-size: 11px;
}
.search {
	margin-right: 5px;
	line-height: 18px;
	width: 190px;
	height: 24px;
	z-index: 4;
	display: inline;
	float: right;
	background-color: #000;
}
.content {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
	width: 780px;
	z-index: 5;
	background-color: #CCC;
	background-image: url(../images/separator2.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.content_left {
	width: 482px;
	z-index: 6;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	display: inline;
	float: left;
}
.content_right {
	width: 190px;
	z-index: 7;
	margin-top: 45px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline;
	float: right;
}
.image {
	border: 1px solid #666;
}

.footer {
	height: 24px;
	width: 750px;
	z-index: 6;
	background-color: #000;
	text-align: right;
	margin: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #693;
}
.status {
	text-decoration: none;
	font-size: 9px;
	background-attachment: scroll;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 10px;
}
.separator{
	margin:0px;
	padding:0px 13px;
	background-image: url(../images/separator1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.separator_footer{
	background-image: url(../images/separator1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer a:link {
	color: #cccccc;
	text-decoration: none;
	font-size: 10px;
	padding:0px 10px;
	line-height:24px;
}
#footer a:visited {
	color: #cccccc;
	text-decoration: none;
	font-size: 10px;
	padding:0px 10px;
	line-height:24px;
}
#footer a:hover {
	color: #693;
	text-decoration: none;
	font-size: 10px;
	padding:0px 10px;
	line-height:24px;
}
#footer a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	padding:0px 10px;
	line-height:24px;
}
.headline {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #693;
}
.headline2 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #693;
}
.caption {
	text-decoration: none;
	font-size: 9px;
	color: #6C0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.content_separator {
	width: 450px;
	display: block;
	background-attachment: scroll;
	background-image: url(../images/separator3.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.block {
	width: 460px;
	display: block;
	z-index: 15;
	background-color: #F8F9F0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #C8BDA6;
}
.block2 {
	width: 460px;
	display: block;
	z-index: 15;
	background-color: #F8F9F0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C8BDA6;
	border-right-color: #C8BDA6;
	border-bottom-color: #C8BDA6;
	border-left-color: #C8BDA6;
}
.block_right {
	width: 180px;
	display: block;
	z-index: 15;
	background-color: #F8F9F0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #C8BDA6;
	padding: 5px;
	font-size: 10px;
	color: #333;
	line-height: 14px;
}
.ul {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.ul2 {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.teaser {
	width: 480px;
	display: block;
	z-index: 27;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C8BDA6;
	border-right-color: #C8BDA6;
	border-bottom-color: #C8BDA6;
	border-left-color: #C8BDA6;
}
.logo {
	font-weight: bolder;
	color: #000;
}
.hr {
	text-decoration: none;
	font-size: 11px;
	color: #693;
	font-weight: bold;
	margin: 5px;
}
