body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	background-color: #008200;
	}

a.title {
	font-weight: normal;
	font-size: 14px;
	color: #D2D89C;
	text-decoration: none;
	}
	
a {
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	}

a:hover {
	background-color: #000;
	}
	
div#bubbletext a:link, div#bubbletext a:visited {
	font-weight: normal;
	font-size: 11px;
	color: #008200;
	text-decoration: none;
	}

div#bubbletext a:hover {
	background-color: #000;
	}

#bubble {
	position:absolute;
	bottom: 5px;
	right: 206px;
	z-index:0;
	}

#bubbletext {
	background-color: #D2D89C;
	width:204px;

	}
	
#face {
	position:absolute;
	bottom: 0px;
	right: 0px;
	z-index:0;
	}

img {
	border:0;
	}

ul {
	padding:0;
	margin:0;
	list-style:none;
	}

#mainnav {
	position:absolute;
	z-index:2;
	padding: 20px 0 20px 20px;
	}

#mainnav a {
	color:#D2D89C;
	}

#mainnav li ul {
	padding-left:15px;
	background-color:#333;
	width:200px;
	}