/* Layout and positioning */
body {
	margin: 0;
	padding: 0;
	background: #EDC6F4 url(../images/marm2.gif) 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 #000080;
}
#contentCell img {
	margin: 0 8px 5px 8px;
}

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

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

/* 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: #EDC6F4;	/* Menu links */
	color: purple;
	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: #C950DE;
	color: #EDC6F4;
}

/* Current Page's menu item */
#menu li a.currentPage, #menu li a.currentPage:link, #menu li a.currentPage:visited {			
	background: #C950DE;
	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: #500050;
}
#bannerCell input {
	font-size: larger;
	/*width: 80%;*/
}
h3 {
	font-size: 125%;
	font-weight: normal;
	background: #E19EED;
	padding: 5px;
	border: 1px solid #CC66FF;
	clear: both;
}
.small {
	font-size: 80%;
	font-weight: bold;
}

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

/* Colors */
#menuCell {
	background: #E19EED;
}
#contentCell {
	border-left: 3px double #000080;
}
input {
	background-color: #E19EED;
	border-color: #C950DE;
}
a:link, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}