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,.copy a:visited{
	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;
}

.project:hover{
	background-color: #f00;
}

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

input{
	font-family: monospace;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: justify;
}
input[type="text"]{
	width: 360px;
}
textarea{
	font-family: monospace;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	width: 360px;
}

.p8{
margin: 8px;
}

.sm_link{
	position: relative;
	left: 88px;
	bottom: 10px;
	display: block;
	float: left;
	margin: 4px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
.sm_link:hover{
	opacity: 1;
	filter: alpha(opacity = 100);
}

.cat_nav{
	display: inline-block;
	width: 320px;
}
.cat_nav .next{
	display: block;
	float: right;
}
.cat_nav .prev{
	display: block;
	float: left;
}
.clearfix{
	display: block;
	clear: both;
}

/* 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;
}
/**/


