* { 
	margin: 0; 
} 

html, body {
	height: 100%;
	width: 100%;
	background-color: EFEFEF;
	background-image: url(/images/background_middle.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
} 

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(/images/background_header.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto -30px;
} 

#header {
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	width: 700px;
	position: top;
}

#content {
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	background-image: url(/images/background_content.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: afcf7b;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

#base, #push { 
   height: 30px; 
} 

P {
	font-family: Arial;
}

li {
	font-family: Arial;
}

ul {
	font-family: Arial;
}

.small {
	font-size: 10px;
}

.whitesmall {
	font-size: 10px;
	color: white;
}

.white {
	color: white;
}

A:link {
	font-family: Arial;
	color: #1e4b60;
	text-decoration: underline;
}

A:visited {
	font-family: Arial;
	color: #6f5c50;
	text-decoration: underline;
}

A:hover {
	font-family: Arial;
	color: #5F9EA0;
	text-decoration: none;
}

A:active {
	font-family: Arial;
	color: #1e4b60;
	text-decoration: underline;
}