body
{
	font-size: 90%;
	font-family: Arial;
	font-weight: normal;
	background-image: url("images/background_wp.png");
	background-color: #252938;
}

div#container
{
	width: 892px;
	margin: auto;
	margin-top: 0px;
}

div#top
{
	width: 892px;
	height: 105px;
	position: relative;
	float: left;
	background-image: url("images/top_banner_2.png");
	background-repeat: no-repeat;
	background-color: #252938;
}

div#menu
{
	width: 892px;
	height: 46px;
	position: relative;
	float: left;
	background-color: #252938;
}

div#content
{
	width: 892px;
	position: relative;
	float: left;
	background-image: url("images/background.png");
	background-repeat: repeat;
	background-color: #FFFFFF;
}

div#navigation
{
	width: 892px;
	height: 25px;
	position: relative;
	float: left;
	background-image: url("images/top_work.png");
	background-repeat: no-repeat;
	background-color: #252938;
}

div#left
{
	width: 672px;
	position: relative;
	float: left;
}

div#work
{
	width: 672px;
	height:652px;
	position: relative;
	float: left;
}

div#divider_vertical
{
	width: 3px;
	height: 622px;
	position: relative;
	float: left;
	background-image: url("images/divider_vertical.png");
	background-repeat: no-repeat;
	background-color: #000000;
}

div#middle
{
	width: 3px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}

div#right
{
	width: 217px;
	position: relative;
	float: left;
}

div#bottom
{
	width: 892px;
	height: 34px;
	position: relative;
	float: left;
	background-image: url("images/bottom_work.png");
	background-repeat: no-repeat;
	background-color: #252938;
}