a {
	color : #CC0000;
}

body {
	background-color : #FFDD99;
	background-attachment : fixed;
	background-image : url(images/corner.gif);
	background-position : top left;
	background-repeat : no-repeat;
	margin : 0;
	padding : 20px;
}

hr {
	color : #FF9900;
	height : 1px;
}

img {
	border : 0;
}

li, ol, p, ul {
	background-color : transparent;
	color : #660000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	line-height : 150%;
}

ul li {
	list-style : url(images/arrow.gif);
	margin : 0;
}

ul {
	margin : 0 0 0 13px;
	padding : 0;
}

.center {
	text-align : center;
}

#Header, #Menu {
	background-color : #000000;
	background-image : none;
	color : #FFDD99;
	margin : 0;
	padding : 0 10px;
}

#Header {
	background-image : url(images/header_background.gif);
	background-position : top right;
	background-repeat : no-repeat;
	padding : 8px;
}

#Menu a, #Menu li, #Menu p {
	background-color : transparent;
	color : #FF9900;
	font-size : 7pt;
	font-weight : bold;
	line-height : 150%;
	margin : 0;
	text-decoration : none;
}

#Menu p {
	color : #FFDD99;
}