body {
color:#222;
}

a{

}

#content{
	margin:10px auto;
	width:960px;
}

#header{
	position:relative;
	bottom:0;
}

#header ul{
	float:left;
	list-style-type:none;
	margin-bottom:0;
}

#header ul li{
	float:left;
	background-color:#EEE;
	border:2px solid grey;
	border-bottom:none;
	 margin:0 10px;
}

#header ul a {
	color: black;
	text-decoration:none;
	display:block;
	padding:10px;
}

#header ul a:hover {
	color: Red;
}

#header ul li{
	float:left;
}

#action{
	margin-top:0;
	float:right;
}

#action ul{
	list-style-type:none;
	float:left;
	margin:0;
}

#action ul li{
	float:left;
	margin:0 10px;
}

#action p{
	margin:0;padding:0;
}

hr.go{
	border : 1px solid grey ;
	clear:both;
	margin-bottom:0;
}

h1{
	font-family:Georgia;
	font-size:2em;
	font-weight:normal;
}

h*{
	color:black;
}

p, li{
	line-height:2em;
}
