body {
	background-color: #F1DE08;
	/*text-align: right;*/
	color: #000000;
	margin: 0px;
}

A:hover {
	text-decoration: underline;
	font-style: italic;
	color: #FF0000;
	background-color: transparent;
}

A {
	text-decoration: underline;
	font-style: italic;
	color: #000000;
	background-color: transparent;
}


/*---layout----*/

#main {
	position: relative;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: none 0px #000000;
	background-color: #F1DE08;
}

#header {
	position: relative;
	width: auto;
	height: 164px;
	margin: 0px;
	padding: 0px;
	border: none 0px #000000;
	background: #F1DE08 url('images/header_back.jpg') repeat-x;
}
.image {
	position: relative;
	float: left;
	width: 949px;
	height: 164px;
	margin: 0px;
	padding: 0px;
	border: none 0px #000000;
	background: #F1DE08 url('images/header.jpg') no-repeat;
}
#body {
	position: relative;
	width: auto;
	height: auto;
	margin: 0px 220px 0px 250px;
	padding: 0px;
	border: none 0px #000000;
	background-color: #F1DE08;
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

#left1 {
	position: absolute;
	z-index: 0;
	top: 163px;
	left: 0px;	
	width: 250px;
	height: 63px;
	margin: 0px;
	padding: 0px;
	border: none 0px #000000;
	background: #F1DE08 url('images/left1.jpg') no-repeat;
}

#menu {
	position: relative;
	float: left;
	width: 250px;
	min-height: 100%;
	height: auto;
	margin: 62px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none 0px #000000;
	background: #F1DE08 url('images/menu_back.jpg') repeat-y;
}	
#left2 {
	position: relative;
	clear: right;
	float: left;
	width: 250px;
	height: 86px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #000000;
	background: #F1DE08 url('images/left2.jpg') no-repeat;
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	display: block;
	line-height: 120%;
}

#news {
	position: relative;
	float: right;
	width: 200px;
	height: 100px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	border: none 0px #000000;
	background: #F1DE08;
}
.news_top {
	position: relative;
	width: 199px;
	height: 44px;
	background: #F1DE08 url('images/news_top.jpg') no-repeat;
}
.news_middle {
	position: relative;
	width: 199px;
	max-width: 199px;
	height: auto;
	padding: 0px 0px 0px 0px;
	background: #F1DE08 url('images/news_middle.jpg') repeat-y;
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: justify;
}

.news_middle P{
	margin: 0px;
	padding: 0px 15px 0px 15px;
}
.news_bottom {
	position: relative;
	width: 199px;
	height: 46px;
	background: #F1DE08 url('images/news_bottom.jpg') no-repeat;
}

A.menu:hover {
	position: relative;
	padding: 0px 0px 0px 10px;
	width: 240px;
	height: 56px;
	max-height: 56px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	background-color: transparent;
	background-image: url('images/menu1.jpg');
	background-repeat: no-repeat;
	border: 0px solid #000000;
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	display: block;
	line-height: 380%;
	
}

A.menu {	
	position: relative;
	padding: 0px 0px 0px 10px;
	width: 240px;
	height: 56px;
	max-height: 56px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	background-color: transparent;
	background-image: url('images/menu0.jpg');
	background-repeat: no-repeat;
	border: 0px solid #000000;
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	display: block;
	line-height: 380%;
}



