html, body {
	background: url(../img/layout/bg_portal.jpg) repeat;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

div#site_background {
	background: url(../img/layout/bg_portal.jpg) no-repeat top center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align:center;
}

div#site_container {
	margin: 0 auto;
	width: 980px;
}

div#content_container {
	width: 980px;
	float: left;
}

div#logo {
	width: 100%;
	height: 125px;
	padding-top: 50px;
	float: left;
	text-align: center;
}

div#contact_button {
	float: left;
	width: 100%;
	text-align:center;
	margin-top: 40px;
}

/*	Portal menu
******************************************************/
div#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#menu ul li {
	float: left;
	height: 61px;
	font-size: 26px;
	border-top: 2px solid #ffffff;
	width: 245px;
	text-align: center;
	line-height: 50px;
}


div#menu ul li a {
	font-family: 'MistralRegular';
	color: #ffffff;
	text-decoration: none;
}

div#menu ul li a:hover {
	color: #d29a81;
}

/*	Form elements
******************************************************/
.button {
	width: 154px;
	height: 27px;
	background: none;
	border: 0px;
	background: url(../img/layout/button.png) no-repeat;
	font-weight: bold;
	cursor: pointer;
}

img { border: 0px;}
