@charset "utf-8";
/* NetCamp CSS Document */



body
{
	background-color: #009015;
}
#container
{
	width:1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	height: 120px;
}

#logo
{
	/*float:left;*/
	width: 50px;
	height: 50px;
	
}

#navbar
{
	background-color: #09C;
	width: 600px;
	float:right;
}

#bottom_bar
{
	height: 15px;
	margin-top:50px;
	background-color: #09C;
}

#navbar li
{
	display:inline;
	padding-right:2em;
	text-decoration:none;
	list-style-type:none;
	height:40px;
}

#body
{
	height:600px;
}

#footer
{ 
	text-align:center;
	background-color:#09C;
	margin-bottom: 0;
	height:60px;
}

#footer li
{
	display:inline;
	padding-right:2em;
	text-decoration:none;
	list-style-type:none;
}