/* Layout and positioning */
body {
	margin: 0;
	padding: 0;
	background: #FFE1BF url(../images/mungo_background.jpg) no-repeat fixed 65% 65%;
}
#mainLayout {
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}
#bannerCell {
	height: 104px;
}
#menuCell {
	width: 180px;
	vertical-align: top;
}
#contentCell {
	padding: 10px;
	vertical-align: top;
	border-bottom: 3px double #B35D00;
}
#contentCell img, #contentCell embed {
	margin: 0 8px 5px 8px;
}

#footerCell {
	background: #FFC280;
	text-align: center;
}

/* Degu World picture at top */
#bannerCell {
	text-align: center;
	border-bottom: 3px double #B35D00;
	background: #FF8500;
}

/* menu */
#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 5px;
}
#menu li a, #menu li a:link, #menu li a:visited {
	display: block;
	padding: 5px;
	text-align: center;
	background: #FFE1BF;	/* Menu links */
	color: #B35D00;
	text-decoration: none;
}
/* IE only because it is wierd */
* html #menu li a, * html #menu li a:link, * html #menu li a:visited {
	width: 100%;
}

/* Menu links when you hover over them */
#menu li a:hover, #menu li a:focus, #menu li a:active {			
	background: #FF8500;
	color: #EDC6F4;
}

/* Current Page's menu item */
#menu li a.currentPage, #menu li a.currentPage:link, #menu li a.currentPage:visited {			
	background: #FF8500;
	color: #EDC6F4;
}

/* Base font for all text */
td, input, body {
	font-family: "Century Gothic", "Bookman Old Style", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #B35D00;
}
#bannerCell input {
	font-size: larger;
	/*width: 90%;*/
}
h3 {
	font-size: 125%;
	font-weight: normal;
	background: #FFC280;
	padding: 5px;
	border: 1px solid #B35D00;
	clear: both;
}
.small {
	font-size: 80%;
	font-weight: bold;
}

#contentCell ul {
	list-style-image: url(../images/foot_small.gif);
}

/* Colors */
#menuCell {
	background: #FFC280;
}
#contentCell {
	border-left: 3px double #B35D00;
}
input {
	background-color: #FFC280;
	border-color: #B35D00;
}
a:link, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.advertBox {
	border: solid 1px #B35D00;
}

