@charset "utf-8";
/* Main region ----------------------- */
#header{
	width: 960px;
	height: 100px;
	background-color: #09F;
	border-bottom: 5px solid red;
	color: white;
}

#navbar{
	width: 180px;
	height: 470px;
	float: left;
	background-color: white;
}

#content{
	width: 758px;
	height: 470px;
	float: right;
	background-color: white;
	padding:10px;
	border-left: 1px solid black;
}

#footer{
	width: 960px;
	height: 30px;
	clear: both;
	background-color: #09F;
	color: white;
}
#container{width:960px;heigth:600px; margin:0 auto; border: 1px solid black;}
div#footer p{text-align:center;}
/* Typography and positioning -------------------------- */
h1{
	font-size: 48px;
	font-family: Arial;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
   }
   button{margin-left:15px; width:150px;}
/* Nav styles -------------------------- */
#nav {
	list-style-type: none;
	background: #09F;
	width: 180px;
	padding: 0;
	margin: 0;
}

#nav a {
	text-decoration: none;
	color: #FFF;
	padding: 0 15px;
	line-height: 2.1;
	border-bottom: 1px solid #FFF;
	display:block;
}

#nav a:hover {
    background: #006;
	}