/* ---------Single Page Website CSS by Kelly King ----------*/

*{ margin: 0 auto;}


body 	{
	background:#4d4d4d;
	margin:auto; 
	font-family:georgia, times,serif; 
	height:675px;
	width:75%
/*	width:750px		*/
/*  	min-height:100%;	*/

	}

#header {
	position:fixed;
	right:0px;
	left:0px;
/*	margin-right:auto;	*/
/*	margin-left:auto;	*/
	float:center;
	background:#666; 
	height:50px; 
	width:450px;
	}

#nav	{
	font-size:24px;
	margin-left:10px;
	margin-top:10px;
	word-spacing:30px;
	}
	
#page1	{
	height:675px;
	width:450px;
	background:white;
	}
	

/* pushes page down and sets width	*/	
.page-padding {height:0px; width:500px;}

a { color:white; text-decoration:none;}
	
a:hover { text-decoration:underline;}