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

html {
height:100%;
width:100%;
}

body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		11px;
	color:			#333333;
	text-align:		left;
	height:			100%;
	width:			100%;
	margin:			0px;
	margin-top:		30px;
	margin-bottom:	10px;
	padding:		0px;
	background-color:	#226791;
	background-image:url(../images/mainbg.jpg);
	background-repeat:repeat-x;
}

	#maincontainer {
		width:		660px;
		height:		500px;
		overflow:	hidden;
		margin:		0 auto 0 auto;
		background-image:url(../images/main.png);
	}
	
	#menu {
		margin-top:	187px;
		margin-left:30px;
		height:		230px;
	}
	
	#logo {
		float:		left;
		clear:		both;
		text-align:	center;
		width:		100%;
	}
	

.menuItem { 
	position:	relative; 
	float:		left;
	clear:		both;
	margin-top:	10px;
	height:		57px;
	width:		228px;
	overflow:	hidden;
}

.menuItem:hover {
	position:	relative;
	display:	block;
	cursor:		pointer;
	text-indent:-228px;
}

img {
	border:none;
}