/* CSS Document */

/****************STRUCTURE*********************/
#outer{
	margin: 0 auto;
	width:750px;
	padding-right:10px;
	position:relative;	
}
body{
	margin-top:20px;
}
/*---header---*/
#header{	
	height:150px;
	margin-bottom:0px;
}
/*firefox*/
html>body #header{	
	height:auto;
	min-height:150px;
	margin-bottom:0px;
}

/*---nav---*/
#nav{
	border-bottom:1px solid;
}

/*---content---*/
#content{
	position:relative;
	padding:0px 0px 20px 0px;
}
html>body #content{
	padding-top:1px;
}

/*---footer---*/
#footer{
	position:relative;
	clear:both;
	line-height:25px;
	width:750px;
	margin:0 auto;
	padding:10px 10px 0px 0px;	
}
#footer ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer li{	
	display:inline;
	padding-left:0px;
	margin-bottom:0px;
}
#footer li a{
	display:block;
	float:right;
	margin-left:12px;
	text-align:center;
	line-height:25px;
}
#footer p{
	line-height:25px;
	margin:0px;
	padding:0px;
}

/*********************TOOLS***************************/
.clear{
	height:1px;
	clear:both;
}
