* {
	padding:0;
	margin:0;
}

body {
	color: #333333;
	background-color:#FFFFFF;
    font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:83%;
	margin: 0 auto;
	width:900px;
}

img {
	border: none;
}

.highlight {
	font-family:'Courier New',Verdana,Tahoma,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:0.75em 0;}

h1 {font-size:167%;}

h2 {font-size:139%;}

h3 {font-size:120%;}

h4 {font-size:100%;}

li, dd { 
	margin-left:2em;
}

a {
	color: #00b9b3;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #00b9b3;
	background-color: #e0f9f9;
	font-weight: normal;
	text-decoration: underline;
}

#header {
	background: url('images/ff_header.png') no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 399px;
	clear: both;
}

#header a {
	background: none;
	text-decoration: none;
}

#header a:hover {
	background: none;
	text-decoration: none;
}

#header img {
	background: none;
	text-decoration: none;
	border: none;
}

ul#nav {
	margin: 0px;
	padding: 15px 0px 0px 25px;
	list-style: none;
	width: 900px;
	height: 106px;
	background: url('images/ff_navback.png') no-repeat;
}

ul#nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

ul#nav li a {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

ul#nav li a.navabout:hover { 
	background: url('images/ff_about_over.png') no-repeat 0px 0px;
}

ul#nav li a.navprojects:hover { 
	background: url('images/ff_projects_over.png') no-repeat 0px 0px;
}

ul#nav li a.navnews:hover { 
	background: url('images/ff_news_over.png') no-repeat 0px 0px;
}

ul#nav li a.navcontact:hover { 
	background: url('images/ff_contact_over.png') no-repeat 0px 0px;
}

ul#nav li a.navaboutselected { 
	background: url('images/ff_about_over.png') no-repeat 0px 0px;
}

ul#nav li a.navprojectsselected { 
	background: url('images/ff_projects_over.png') no-repeat 0px 0px;
}

ul#nav li a.navnewsselected { 
	background: url('images/ff_news_over.png') no-repeat 0px 0px;
}

ul#nav li a.navcontactselected { 
	background: url('images/ff_contact_over.png') no-repeat 0px 0px;
}

ul#nav a.selected { 
	
}

#content {
	font-size:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:900px;
	float:left;
	background: url('images/ff_content_back.png') bottom left no-repeat;
}

#maincontent {
	font-size:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 40px;
	width: 380px;
	float:left;
}

#sidecontent {
	background: url('images/ff_hands.png') no-repeat;
	font-size:85%;
	width: 466px;
	height: 410px;
	float:right;
}

#sidecontent h2 {
	padding: 25px 0px 0px 200px;
}

#flashvideo {
	padding: 65px 0px 0px 83px;
}

#sidecontent a {
	color: #0066CC;
	background:#E6ECFF;
}

#sidecontent a:hover {
	color: #0000FF;
	background: #D6DCDF;
}

#sidecontent h2 { margin:0.75em 0.25em 0.25em 0em;}

#sidecontent ul { margin:0.25em 0.25em 0.25em 0.25em;}

#sidecontent p { margin:0em 0em 0em 0em;}

#nullblock {} /* Used to avoid IE jump on hover bug */

#footer {
	height:100px;
	color:#333333;
	font-size:85%;
	width: 900px;
	background: url('images/ff_footer.png') no-repeat 20px 5px;
	clear:both;
}

#footer	a {
	background: none;
	float: right;
	padding: 20px 10px 0px 0px;
	font-weight: normal;
	text-decoration: none;
}

#footer	a:hover {
	background: none;
	font-weight: normal;
	text-decoration: none;
}