

body {
	width:100%;
	height:100%;
	margin:0 auto;
	background-color: #ccdcdb;
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


a:link, a:visited, a:active {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #5f7faa;
}

a:hover {
	text-decoration:none;
	border-bottom:none;
}

div.header {
	width:980px; 
	height:110px;
	padding:0px; 
	margin: auto; 
	background-image:url('../images/main/header.jpg'); 
	border:1px solid black; 
	border-bottom: 0px;
	cursor:pointer;
}

div.main {
	width:980px; 
	min-height:550px;
	overflow:auto;
	padding:0px; 
	margin: auto; 
	background-image:url('../images/main/background.gif'); 
	border:1px solid black; 
	border-top: 0px;
}

div.mainmenu {
	float:left; 
	width:191px; 
	height:100%; 
	margin-top:50px; 
	margin-left:1px;
}

div.menu_a {
	width:183px;
	height:18px;
	padding:4px;
	font-size:14px;
	color:#c5c5c5;
	background-image:url('../images/main/menu_a.gif');
}


div.menu_a:hover, div.menu_c:hover {
	width:183px;
	height:18px;
	padding:4px;
	font-size:14px;
	color:#c5c5c5;
	background-image:url('../images/main/menu_b.gif');
	cursor:pointer;
}

div.menu_c {
	width:183px;
	height:18px;
	padding:4px;
	font-size:14px;
	color:#c5c5c5;
	background-image:url('../images/main/menu_c.gif');
}

div.page {
	float:left; 
	width:758px;
	height:100%;
	margin:15px;
}