body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a{		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none; 
	border:0 none;
	color: #e30000;
}
a:hover{		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: underline; 
	border:0 none;
	color: #e30000;
}
h2{
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none; 
	border:0 none;
}
p{
	font-size: 16px;
}
li{
	font-size: 16px;
}

div#bottomleft{
	left:0px;
    bottom: 0px;
	position:fixed;
	width:374px;
	height:183px;
	background-image:url(../images/bottomleft.jpg);
}
#center{
	background: none;
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	margin-top: -10px;
	padding-bottom:10px;
}
#head{
	float:left;
	width:100%;
	height:200px;
	background-image:url(../images/header.jpg);
	border-left:1px solid #090676;
	border-right:1px solid #090676;
}

.submenu{
	float:left;
	background:#ffffff;
	width:148px;
	height:100%;
}
div.submenu  a{
		font-size:12px;
		color: #e30000;
		font-weight: bold;
	}
	div.submenu  ul {	
		padding:0;
		padding-top:30px;
		margin:0;

	}

	div.submenu li{
		background-color:#ffffff;
		list-style: none;
		margin-left:10px;
		margin-top:5px;
		padding-top: 0px;
		padding-bottom:4px;

	}
		div.submenu  li:hover {	
		color: #e30000;
	}
#content{
	font-size:16px;
	background:#FFFFFF;
	width:759px;
	height:100%;
	float: right;
	border-left:1px dashed #090676;
	border-right:1px dashed #090676;
	border-bottom:1px dashed #090676;
	margin-right:-2px;
	padding:10px;
	background-image:url(../images/mikado_hell.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}


div.menu{
	clear:both;
	background:#border:1px solid #090676;;
	width:100%;
	height:24px;
	border:1px solid #090676;
	
}
div.menu  a{
		font-size:12px;
		color: #090676; 
		font-weight: bold;
	}
	div.menu  ul {	
		padding:0;
		margin:0;

	}

	div.menu li{
		background-color:#ffffff;
		list-style: none;
		display: inline;
		margin-left:10px;
		margin-top:5px;
		padding-right: 30px;
		padding-left: 30px;
		padding-top: 0px;
		padding-bottom:4px;
		border-left:1px solid #ffffff;
		border-right:1px solid #ffffff;

	}
		div.menu  li:hover {	
		background-color: #e7e6ed;
		border-left:1px solid #090676;
		border-right:1px solid #090676;
		text-decoration:none;
	}
