body{
	background:#ddd url('../images/background.jpg') repeat-x;
	margin:0;	
	font-family:Arial, Tahoma, Sans-serif;
}

a{color:#009933;}
strong{color:#003399;}

#content-container,
#content-container p, 
#content-container table {
	font-size:13px;
	font-family:Arial, Tahoma, Sans-serif;
	color:#555;
}

#content-container h1, 
#content-container h2{
	margin:0;
	padding:1em 0 0.8em 0;
	color:#003300;
}
#content-container h1{
	font-size:19px;
}
#content-container h2{
	font-size:17px;
}


#container{
	width:710px;
	margin:auto;
}

#header{
	background:url('../images/header.jpg');
	height:100px;
	position:relative;
}
#navigation{
	position:absolute;
	right:10px;
	top:46px;
	width:500px;	
}
#navigation .nav-item{
	float:left;
}
#navigation .nav-item a{
	color:white;
}

#content-top{
	background:url('../images/content_top.jpg');
	height:24px;
}

#content-bottom{
	background:url('../images/content_bottom.jpg');
	height:20px;
	text-align:center;
	font-size:10px;
	color:#ccc;
}
#content-container{
	background:url('../images/content_background.jpg');	
	padding:0 30px 10px 30px;
}
