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;
	padding-bottom: 5px;
	width: 100%;
	text-align: right;
}

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

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

.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: 4px 10px 0px 13px;
	margin: 0px 0px;
	border: 0px;
}

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

img.page {
    margin-left: 40px;
    margin-top: 40px;
}

img#footer
{
    margin-right: 10px;
    padding-top: 9px;
}

.footer {
	text-align: right;
}

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;
}

h1 
{
    font-family: "Helvetica", "Arial", "Sans";
}

div.main 
{
    width: 100%;
    background-color:#b3a99f;
    padding-bottom: 40px;
    text-align: center;
}