@charset "utf-8";
/* CSS Document */

#content
{
	position: relative;
	text-align: left;
	width: 796px;	
}
#innerContent
{
	
}
#header
{
	position: relative;
	width: 796px;
	height: 129px;
	display: block;	
}
#menu
{
	position: absolute;
	left: 154px;
	top: 90px;	
}
#menu a img
{
	background-color: #a8a8a8;
}
#menu a img:hover
{
	background-color: #e5e5e5;	
}
#menu span img
{
	background-color: white;	
}
#menu img
{
	border-width: 0px;	
}
#footer
{
	display: block;
	position: relative;
	width: 796px;
	height: 47px;
	background: url(../images/back_footer.gif) top left no-repeat;	
}
#footerLeft
{
	position: absolute;
	top: 17px;
	left: 26px;
	color: #3e3e3e;	
}
#footerRight
{
	position: absolute;
	top: 17px;
	right: 26px;
	color: #3e3e3e;	
}
