html {
	font: 13px arial;
	height:100%;
}

body {
	text-align: center;
	background-color: #CC9933;
	margin: 0 auto;
}

body a:link { color:#000; text-decoration:underline; }
body a:visited, body a:active { color:#524A18; text-decoration:underline; }
body a:hover { color:#333300; }

table {
	font: 13px arial;
}

ul {
	list-style: none;
	padding: 0;
	margin:0;
}
li {
	padding: 0 0 6px 0;
}

h1 {
	font:bold 16px arial; 
	font-style:italic; 
	color:#932D23; 
	margin:0;
}

h3{
	font: bold 16px arial;
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
}
h3 a {
	font: bold 16px arial;
}

h4{
	font: bold 12px arial;
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
}
h4 a {
	font: bold 12px arial;
}

#navLink {
	text-align:center;
}
#navLink a {
	padding: 0 6px 0 6px;	
}

#container {
	background-color:#000; 
	width:740px; 
	margin:24px auto; 
	text-align:center;
}

#content {
	width:630px; 
	background-color:#CC9933; 
	margin:0 auto; 
	text-align:center;
}
	#content a:link { color:#747474; text-decoration:none; }
	#content a:visited, #content a:active { color:#524A18; text-decoration:none; }
	#content a:hover { color:#747474; text-decoration: underline }