body {
	background-color: #E4D7CA;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.top {
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 100%;
	padding-top: 10px;
	text-align: right;
}

.menu {
	vertical-align: top; 
	width: 100px; 
	padding: 0px; 
	margin: 0px;
}

.bottom,.bottom2 {
	width: 100%;
	height: 30%;
	margin-bottom: 80;
	text-align: right;
	vertical-align: top;
}

.bottom {
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
	background-position: top left;
}

.frame {
	background-image: url(images/menubackdrop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #B3A99F;
	width: 100%;
	height: 40%;
}

.text {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: white;
	font-family: arial, sans-serif;
	font-size: small;
	text-align: right;
	padding: 0px 12px 0px 10px;
	width: 100%;
}

img#logo {
	padding: 0px 200px 0px 0px;
	margin: 0px 0px;
	border: 0px;
}

img#logo A:link, img#logo A:visited {
	margin: 5px 0px;
	border: 0px;
}

img#footer {
	margin: 5px;
}

h4 {
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
}

A:link, A:visited {
	text-decoration: none;
	color: #F0E3D7;
	font-weight: bold;
}

A:hover {
	text-decoration: underline;
}

