@charset "utf-8";
/* CSS Document */

*{position:relative;padding:0px;border:none;margin:0px;text-decoration:none;}

body{background-color:#000000;}

#top{margin-left:auto;margin-right:auto;
	background: url(images/header.jpg) no-repeat;
	width : 750px;
	height : 150px;
}

#menu {margin-left:auto;margin-right:auto;
	background: url(images/menu.gif) bottom left repeat-x;
	width: 750px;text-align:center;
	height: 30px;
}

.menuItem{display:inline-block;z-index:+5;
width:115px;height:30px;
text-align:center;
line-height:30px;
color:#000000;
font-family: "comic sans ms";
font-size:18px;
}

.resMenuItem{display:block;z-index:+5;
width:195px;height:30px;
text-align:left;
line-height:30px;
color:#000000;
font-family: Papyrus, Papyrus, Verdana, Arial;
font-size:18px;
}

.menuItem:hover, .resMenuItem:hover, .content-ul-li-a:hover{text-decoration:underline;}

#content{margin-left:auto;margin-right:auto;
width:730px;
padding:10px;
height:415px;
overflow:auto;
background-color:#ffffff;
}

#bottom{margin-left:auto;margin-right:auto;
width:750px;
height:30px;
text-align:center;color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:30px;
}

#content-rightBox{float:right;
width:200px;
height:400px;
text-align:center;
margin-right:0px;margin-left:15px;margin-top:10px;
}

.content-papyrus{
	font-family: Papyrus, Verdana, Arial;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	margin-bottom:15px;
	text-align:justify;color:#000000;
}

.content-bigPapyrus{
	font-family: Papyrus, Verdana, Arial;
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	margin-bottom:15px;
	text-align:justify;color:#000000;
}

.content-ul{margin-left:20px;	margin-bottom:15px;}

.content-ul-li-a, .content-ul-li{font-family: Papyrus, Verdana, Arial;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
}

.content-label{
	font-family: "comic sans ms";
	font-size:16px;
	font-weight:normal;
	font-style:normal;color:#000000;
}


.content-imgRight{float:right;margin:5px;}