@charset "utf-8";
/* CSS Document */

body
{
}

#page
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#banner
{
	height:209px;
	position:absolute;
	top:0px;
	width:800px;
	
	z-index:-1;
}

#menu
{
	width:800px;
	height:25px;
	position:absolute;
	top:90px;
}

#content
{
	width:775px;
	position:relative;
	left:0px;
	top:100px;
}

#sidebar_1
{
	width:200px;
	position:absolute;
	top:130px;
}

#sidebar_2
{
	display:none;
}

#footer
{
	clear:both;
	position:relative;
	top:130px;
	width:100%;
}

/*TOP MENU*/

#menu .menuItem
{
}

#menu .menuItem:hover
{
}

#menu .menuHome
{
}

#menu .menuHome:hover
{
}

#menu .menuCurrent
{
}

#menu .menuCurrent:hover
{
}

/*CONTENT*/

#content p
{
}