body {
	background: url(images/bg.gif) top repeat-x #8EB4AB;
/*	vertical-align: center;*/
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
  min-height: 700px;
}

a {
text-decoration: none;
font-weight: bold;
color: #FB9847;
}

a:hover, a:active {
color: #000000;
}

h1 {
display: inline;
font-size: 14px;
font-weight: normal;
}

#placeholder {
	position: absolute;
	left: 50%;
	top: 10%;
	margin: 0px 0 0 -360px;
	height: 600px;
	width: 773px;
}

#content {
	background: url(images/bottom.png) no-repeat bottom center;

	height: 600px;
	width: 773px;
}

#header {
	height: 93px;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 3px solid #666666;
}

#logo {
	float: left;
}

#header_ident {
	width: 573px;
	float: left;
	text-align: right;
	font-size: 30px;
	/*font-weight: bold;*/
	font-family: Impact;
}

#header_tag {
	width: 573px;
	float: left;
	height: 34px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#navsection {
	float: right;
	width: 573px;
	text-align: right;
}

#footer {
	position: relative;
	font-size: 13px;
	font-weight: bold;
}

#main {
	padding-top: 20px;
	padding-bottom: 100px;
	padding-left: 30px;
	padding-right: 40px;
		text-align: left;
}
#main ul {
	list-style-type: none;
}

#main li {
	background-image: url(images/bullet.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 39px;
	line-height: 1.4em;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: justify;
}

#nav-menu
{
width:573px;
} 

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

#nav-menu li
{
float: right;
margin: 0 0.06em;
vertical-align: bottom;
}

input.button, #nav-menu li a:link, #nav-menu li a:visited
{
background: url(images/menu.gif) #fff bottom left repeat-x;
height: 1.4em;
line-height: 1.4em;
float: left;
/*width: 5em;*/
padding-left: 5px;
padding-right: 5px;
display: block;
border: 0.1em solid #FB9847;
color: #000000;
text-decoration: none;
text-align: center;
float: none
}

#nav-menu li a:hover, #mav-menu li a:active, #nav-menu li a.active
{
background: url(images/active.gif) #fff bottom left repeat-x;
color: #ffffff;

border: 0.1em solid #666666;
}

#subfooter {
vertical-align: bottom;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding-bottom: 10px;
color: #ffffff;
text-align: center;
}
#subfooter a {
font-weight: bold;
color: #ffffff;
font-style: italic;
}

