body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Verdana;
	font-size: 12px;
	color: #505050;
}

#navbar {
	visibility:hidden;
	display:none;
}

#space-for-ie {
	visibility:hidden;
	display:none;
}

#header-wrapper {
	margin:0px;
	padding: 0px;
	height: 60px;
	width: 100%;
	text-align:center;
}

#header {
	text-align:left;
	margin: 0px auto -1px auto; 
	padding: 0px;
	height: 60px;
	width: 1000px;
}

#header-logo {
	margin-left: 10px;
	margin-top: 30px;
	width: 200px;
	height: 60px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}

#navigationbar-wrapper {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 100%;
	background-image: url('../images/bar_background_lr.png');
	background-repeat: repeat;
	text-align:center;
	 
}

#navigationbar {
	border-color: #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align:left;
	margin: 0px auto -1px auto; 
	padding: 0px;
	height: 40px;
	width: 1000px;
	background-image: url('../images/bar_background.png');
	background-repeat: repeat;
}

#navigationbar a {
	color: white;
}

#navigationbar a:hover {
	color: white;
}

#navigationbar a:visited {
	color: white;
}

a img { border: 0px white solid;}

#content-wrapper {
	margin: 0px;
	height: 800px;
	width: 100%;
	background-image: url('../images/background_gradient.png');
	background-repeat: repeat-x;
}

#content {
	text-align:left;
	margin: 0px auto -1px auto; 
	padding: 20px;
	height: 100%;
	width: 1000px;
}

.navigationbar-item {

	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
	padding: 10px 10px 10px 10px;
	float: left;
}

#main-wrapper {
	float: left;
	width: 800px;
}

#sidebar-wrapper {
	margin-left: 800px;
	width: 200px;
}

#footer {
	text-align: center;
}