.Wrapper
{
	margin-left: auto;
	margin-right: auto;
}

body
{
	color: #000000;
	background-color: #373226
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #FFFFFF
}

a:hover
{
	text-decoration: none;
	color: #DA9B5C
}

td
{
	vertical-align: top
}

.logo
{
	
}

.content
{
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #645C4A;
	width: 533;
	padding: 10px;
}

.menu
{
	text-align: center;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
}

#DevelopmentContainer
{
	position: relative;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #7B735A;
	width: 700px;
	height: 24px;
}

#ProgressBarDescription
{
	float: left;
	position: absolute;
	left: 3px;
	top: 2px;
	width: 400px;
	height: 22px;
	color: #EBD89E;
}

#ProgressBarBack
{
	float: left;
	position: absolute;
	left: 248px;
	top: 2px;
	width: 450px;
	height: 20px;
	background-image: url(images/progress_bar_back.png);
	background-repeat: no-repeat;
}

#ProgressBar
{
	float: left;
	position: absolute;
	left: 1px;
	top: 1px;
	height: 18px;
	background-image: url(images/progress_bar.png);
	background-repeat: no-repeat;
}

