body {
	margin:			0px;
	padding:		0px;
	background-color:	#fff;
}

#head {
	background:		url('../img/head.jpg') no-repeat;
	width:			761px;
	height:			230px;
}

#head2 {
	background:		url('../img/stickerhead.jpg') no-repeat;
	width:			761px;
	height:			230px;
}

#headNav {
	position:		absolute;
	top:			190px;
	left:			44px;
	font-family:		courier;
	font-size:		10px;
	color:			#333333;
}

#headNav a{
	padding:		4px 2px 1px 2px;
}

a.headNav:link { background-color:#ffffff; color:#333333; text-decoration:none; font-weight: bold;}
a.headNav:visited { background-color:#ffffff; color:#333333; text-decoration:none; font-weight: bold;}
a.headNav:hover { background-color:#fb2d27; color:#fff; text-decoration:none; font-weight: bold;}

#content {
	width:			761px;
	padding-bottom:		30px;
	padding-left:		33px;
}

#content_work {
	width:			550px;
	padding-bottom:		30px;
	padding-left:		280px;
}

#content_headline {
	font-family:		courier;
	font-size:		10px;
	font-weight:		bold;
	color:			#fb2d27;
	background-color:	#ffffff;
	padding:		3px 0px 3px 13px;
}

#content_headline_about {
	font-family:		courier;
	font-size:		10px;
	font-weight:		bold;
	color:			#fb2d27;
	background-color:	#ffffff;
	padding:		3px 0px 3px 10px;
}

#subNav {
	position:		absolute;
	top:			234px;
	left:			44px;
	font-family:		courier;
	font-size:		10px;
	color:			#333333;
}

#stickerright {
	position:		absolute;
	top:			234px;
	left:			44px;
	font-family:		courier;
	font-size:		10px;
	color:			#333333;
}

#content_item {
	padding:		8px 0px 8px 10px;
}

#content_item_text {
	font-family:		courier;
	font-size:		10px;
	font-weight:		normal;
	color:			#333333;
	padding-left:		8px;
}

#content_item_text_work {
	font-family:		courier;
	font-size:		10px;
	font-weight:		normal;
	color:			#333333;
	padding-left:		2px;
}

#content_item_text_left {
	font-family:		courier;
	font-size:		10px;
	font-weight:		normal;
	color:			#333333;
	padding-left:		3px;
}


#content_item_link {
	font-family:		courier;
	font-size:		10px;
	font-weight:		bold;
	color:			#333333;
	padding-top:		10px;
	padding-left:		5px
}

a.content_item_link:link { color:#fb2d27; text-decoration:none; font-weight: bold;}
a.content_item_link:visited { color:#fb2d27; text-decoration:none; font-weight: bold;}
a.content_item_link:hover { color:#333333; text-decoration:none; font-weight: bold;}



