/* CSS Document */
hr	{
width:50%;
color:#666666;
}
h1	{
margin:1px;
color:#333333;
}
h2	{
margin:1px;
color:#666666;
}
h4	{
margin:1px;
}
body {
font-family: "Century Gothic", Verdana;
font-size:15px;
background:#333333;
}
a	{
text-decoration:none;
}
b	{
color:#333333;
}
.img	{
border:none;
}

.main	{
	width:800px;
	height:990px;
	margin:auto;
	background:url(images/backmain.png);
}
	.top	{
	width:790px;
	height:145px;
	position:relative;
	float:left;
	top:5px;
	left:5px;
	background:url(images/backtop.png);
	}
		.topleft	{
	width:135px;
	height:135px;
	position:relative;
	float:left;
	top:5px;
	left:5px;
	background: url(images/backtopleft.png);
		}
		.topright	{
		width:640px;
		height:135px;
		position:relative;
		float:right;
		top:5px;
		right:5px;
		background: url(images/backtopright.png);
		}
	.mid	{
	width:790px;
	height:680px;
	position:relative;
	float:left;
	top:10px;
	left:5px;
	background:url(images/backmid.png);
	}
		.midleft	{
	width:135px;
	height:670px;
	position:relative;
	float:left;
	left:5px;
	top:5px;
	background: url(images/leftsidebackground.jpg) no-repeat top;
		}
		.midleftinside	{
		
		padding:5px;
		}
		.navitem1	{
		padding-left:5px;
		background: url(images/nav1.jpg);
		}
		.navitem2	{
		padding-left:5px;
		background: url(images/nav2.jpg);
		}
		.navitem3	{
		padding-left:5px;
		background: url(images/nav3.jpg);
		}
		.midcenter	{
	width:500px;
	height:670px;
	position:relative;
	float:left;
	top:5px;
	left:10px;
	background:url(images/background.jpg) no-repeat center;
		overflow-x:hidden;
		overflow-y:scroll;
		overflow:-moz-scrollbars-vertical;
		}
		.midcenterinside	{
		padding:10px;
		}
		.tablecolor	{
		background: url(images/green.jpg);
		}
		.midright	{
	width:135px;
	height:670px;
	position:relative;
	float:right;
	right:5px;
	top:5px;
	background: url(images/backmidright.png);
	overflow-x:hidden;
		overflow-y:scroll;
		overflow:-moz-scrollbars-vertical;
		}
		.midrightinside	{
		padding:5px;
		}
	.rightsideitem	{
	width:112px;
	padding-left:0px;
	height:127px;
	text-align:center;
	background:url(images/itemback.png);
	}
	.bottom	{
	width:790px;
	height:145px;
	position:relative;
	float:left;
	top:15px;
	left:5px;
	background:url(images/backtop.png);
	}
		.bottomleft	{
	width:388px;
	height:135px;
	position:relative;
	float:left;
	top:5px;
	left:5px;
	background: url(images/backbottomleftright.png);
		}
			.bottominside	{
		padding:5px;
		}
		.bottomright	{
	width:387px;
	height:135px;
	position:relative;
	float:right;
	top:5px;
	right:5px;
	background: url(images/backbottomleftright.png);
		}
		.valid	{
		width:800px;
		margin:auto;
		}
