html {
}

body {
	margin: 0em;
	background-color: #ffffff;
	background-image: url(../images/bg/bg.jpg);
	background-repeat: repeat-x;
	font-family: verdana, helvetica, arial;
}

div#frame {
	width: 40em;
}

div#head {
	width: 100%;
	height: 75px;
	text-align: right;
	background-image: url(../images/head/head.jpg);
	background-repeat: no-repeat;
}

div#bar {
	width: 100%;
	height: 200px;
	text-align: left;
}

div#main {
	margin: 3em 0em 0em 0em;
	width: 100%;
}

div#menu {
	float: left;
	width: 30%;
	text-align: left;
}

div#spacer {
	float: left;
	width: 10%;
}

div#content {
	float: left;
	width: 50%;
	text-align: left;
	font-size: 0.8em;
}

p#footer {
	margin: 7em 0em 3em 0em;
	border-top: 1px solid #000000;
	font-size: 0.7em;
}
