@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

	#container {
		height:100%;
		min-height:100%;
		position:relative;
		background-color:#FFF;
		width:809px;
		background-image:url(../images/bgwrapper.jpg);
		background-repeat:repeat-y;
		background-position:right;
		}

	#header {
		background-image:url(../images/header.jpg);
		background-position:left;
		background-repeat:no-repeat;
		width:800px;
		height:293px;
	}
	
	#menu {
		background-image:url(../images/menubg.jpg);
		background-position:left;
		background-repeat:no-repeat;
		width:800px;
		height:26px;
	}

	#content {
		background-image:url(../images/contenttop.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		width:800px;
		min-height:100px;
		height:100%;
	}

	#footer {
		background-image:url(../images/footer.jpg);
		background-repeat:no-repeat;
		background-position:left;
		width:800px;
		height:250px;
		bottom: 0;
	}
	
	#menuitem {
	max-width:200px;
	position:fixed;
	text-align: left;
	}
	
body,td,th {
	font-size: 12px;
	color: #333;
	font-family: Courier New, Courier, monospace;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #E85B25;
	text-decoration: underline;
	text-transform:uppercase;
}
a:active {
	color: #39F;
	text-decoration: none;
	text-transform:lowercase;
}
a {
	font-size: 12px;
	font-weight: bold;
}

.menu {
	
	
}