/* global reset */

* {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
}

img {
	border: none;
}

/* end global reset */

body {
	background: /*#fafafa*/ #fff;
	text-align: center;
}

#container {
	background: #fff;
	text-align: left;
	width: 733px;
	overflow: hidden;
	margin: 60px auto 0 auto;
}

/* header */

#header {
	width: 732px;
	margin: 0 0 0 0;
	background: white url("../images/basic/portal_header.jpg") no-repeat top center;
	color: white;
	height: 104px;
}

#header h1 {
	position: relative;
	top: 49px;
	left: 7px;
}


/* end header */


/* content */

form {
	width: 732px;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid silver;
}

form table {
	width: 420px;
	margin: 40px auto 20px auto;
	text-align: left;
}

/* end content */

/* spikes links */

.links {
	text-align: center;
	padding: 0px 30px 20px 30px;
}

.links ul {
	margin: 10px 0;
}

.links ul li {
	float: left;
	text-align: left;
	width: 145px;
	margin: 1px 5px 0px 5px;
	padding: 5px;
	background: #eee;
}

.links li {
	list-style-type: none;
	color: #898989;
}

.links a {
	color: #898989;
	font-weight: normal;
}

.links a:hover {
	text-decoration: none;
}

/* end spikes links */

/* footer */

#footer {
	width: 733px;
	clear: both;
	margin: 31px 0 11px 0;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

#futurlab {
	float: right;
	margin: 5px 2px;
}

/* end footer */
