
html, body {
	height:101%;

}

body {
	background-color:#333;
/*	background-image: url("../images/bkg.png"); */
	background-repeat: repeat;
}


#bkg {
	height:101%;
	margin: 0 auto;
	min-height:1000px;
	width:950px;
	/*background-image:url("../images/bkg.jpg");
	background-repeat:repeat;
	visibility:hidden;*/
}
#wrapper {

	margin: 0 auto;
	margin-top:-14px;
	width:800px;
	height:101%;
	min-height:1000px;

	background-color:#223;

	border-style:solid;
	border-color:#444;
	border-width:0px 1px 0px 1px;
}

#banner {
	width:800px;
	height:150px;
	background-color:#fff;
}

#main {
	width:800px;
	height:715px; 
	background-color:#fff;
	
}

#menu {
	width:800px;
	height:20px;
	padding-top:10px;
	text-align:right;

	background-color:#223;

	color:#fff;
	font-family:arial;
	font-weight:bold;
	font-size:7pt;


	border-style:solid;
	border-color:#AAA;
	border-width:0px 0px 2px 0px;
}


#menu ul {
	list-style:none;
}

#menu li {
	margin-right:18px;
	display:inline;
	text-transform:lowercase;
	letter-spacing:1pt;
}

#menu a {
	text-decoration:none;
	color:#fff;
}

#spacer {
	width:800px;
	height:0px;

}


#copyright {

	width:800px;	
	height:30px;
	padding-top:3px;
/*	background-image:url(../images/bottom.jpg); */
	background-color:#223;

	border-style:solid;
	border-color:#AAA;
	border-bottom-color:#DDD;
	border-width:2px 0px 0px 0px;	
	
	color:#DDD;
	font-family:times;
	font-size:8pt;
	text-align:center;
}
