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

body {
	background-color: #362F29;
	font-family:Arial;
	text-align:center;
	margin:15px auto;
	width:900px;
}

h1 {
	font-size:30px;
	color:#000000;
	margin:0px 0px 10px 0px;
	padding:20px 0px 20px 0px;
	border-top:20px solid #FFBE01;
	border-bottom:2px solid #FFBE01;
}

h2 {
	font-size:18px;
	color:#000000;
	font-weight:normal;
	margin:20px 0px 10px 0px;
}

p {
	font-size:14px;
	color:#000000;
	margin-bottom:10px;
	line-height:20px;
}

ul {
	font-size:14px;
	color:#000000;
	margin:0px 10px 10px 20px;
	line-height:18px;
}

a {
	color:#555555;
}

a:hover {
	color:#000000;
}

#wrapper {
	width:882px;
	border:1px solid #dddddd;
	background-color:#eeeeee;
	padding:8px 8px 30px 8px;
	text-align:left;
}

#page {
	width:864px; 
	background-color:#ffffff;
	padding:8px;
}

#footer {
	margin-top:10px;
	float:right;
}

#footer p {
	font-size:12px;
	color:#cccccc;

	}
	
	#footer a {
		color:#cccccc;
		text-decoration:none;
		}

		#footer a:hover {
			color:#ffffff;
			text-decoration:underline;
		}

.tableTopMenu {
	width:100%;
	margin-bottom:20px;
}

.tableTopMenu td {
	padding:5px;
	font-size:14px;
	color:#555555;
}

.tableTopMenu a {
	color:#555555;
	text-decoration:none;
}

.tableTopMenu a:hover {
	color:#000000;
}
