

body
{
	/*background-color: rgba(183, 202, 62, 1);*/
	background-image: url(seamless_blue_paisley.jpg);
	min-width: 750px;}

#wrapper
{
	margin: 100px auto;
	width: 740px;
	border: solid;
	padding-bottom: 20px;
	background-color: rgba(165, 165, 165, .9);
	border-color: 5C3317;
}

#header
{
	margin: 20px;
	padding: 20px;
	max-height: 110px;
	max-width: 650px;
	text-align: center;
	background-color: lightblue;
	border: solid;
	border-color: 5C3317;
	overflow: auto;
}

#left_box:hover,
#middle_box:hover,
#right_box:hover,
#bottom_left_box:hover,
#bottom_middle_box:hover,
#bottom_right_box:hover
{
	border-color: rgba(183, 202, 62, 1);;
}

#left_box 
{
	width: 200px;
	height: 200px;
	float: left;
	margin-left: 20px ;
	border: solid;
	border-color: 5C3317;
	background-color: 949494;
	background-image: url(radiantblue.gif);
}

#middle_box
{
	width: 200px;
	height: 200px;
	margin-left: 40px;
	margin-right: 40px;
	float: left;
	border: solid;
	border-color: 5C3317;
	background-color: black;
}

#right_box
{
	width: 200px;
	height: 200px;
	margin-right: 10px;
	float: left;
	border: solid;
	border-color: 5C3317;
	background-color: 949494;
	background-image: url(npc.jpg);
}

#bottom_left_box
{
	width: 200px;
	height: 200px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	border: solid;
	border-color: 5C3317;
	background-color: rgba(50, 120, 100, 0.8);
}


#bottom_middle_box
{	
	width: 200px;
	height: 200px;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 0px;
	float: left;
	border: solid;
	border-color: 5C3317;
	background-color: lightblue;
	background-image: none;
	}
	
#bottom_right_box
{	
	width: 200px;
	height: 200px;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 10px;
	float: left;
	border: solid;
	border-color: 5C3317;
	background-color: brown;
	background-image: none;
	}

#content
{
	margin: auto;
	overflow: auto;
}

#classlink
{
	line-height: 36px;
	background-color: black;
	margin: 75px 0px 0px 0px;
	color: white;
	height: 40px;
	width: 200px;
	text-align: center;
	opacity: .8;
}

a.fill_box
{
	display: flex;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

