body
{
	width : 990px ;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	background-color : #E7E7E7;

	scrollbar-face-color:		#E1E1E1 ; 
	scrollbar-arrow-color:		black ; 
	scrollbar-track-color:		white ; 
	scrollbar-highlight-color:	white ; 
	scrollbar-shadow-color:		#E1E1E1 ; 
	scrollbar-3dlight-color:	white ; 
	scrollbar-darkshadow-color:	white ; 
}



#header
{
	height : 150px;
	width : 990px;
	background-image : url("layout/header.png");
}



#middle
{
	min-height : 500px;
	width : 990px ;
	margin-top : 10px;
	margin-bottom : 10px;
}




#menu
{
	width : 200px;
	margin-right : 780px;
}



#menu_left
{
	float : left;
	width : 200px;
}



#menu_left h2
{
	text-align : center;
	font-size : 20px;
	margin-bottom : 5px;
}



#menu_viewitem
{
	width : 180px;
	padding : 10px;
	background-image : url("layout/background.png");
}


#menu_viewitem h3
{
	text-align : center;
	color : green;
}


#menu_viewitem h4
{
	margin : 0px;
	font-weight : bold;
}


#menu_viewitem h5
{
	text-align : center;
	font-size : 14px;
}


#menu_viewitem a
{
	color : green;
}



#menu h2
{
	text-align : center;
	font-size : 20px;
	margin-bottom : 5px;
}



.menuitem
{
	width : 150px;
	height : 28px;
	background-image : url("layout/menuitem.png");
	padding-left : 50px;
	padding-top : 7px;
	margin-bottom : 2px;
}


.menuitem a
{
	color : green;
}


#center
{
	float:right;
	width : 780px;
}


#center_content
{
	margin-top : 25px;
	margin-right : 210px;
}


#center_content h3
{
	font-size : 24px;
	border-bottom : 2px solid black;
	padding-left : 10px;
}

#center_content h4
{
	text-align : center ;
	margin-top : 10px;
}


#shootbox 
{
	float : right;
	width : 200px;
	height : 650px;
	background-image : url("layout/background.png");
}


#shootbox_inside
{
	margin : 10px;
}


#shootbox_inside h3
{
	font-size : 12px;
	margin-bottom : 0px;
}


#shootbox_messages
{
	overflow: scroll;
	height : 250px;
	width : 180px;
}



#center_viewitem
{
	margin-left : 210px;	
	size : 780px;
}


#center_viewitem h3
{
	font-size : 24px;
	border-bottom : 2px solid black;
	padding-left : 10px;
}


#center_viewitem h4
{
	text-align : center ;
	margin-top : 10px;
}



#footer
{

	height : 150px;
	width : 990px;
	background-image : url("layout/footer.png");
}
