#maincontent {
	width: 800px;
	float: left;
	padding: 10px;
}
#maincontentfirstpage {
	width: 400px;
	float: left;
	padding: 10px;
}
#rightcontent {
	padding: 10px;
	width: 350px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#mainwrapper {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
body {
	font-family: Tahoma, Arial, veredana, helvetica, sans-serif;
	font-size: 80%;
}
#menu {
	height: 30px;
	clear: both;
	padding: 3px;
	margin: 0px;
}
#bottom {
	clear: both;
	height: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	margin-top: 10px;
	text-align: center;
	color: #333333;
	font-size: 85%;
}
h1 {
	font-size: 2em;
	margin: 0px 0px 4px;
	padding: 0px;
}
h2 {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#rightcontent img {
	padding: 3px;
	border: 1px solid #333333;
	margin: 3px;
}



#menu a {
	color: #000000;
	text-decoration: none;
	border: 1px dotted #666666;
	background-color: #D4D0C8;
	padding: 5px 10px;
	font-weight: bold;
	margin: 5px;
}
#menu a:hover {

	color: #000000;
	text-decoration: none;
	border: 1px dotted #666666;
	background-color: #993300;
	padding: 5px 10px;
	font-weight: bold;
	margin: 5px;
}
#header {
	clear: both;
	height: 100px;
	width: 800px;
}

