/* Start of CMSMS style sheet 'FIBO 09' */
body {
	margin: 0px;
	
	background: #111 url(fibo/bg_color.png) repeat;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 1em;
	color: #fff;
}
img {
	border-width: 0;
}
a {
	color: #dd1a22;
	text-decoration: none;
}

#container {
	position: relative;
	top: 0;
	z-index: 50;
	margin: 0 auto;
	width: 800px;
}
#grad {
	position: absolute;
	top: 0; left: 0;
	
	width: 100%;
	height: 350px;
	background-image: url(fibo/bg_grad.png);
	background-repeat: repeat-x;
	background-position: top left;
}
#header {
	position: absolute;
	top: 0; left: 0;
	
	width: 100%;
	height: 350px;
	background-image: url(fibo/bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#david-link {
	position: absolute;
	top: 25px; left: 250px;
}
	
#topnavi {
	float: left;
	width:100%;
	margin: 150px 0 30px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#topnavi a {
	display: block;
	width: 15em;
	text-decoration: underline;
	padding: 4px 0;
}

#content, #imagecolumn {
	z-index: 100;
	float: left;
	margin: 0;
}
#imagecolumn {
	width: 400px;
	padding: 0;
}
#content {
	clear: left;
	width: 330px;
	padding-right: 70px;
}
#footer {
	clear: left;
	float: left;
	width: 100%;
	height: 50px;
	margin-top: 35px;
	padding: 35px 0;
	text-align: center;
	
	color: #dd1a22;
	background: url(fibo/bg_footer.png) no-repeat top center;
}
#footer a {
	display: inline-block;
	margin-right: 15px;
	
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
	color: #666;
}

.margin {
	margin-top: 50px;
}
.bigger {
	font-size: 120%;
}

/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
border-width: 0;
	margin-bottom:1em;
	padding:0.5em
}
fieldset input[type="text"] {
display: block;
}
fieldset label {
	width:auto;
}
legend {
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
}
fieldset textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

/* End of 'FIBO 09' */

