body {
	margin:50px 100px 20px 100px;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:small;
	background-color:white;
	text-align:center;
}

#mainframe {
	width:900px;
	margin:auto;
	text-align:left;
}

#logo {
	margin-bottom:70px;
}

#navi {
	float:right;
}

#navi a {
	display:block;
	text-align:right;
}

.content {
	margin-left:125px;
	width:640px;
	border-top:1px solid black;
	padding:10px 5px 10px 5px;
	clear:both;
}

#foot {
	margin-left:125px;
	width:640px;
	border-top:1px solid black;
	padding:0px 5px 10px 5px;
	clear:both;
	font-size:xx-small;
	text-align:right;
	color:#999999;
}

#foot a {
	color:#cc9999;
	text-decoration:none;
}

h1 {
	margin-left:125px;
	width:640px;
	padding:0px 5px;
	margin-bottom:2px;
	text-transform:uppercase;
	letter-spacing:0.2em;
	text-align:left;
}

h2 {
	clear:both;
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-size:small;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#990000;
}

.text {
	width:380px;
	margin-bottom:1em;
	text-align:justify;
	clear:both;
}

.textLeft {
	width:380px;
	margin-bottom:1em;
	text-align:justify;
	clear:left;
	float:left;
}

.textRight {
	width:380px;
	margin-bottom:1em;
	text-align:justify;
	clear:right;
	float:right;
}

.decoImgRight {
	clear:right;
	float:right;
	border:none;
}

.decoImgLeft {
	clear:left;
	float:left;
	border:none;
	
}

ul, ol {
	margin-right:15px;
}