@charset "utf-8";
/* CSS Document */

/*-------[GENERAL DECLARATION]-------*/
*		{margin: 0; padding: 0; border: 0;}
body {
	margin: 13px 25px 0px 25px;
	padding: 0;
	border: 0;
	background-color: #333;
	}

/*-------[START - #ZENTER #WRAPPER]-----*/
#WRAPPER {
	width: 950px;
	height: 100%;
	background: #fff url(../images/template.jpg) no-repeat;
	float: left;
	z-index: -1;
	}
/*-------[END   - #WRAPPER]-----*/

/*-------[START - #header-container]-----*/
#TOP-MENU {
	width: 658px;
	height: 21px;
	margin-top: 145px;
	margin-left: 250px;
	}

#TOP-MENU li {
	float: left;
	display: inline;
	list-style-type: none;
	}

#TOP-MENU li span {
	position: absolute;
	left: -9999px;
	}

#TOP-MENU li a#aLink1,
#TOP-MENU li a#aLink2,
#TOP-MENU li a#aLink3,
#TOP-MENU li a#aLink4,
#TOP-MENU li a#aLink5,
#TOP-MENU li a#aLink6,
#TOP-MENU li a#aLink7,
#TOP-MENU li a#aLink8 {
	display: block;
	height: 21px;
}
	
#aLink1 		{background: url(../images/menu_01.png) no-repeat; width: 57px;}
#aLink1:hover	{background: url(../images/menu_01_on.png) no-repeat; width: 57px;}
#aLink2 		{background: url(../images/menu_02.png) no-repeat; width: 79px;}
#aLink2:hover	{background: url(../images/menu_02_on.png) no-repeat; width: 79px;}
#aLink3 		{background: url(../images/menu_03.png) no-repeat; width: 88px;}
#aLink3:hover	{background: url(../images/menu_03_on.png) no-repeat; width: 88px;}
#aLink4 		{background: url(../images/menu_04.png) no-repeat; width: 82px;}
#aLink4:hover	{background: url(../images/menu_04_on.png) no-repeat; width: 82px;}
#aLink5 		{background: url(../images/menu_05.png) no-repeat; width: 81px;}
#aLink5:hover	{background: url(../images/menu_05_on.png) no-repeat; width: 81px;}
#aLink6 		{background: url(../images/menu_06.png) no-repeat; width: 85px;}
#aLink6:hover	{background: url(../images/menu_06_on.png) no-repeat; width: 85px;}
#aLink7 		{background: url(../images/menu_07.png) no-repeat; width: 97px;}
#aLink7:hover	{background: url(../images/menu_07_on.png) no-repeat; width: 97px;}
#aLink8 		{background: url(../images/menu_08.png) no-repeat; width: 89px;}
#aLink8:hover	{background: url(../images/menu_08_on.png) no-repeat; width: 89px;}
/*-------[END   - #TOP-MENU]-------*/






/*-------[START - #body-container]-------*/
#body-container {
	width: 950px;
	display: inline;
	
	z-index: 5;
	}
	
#body-left {
	width: 210px;
	float: left;
	margin: 100px 42px 0px 20px;
	}
	
#body-contents {
	width: 630px;
	float: left;
	margin: 55px 0px 0px 0px;
	}
	
/*-------[END   - #body-container]-------*/






/*-------[START - #footer-container]-------*/
#footer-container {
	width: 950px;
	height: 40px;
	background-color: #059fd1;
	float: left;
	margin-top: 20px;
	}

#footer-left {
	width: 600px;
	height: 40px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #82cee7;
	float: left;
	margin-left: 10px;
	margin-top: 13px;
	}

#footer-right {
	width: 67px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	}
/*-------[END   - #footer-container]-------*/