/*
popcorn background: #FFCF82
caramel navigation: #B0690F
aussie purple: #731943
aussie green: #2D401E
*/

body {margin: 0; padding: 0; margin-top: 15px; background-color: #FFCF82;}
body, p, td, th, div, blockquote, dl, ul, ol {
	font: 1em "Microsoft Sans Serif", "Helvetica Neue", Arial, sans-serif;
	color: #010103;
}
#wrapper {
	margin-right:auto;
	margin-left:auto;
	width:800px;
}
#header .table {
	width:800px;
	height: 65px;
	padding:0;
	margin:0;
}
.specialnotice {
	font-size:102%;
	color:#FF0000;
	text-align:center;
	font-weight:bold;
}
.link {
	font-size:12px;
	color: #2D401E;
}
.hotlink {
	font-size:14px;
	color: #731943;
}
.caramel {color: #010103; background-color: #B0690F;}
.caramelfont {color: #B0690F; background-color: #FFCF82;}
.carameldarkfont {color: #975501; background-color: #FFCF82;}
.italics {font-style:italic;}
.bold {font-weight:bold;}
.small {font-size:12px;}
.medium {font-size:90%;}
.green {color: #2D401E; background-color: #FFCF82;} 