* { 
	padding:				0px; 
	margin:					0px; 
}

body {
	font-family:			Georgia, Garamond, serif;
	margin:					0px auto;
	background:				#2c2c2a url('/images/back.jpg') repeat-y top center;
}

#outer { 
	text-align:				center;
	margin:					0px auto;
	width:					760px;
	overflow:				hidden;
	background-color:		#FFFFFF;
}

#nav {
	width:					760px;
	height:					90px;
	text-align:				center;
	font-size:				13px;
} 

.nav_button {
	width:					92px;
	height:					50px;
	margin:					20px 1px 20px 1px;
	background-color:		#4c5a7f;
	float:					left;
}

.nav_button a {
	position:				relative;
	margin-top:				15px;
	color:					#FFFFFF;
	text-decoration:		none;
	display:				block;
}

h1 {
	font-size:				16px;
}

ul {
	margin:					20px;
	text-align:				left;
	color:					#414141;
}

ul li {
	list-style-image: 		url(/images/arrow.gif);
	line-height:			25px;
}

.order_now {
	width:					200px;
	height:					50px;
	background-color:		#EAE160;
	margin:					0px auto;
}

.order_now a {
	padding-top:			15px;
	color:					#414141;
	text-decoration:		none;
	display:				block;
	font-size:				20px;
}

.order_text {
	font-family:			Georgia, Garamond, serif;
	color:					#4C5A7F;
}