* {margin: 0; padding: 0; border: 0;}

body { 
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif; 
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: repeat-y;
	text-align: center
}

#container { 
	background: transparent url(http://www.agelessartifice.com/images/background.gif) repeat-y scroll 0%;  
	width: 800px;
	margin: 0 auto;
	text-align: left
}


#header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-image: url(http://www.agelessartifice.com/images/header.gif) 
}

#footer { 
	background: transparent url(http://www.agelessartifice.com/images/footer.gif) no-repeat scroll center; 
	height: 169px; 
	padding-left: 90px;
	padding-right: 90px;  
	clear: both;

}

#content {
	width: 300px;
	float: left;
	margin-left: 80px;
	padding-right: 10px;

}


#navigation { 
	width: 300px;
	float: left;  
	margin-left: 30px;
	padding-right: 0px;

}

