#container #header{
	margin: 0 75px;
	margin-top: 100px;
}
#container #header h1{
	width: 300px;
	float: left;
}
#container #header ul{
	padding-top: 40px;
	width: 300px;
	height: 20px;
	float: right;
}
#container #header ul li{
	width: 100px;
	height: 20px;
	float: left;
}
#container #header ul li:hover{
	cursor: pointer;
}
#container #main{
	margin: 0 75px;
	margin-top: 50px;
}
#container #main p{
	margin-top: 30px;
}

