body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #a4ced1;
	background-image: url(images/decorative.gif);
	background-repeat: repeat-y;
}

form {
	margin: 0px;
}

table {
	border: 0px;
	width: 100%;
}

div, td {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #342820;
	vertical-align:top;
}

#pretty {
	position:absolute;
	width: 600px;
	height: 600px;
	left: 220px;
	top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

#content {
	position: absolute;
	top: 130px;
	left: 220px;
	width: 480px;
	padding: 10px;
	border: 1px dotted #9fa93f;
	background-color: #b9d2d4;
	z-index: 1;
}

#logo {
	position:absolute;
	width: 200px;
	height: 130px;
	left: 0px;
	top: 80px;
}

.smaller {
	text-align: right;
	font-size: 10px;
	clear:both;
}
.bigger {
	font-size: 15px;
	font-weight: bold;
}

img {
	border: 0px;
}


a {
	color: #889136;
	text-decoration: none;
}
.menu {
	font-size: 20px;
	color: #342820;
}
a.menu:hover {
	color: #889136;
	text-decoration: underline;
}
a:hover {
	color: #342820;
	text-decoration: underline;
}