body { 

	background-color:white;

	font-size:14px; 

	margin:0; 

	padding:0;

	text-align:center;

}



#page {

	margin: 15px auto 0 auto;

	position:relative;

	width:900px;

	height:60px;

}



#left {

	position:absolute;

	left:30px;

	top: 0px;

	text-align:center;

	color:#666666;

	font-family:Arial, Helvetica, sans-serif;

	width:200px;

}



#center {

	padding:0 20px;

	position: absolute;

	top: 0px;

	left: 200px;

	width:460px;

	height:58px;

	text-align: center;

	color: #666666;

	font-family: Arial, Helvetica, sans-serif;

}



#right {

	position:absolute;

	top:0px;

	right:15px;

	display:inline-block;

	color:#666666;

	font-family:Arial, Helvetica, sans-serif;

	text-align:center;

	width:200px;

}



#banner {

	margin: 0 auto;

	background-position:center;

	background-image:url('images/banner.jpg');

	background-repeat:no-repeat;

	position:relative;

	top:10px;

	width:900px;

	height:150px;

}

a{
	text-decoration:underline;
}

a:link {
	color:#666666;
	text-decoration:underline;
}



a:visited {

	text-decoration:underline;
	color:#666666;
}

img {

	border-style: none;

}



#page2 {
	margin: 0 auto;
	position:relative;
	top: 40px;
	width:900px;
}

#left2 {
	position:absolute;
	left:0px;
	top: 0px;
	text-align:center;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
}

#center2 {
	padding:0 20px;
	position: absolute;
	top: 0px;
	left: 200px;
	text-align: center;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	width:460px;
}

.button {
	margin: 0 auto;
	
	padding:10px auto;

	display:block;

	height:35px;

	width:360px;

	text-align:center;

	line-height:35px;

	color:#666666;

	font-size:16px;

	font-weight:bold;

	background-color:#FFFFCC;

	border: thick white solid;
}

.button:link{
	text-decoration:none;
	color:#666666;
}



.button:hover {

	background-color:#FFE697;
	color:black;

}



.button:visited {

	text-decoration:none;

	color:#666666;

}



#right2 {
	font-size:12px;

	position:absolute;

	top:0px;

	right:0px;

	text-align:left;

	color:#666666;

	font-family:Arial, Helvetica, sans-serif;

	width:180px;
}



#footer { 

	text-align:center;

	color:#666666;

}
