BODY {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#1d411f;
}

IMG {
	border:0px;
}

#container {
	margin-right:auto;
	margin-left:auto;
	width:747px;
}
#left {
	width:19px;
	height:393px;
	background-image:url(images/l-sheet.gif);
	background-repeat:no-repeat;
	float:left;
}
#center {
	width:709px;
	min-height:750px;
	background-image:url(images/canvas.jpg);
	background-repeat:repeat;
	float:left;
}
#top {
	width:709px;
	height:18px;
	background-image:url(images/t-sheet.gif);
	background-repeat:no-repeat;
}
#theader {
	width:709px;
	height:55px;
}
#logo { 
	margin-top:5px;
	padding-left:10px;
	height:52px;
	float:left;
	
}
#topnav {
	float:right;
	padding-top:10px;
	padding-right:20px;
	font-size:.8em;
}
#right {
	width:19px;
	height:739px;
	background-image:url(images/r-sheet.gif);
	background-repeat:no-repeat;
	float:right;
}
#frame {
	width:430px;
	height:275px;
	margin-left:5px;
	float:left;
}
#navbox {
	width:268px;
	height:275px;
	background-image:url(images/nav-back.jpg);
	background-repeat:no-repeat;
	float:left;
}
#subnav {
	width:218px;
	margin-top:10px;
	margin-left:10px;
	padding-right:10px;
	float:left;
	font-size:.9em;
}
#content{
	width:448px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}
#main {
	min-height:400px;
}
#footer {
	color:#ffffff;
	font-size:.8em;
	text-align:right;
	margin-right:20px;
}
.clear {
	clear:both;
}
.small {
	font-size:.8em;
}

label {
	width: 100px;
	font-size: .8em;
	color: #000000;
	clear: both;
	float: left;	
}

input {
	font-size: .8em;
	float: left;
}

form br {
	clear:both;
}
.white {
	color:#ffffff;
}