BODY {
	margin:0px;
	font-family: ;
	font-size:1em;
	background-color:#2e3236;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Verdana, sans-serif;
}

IMG {
	border:0px;
}

#container {
	margin-right:auto;
	margin-left:auto;
	width:902px;
	padding:0px;
}

#header {
	width:902px;
	padding:0px;
	margin:0px;
	margin-top:20px;
}

#lheader {
	width:551px;
	height:329px;
	float:left;
}

#main {
	background-image:url(images/main-back.gif);
	background-repeat:repeat-y;
}

#subnav {
	width:197px;
	height:300px;
	background-color:#f58619;
	background-image:url(images/sub-back.jpg);
	background-repeat:repeat-x;
	float:left;
}

#content {
	width:650px;
	background-color:#e5e6d8;
	background-image:url(images/main-corner.gif);
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
	padding-right:30px;
}

#license {
	width:541px;
	height:33px;
	padding-right:10px;
	text-align:right;
	color:#ffffff;
}

#pic {
	width:551px;
	height:296px;
}

#footer {
	width:902px;
	height:54px;
	background-color:#97999a;
}

.clear {
	clear:both;
}

#main-nav {
	width:271px;
	height:329px;
	float:left;
	background-color:#000000;
}

.btn a {
	display:block;
	width:211px;
	height:33px;
	background: url("images/btn-back.jpg") 0 0 no-repeat;
	text-decoration:none;
	color:#ffffff;
	line-height:33px;
	padding-left:60px;
	margin-bottom:1px;
}
.btn a:hover {
	background-position: 0 -33px;
}
.small {
	font-size:.75em;
}
.address {
	padding-top:5px;
	padding-left:60px;
	color:#ffffff;
	
}
.sub a {
	display:block;
	width:187px;
	padding-left:10px;
	color:#ffffff;
	padding-top:3px;
	text-decoration:none;
}
.sub a:hover {
	color:#000000;
}
#copyright {
	margin-left:551px;
	width:266px;
	height:38px;
	background-color:#000000;
	font-size:.7em;
	color:#ffffff;
	padding:5px;
}
label {
	width: 140px;
	color: #333366;
	clear: both;
	float: left;	
	font-weight:bold;
}

input {
	float: left;
}

form br {
	clear:both;
}