/* css file for belloq design */

body {
	background: #aaaabb;
	padding: 0;
	margin: 0;
}

div.contentbox {
	z-index: 2;
	background-color: #ffffff;
	border-top: 3px solid #555566;
	border-right: 3px solid #555566;
	border-bottom: 3px solid #555566;
	border-left: 3px solid #555566;
	width: 512px;
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #222222;
	text-align: left;
}

div.mainbox {
	width: 496px;
	margin-top: 0;
	margin-left: 5px;
	padding: 0;
}
	
div.footer {
	position: relative;
	bottom: 0;
	margin-top: 15px;
	width: 100%;
	background-color: #555566;
	color: #ffffff;
	text-align: right;
	padding-top: 2px;
}
		
div.menucontainer {
	z-index: 3;
	position: absolute;
	top: 70px;
	left: 519px;
}

div.menubox {
	width: 196px;
	background-color: #ffffff;
	border-top: 3px solid #555566;
	border-right: 3px solid #555566;
	border-bottom: 3px solid #555566;
	margin: 0;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}

span.pagename {
	font-family: verdana, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #444455;
}

a.menuitem {
	color: #555566;
	font-family: verdana;
	font-size: 8pt;
	letter-spacing: 7px;
	text-decoration: none;
}

a.menuitem:hover {
	color: #2222aa;
}

.b {
	font-weight: bold;
}