/**
 * Css file for forcefields
 */
 
html {
 	margin: 0px;
 	padding: 0px;
 	font-family: sans-serif;
 	font-size: 10pt;
}

body {
 	margin: 0px;
 	padding: 0px;
	background-color: #858585;
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
}

#wrapper {
	width: 740px;
	margin: 0 auto;
}

#header {
	height: 216px;
	margin: 0 0 20px; 0;
	background-image: url('/images/logo.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

h1 {
	display: none;
}

#slogan {
	float: right;
	text-align: right;
	width: 475px;
	padding: 30px;
	font-size: 12pt;
	font-style: italic;
	color: #ffff00;
	cursor: default;
}

#nav {
	float: right;
	width: 475px;
	padding: 30px;
	font-size: 14pt;
	text-align: center;
}

#nav a {
	color: #151515;
	text-decoration: none;
	padding: 0.5em;
}

#nav a:hover {
	color: black;
	text-decoration: underline;
}

#content {
	background-color: white;
	background-image: url('/images/content-bg.gif');
	background-repeat: repeat-y;
}

h2 {
	margin: 0px;
	padding: 0.5em;
	background-image: url('/images/content-top.gif');
	background-color: black;
	background-repeat: no-repeat;
	color: white;
	cursor: default;
	font-size: 16pt;
}

#pad {
	padding: 10px 10px 0;
}

h3 {
	padding: 0;
	margin: 0;
}

h4 {
	padding: 0 0 0.5em;
	margin: 0;
}

p {
	margin: 0px;
	padding: 0px;
	cursor: default;
}

#narrow {
	width: 400px;
	margin: 20px auto 0;
}

table {
	width: 100%;
}

.right {
	width: 16px;
}

table a {
	border: 0;
}

table a img {
	border: 0;
}

#members {
	list-style: none;
	margin: 0;
	padding: 0;
}

#members li {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin: 0 0 0.5em 0;
}

* #members li {
	height: 1%;
}

#members li img {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
}

#members li p {
	float: left;
	width: 598px;
	padding: 10px;
}

.name {
	font-weight: bold;
}

.clear {
	clear: both;
}

a {
	color: #606060;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#bottom {
	height: 15px;
	background-image: url('/images/content-bottom.gif');
	background-repeat: no-repeat;
	background-position: 0 100%;
	line-height: 0;
	font-size: 0;
}

#footer {
	margin: 0.5em 0.5em 0;
	padding: 0em;
	text-align: right;
	color: #303030;
	font-size: 9pt;
}

#footer a {
	color: #303030;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}