body, td {
	font-size:	12px;
	font-family:	tahoma, verdana, sans-serif;
}

a:link, a:visited {
	color:			#CD2B2B;
	text-decoration:	none;
}

a:hover {
	color:			#CD2B2B;
	text-decoration:	underline;
}

li { 
	margin-bottom:	4px;
	margin-top:	2px; 
}

p {
	margin-top:	1px;
	margin-bottom:	10px;
}

h1 {
	text-align:	center;
	color:		#CD2B2B;
	margin:		0px;
	padding:	0px;
	margin-bottom:	5px;
	margin-top:	3px;
}

h2 {
	text-decoration:	underline;
	font-weight:	normal;
	margin:		0px;
	padding:	0px;
	margin-top:	8px;
	margin-bottom:	5px;
}

#main {
	width:		800px;
	position:	absolute;
	left:		50%;
	top:		0px;
	margin-left:	-400px;
}

#header {
	border-left:	1px solid black;
	border-right:	1px solid black;
}

#header img {
	width:		798px;
	height:		150px;
	border:		0px;
	padding:	0px;
	margin:		0px;
}

#navigation {
	border-left:	1px solid black;
	border-right:	1px solid black;
	background:	black;

	text-align:	center;
	padding:	4px;
	color:		#DDDDDD;
	font-size:	14px;
}

#navigation a:link, #navigation a:visited {
	font-weight:	bold;
	color:		#EFEFEF;	
}

#navigation a:hover {
	color:		#CD2B2B;
}

#page {
	border-left:	1px solid black;
	border-right:	1px solid black;
	padding:	5px;
}

#footer {
	border-left:	1px solid black;
	border-right:	1px solid black;
	background:	black;
	padding:	7px;
	color:		#EEE;
}

.note .top {
	margin-top:		-15px;
	margin-left:		-5px;
	clear:			both;
	width:			160px;
	height:			15px;
	background-color:	#c5B09D;
	background-image:	url('http://www.wi-amp.com/v2/images/wamp-boxtop.gif');
	background-position:	top center;
	background-repeat:	no-repeat;
}

.note {
	width:		150px;
	margin-top:	15px;
	padding:	5px;
	padding-top:	0px;
	background-color:	#FFF;
	background-image:	url('http://www.wi-amp.com/v2/images/wamp-boxback.gif');
	background-position:	top left;
	background-repeat:	repeat-x;
}
