body
{
	background:		#333132;
	margin:			0;
	padding:		0;
	font-family:	verdana;
	font-size:		11px;
}

#body
{
	position:		relative;
	width:			100%;
}

#website
{
	position:		relative;
	width:			964px;
}

#header
{
	background:		url('../images/header.png');
	width:			895px;
	height:			355px;
	margin:			auto;
}

#content_bg
{
	background:		url('../images/content_bg.png');
	width:			895px;
	min-height:		345px;
	margin:			auto;
}

#menu
{
	position:		relative;
	margin:			0;
	top:			20px;
	left:			35px;
	list-style:		none;
	width:			130px;
	font-size:		13px;
}

#menu li
{
	height:			20px;
	border-right:	1px solid #cdcdcd;
}

#content
{
	position:		relative;
	top:			-150px;
	margin-left:	250px;
	width:			400px;
}

#title
{
	color:			#0e4482;
	font-size:		14px;
	font-weight:	bold;
}

#content_bottom
{
	background:		url('../images/content_bottom.png') no-repeat;
	width:			895px;
	height:			80px;
	margin:			auto;
}

#copyright
{
	position:		absolute;
	font-size:		9px;
	color:			#9f9f9f;
	padding-bottom:	25px;
	height:			20px;
	margin-left:	47px;
	bottom:			0;
}

/* - - - - - - - LINKS - - - - - - - - */

a:link
{
	color:				#5b5b5b;
	font-family:		"century gothic";
	font-weight:		bold;
	text-decoration:	none;
}

a:visited
{
	color:				#5b5b5b;
	font-family:		"century gothic";
	font-weight:		bold;
	text-decoration:	none;
}

a:hover
{
	color:				#5b5b5b;
	font-family:		"century gothic";
	font-weight:		bold;
	text-decoration:	none;
}

/* - - - - - - - CONTACT - - - - - - - - */

#contact
{
	line-height:		200%;
}

label
{
	width:				170px;
	float:				left;
}

input, select
{
	background:			#ffffff;
	border:				1px solid #5b5b5b;
	font-family:		verdana;
	font-size:			11px;
	height:				15px;
	width:				200px;
}

textarea
{
	background:			#ffffff;
	border:				1px solid #5b5b5b;
	font-family:		verdana;
	font-size:			11px;
	height:				100px;
	width:				200px;
}

.submit
{
	margin-left:		170px;
	width:				80px;
	height:				18px;
	padding-bottom:		2px;
}