@charset "utf-8";
/* CSS Document */

body {
	background: #fefd99 url(../images/bg.png) no-repeat;
	margin-top:0px;
	margin-left:0px;
}

#container {
	width: 1025px;  
	height:100%;
	text-align: left; 
}

#top1 {
	background: url(../images/top1.png) no-repeat;
	float:left;
	height:194px;
	width:1024px;
}

#top2 {
	background: url(../images/top2.png) no-repeat;
	float:left;
	height:93px;
	width:1024px;
}

#top3 {
	background: url(../images/top3.png) no-repeat;
	float:left;
	height:34px;
	width:1024px;
}

#menu {
	background: url(../images/menu.png) no-repeat;
	float:left;
	height:481px;
	width:213px;
	margin-left:30px;
	margin-top:-34px;
	
}

#menu_item {
	width:213px;
	height:26px;
	margin-bottom:1px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1b5ca9;
	font-weight:bold;
	font-style:italic;
}

.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1b5ca9;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}

#content {
	width:656px;
	height:100%;
	margin-left:50px;
	margin-top:20px;
	float:left;
}