body {
	background-color: white;
	background-image: url(../images/bg.jpg);
	font-family: Arial;
	font-size: 10pt;
}

table {
	font-family: Arial;
	font-size: 10pt;
}

div.bodywrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div.header {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	background-image: url(../images/head_coptic.jpg);
	height: 140px;
}

div.header h1 {
	display: none;
}

div.content {
	background-repeat: no-repeat;
	background-position: center center;
}

div.content h1 {
	margin: 0px;
	font-size: 14pt;
	font-weight: normal;
	padding-bottom: 4px;
}

div.content a {
	color: black;
}

div.content a:hover {
	color: red;
}

ul.menu {
	list-style: none;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	float: right;
	clear: both;
}

ul.menu li {
	width: 150px;
	background: rgb(230,230,230);
	padding: 3px;
	text-align: center;
	margin-bottom: 2px;
}

ul.menu li.sel {
	background: rgb(200,200,200);
	font-weight: bold;
}

ul.menu li a {
	color: black;
	text-decoration: none;
}

div.footer {
	border-top: 1px solid black;
	padding-top: 3px;
	font-size: 10px;
	text-align: right;
	clear: both;
}