#news
{
	clear:both;
	width:500px;
	background: rgb(22,56,164);
	margin:auto;
}

#news h3
{
	width:400px;
	height:20px;
	margin:auto;
	margin-top:10px;
	color: #fff;
	font-weight: normal;
	text-align:center;
	background-color:red;
	border: 1px solid #fff;
}
/*Header*/

#header
{
	width: 160px;
	margin: 0 auto;
	font-size: .75em;
}



#header ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li 
{
	/* float: left; */
	text-align: left;
}

#header ul li a
{
	display: block;
	color: #ffff66;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 20px;
}

#header ul li a:hover
{
	text-decoration: underline;
	color: #ffcc66;
}


/*Containers*/

.container
{
	width: 400px;
	/* height: 100px; */
	margin: 30px auto;
	padding: 10px 20px;
	border: 3px solid #fff;
	color: #fff;
	font-size: .75em;
	line-height: 2em;
}

.container h2
{
	padding: 5px 10px;
	width: 200px;
}

.container ul
{
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.container ul li  	{ margin-bottom: 10px; }
.container a		{ color: #fff; }

.container a:hover
{
	background: #fff;
	color: #555;
}

#news1		{ background: rgb(22,56,164); }
#news1 h2	{ background: #007aa5; }


/*Footer*/

/* #footer
{
	width: 460px;
	margin: 0 auto;
	margin-bottom: 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

 #footer p
{
	color: #aaa;
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin: 0;
}

#footer a
{
	text-decoration: none;
	color: #ffff66;
}

#footer a:hover
{
	text-decoration: underline;
	color: #ffcc66;
}*/


/*Self-Clearning Rules*/

ul#navigation:after 
{
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

* html ul#navigation 	{ height: 1px; }
ul#navigation 			{ min-height: 1px; }
