@import "structure.css";
@import "typogrophy.css";
@import "contacts.css";

body {
	background: #efefef;
	height: 100%;
}

html { 
 	min-height: 100%; 
  	height: 100%; 
}

h1 {
    padding-bottom: 12px;
}

h5 {
    padding-bottom: 4px;
}

img {
	border: 0px;
}

input, textarea {
	padding: 3px;	
}

select {
	background: #f8f8f8;
}

object {
    outline: none;
}

ol {
    margin-left: 30px;
}

.clear {
	clear: both;
}

.ffstyle {
	text-decoration: none;	
}

.ffstyle-sub {
	text-decoration: none;
}

.transparent {
	background-color: Transparent;
}

.contactbox {
	width: 185px;
}

#team{
    margin: -25px 0 15px 490px;
}

#team h3{
    margin: 0 0 0 8px;
}

#team table {
	background-color: #f1f1f1;
	border: 1px solid #d1d1d1;
	padding: 3px;
}

#team table td {
	font-size: .5em;
	padding: 3px;
}

.returntotop {
	font-size: .6em;
	margin:0 0 0 9px;
}
	

