body
{
	background-color: #000;
	color: #fff;
	padding: 0px;
	border: 0px;
	margin: 0px;
	height: 100%;
}
.bg
{
	background-color: #888;
}
.top
{
	width: 928px;
	height: 560px;
	padding: 16px 16px 0px 16px;
}
#contentwell
{
	font-family: Futura, Trebuchet, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
	width: 100%;
	height: 100%;
}
.content
{
	font-family: Futura, Trebuchet, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	text-align: justify;
}
.copy
{
	margin-top: 8px;
	font-family: Futura, Trebuchet, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color: #333;
}
.copy a
{
	color: #444;
	font-weight: normal;
}

.title
{
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #999;
}
.spec
{
	padding-bottom: 9px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
}

.project
{
	padding: 8px;
	margin: 8px;
	background-color: #888;
}

h1
{
	font-size: 18px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 12px;
}
h3
{
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 12px;
}
h4
{
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 12px;
}
p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 12px;
}
.content_who
{
	background-image: url('img/bg_who');
	background-repeat: no-repeat;
}
.content_what
{
	background-image: url('img/bg_what');
	background-repeat: no-repeat;
}
.content_when
{
	background-image: url('img/bg_when');
	background-repeat: no-repeat;
}
.content_where
{
	background-image: url('img/bg_where');
	background-repeat: no-repeat;
}
.content_why
{
	background-image: url('img/bg_why');
	background-repeat: no-repeat;
}
.content_how
{
	background-image: url('img/bg_how');
	background-repeat: no-repeat;
}
a
{
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}
.invalid
{
	color: #f00;
	font-weight: bold;
}

input
{
	font-family: monospace;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: justify;
}
textarea
{
	font-family: monospace;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

.p8
{
margin: 8px;
}


/* for Internet Exploder 6 */
/*\*/
* html .top
{
	width: 960px;
}

* html input
{
	font-family: monospace;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: justify;
}
* html textarea
{
	font-family: monospace;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}
/**/