html {
	height: 100%;
}

body {
	background-color:#FFFFFF;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#626262;
}

* {
	margin: 0;
	padding: 0;
}


.clearer {
	clear: both;
}

a{
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration:underline;
}

h3{
	font-weight:bold;
	font-size:18px;
}
h4{
	font-weight:bold;
	font-size:15px;
}
h5{
	font-weight:bold;
	font-size:14px;
}

.spacer {
	font-size:13px;
	font-weight:bold;
	display: block;
	float: right;
	line-height: 33px;
	padding: 0 10px;
	text-decoration: none;
}

.nav{
	background-image:url(gfx/navBg.jpg);
	left:0px;
	width:780px;
	height:33px;
	text-align:right;
}

.nav a {
	color: #FFFFFF;
	font-size:13px;
	font-weight:bold;
	display: block;
	float: right;
	line-height: 33px;
	padding: 0 10px;
	text-decoration: none;
}

.nav a.over:hover {
	background-image:url(gfx/bar.gif);
	background-position:center top;
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size:13px;
	font-weight:bold;
	display: block;
	float: right;
	line-height: 33px;
	padding: 0 10px;
	text-decoration: none;
}

.navActive {
	background-image:url(gfx/navActive.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size:13px;
	font-weight:bold;
	display: block;
	float: right;
	line-height: 33px;
	padding: 0 10px;
	text-decoration: none;
}

#navBott{
	left:0px;
	height:8px;
}

#container {
	background-image:url(gfx/mainBg.jpg);
	margin: 0 auto;
	padding: 0px 0px 0px;
	width: 780px;
}

#content{
	left:0px;
	width:780px;
	height:500px;
}

#bott{
	background-image:url(gfx/bott.jpg);
	left:0px;
	margin-bottom:0px;
	width:780px;
	height:36px;
	line-height:36px;
	font-size:11px;
}

#mainLeft {
	padding-top:20px;
	padding-left:35px;
	width:478px;
	font-size:11px;
	float:left;
}

#mainRight {
	padding-top:20px;
	padding-right:35px;
	width:205px;
	font-size:11px;
	float:right;
}

.headline {
	background-image:url(gfx/headline.jpg);
	background-repeat:no-repeat;
	width:478px;
	height:40px;
	line-height: 29px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

.headlineSmall {
	background-image:url(gfx/headlineSmall.jpg);
	background-repeat:no-repeat;
	background-color:#B6B6B6;
	width:205px;
	height:20px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}
.contentSmall{
	padding:8px;
	background-color:#F0F0F0;
}

.image {
	border: solid 1px;
        border-color: #B5B6B5;
	float: left;
	margin: 0 9px 3px 0;
}

p {
	margin: 0 0 6px 0;
}

input{
	font-size:11px;
	height:14px;

}

select{
	font-size:11px;
	width:342px;
	height:16px;
	border:1px solid orange;
}

textarea{
	font-size:11px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	width:340px;
	border:1px solid orange;
}

.text{
	width:340px;
	border:1px solid orange;
}

.btn{
	background-color:#FFFFFF;
	width:100px;
	height:20px;
	border:1px solid orange;
}
