body {
	margin: 0px;
	padding: 0px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #3E392F;
}
#mainwrap {
	background-image: url(background_home.jpg);
	width: 919px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	background-color: #FFFFFF;
}
#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E0E0E0;
	padding: 10px;
	font-size: x-small;
}

#menu {
	text-align: right;
	width: 375px;
	padding-right: 10px;
	padding-top: 60px;
	font-size: large;
	float: left;
}

#url {
	text-align: right;
	width: 375px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: large;
	padding-top: 390px;
}
#content {
	margin-left: 400px;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 360px;
	text-align: justify;
	padding-left: 10px;
	font-size: small;
	line-height: 18px;
}
#contentwide {

	margin-left: 400px;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 480px;
	text-align: justify;
	padding-left: 10px;
	font-size: small;
	line-height: 18px;
}
#header {
	text-align: right;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

a:link {
	color:#3E392F;
	text-decoration: none;
}    /* unvisited link */
a:visited {
	color:#6F6653;
	text-decoration: none;
} /* visited link */
a:hover {
	color:#6F6653;
	text-decoration: underline;
}   /* mouse over link */
a.menu:link {
	color: #ffffff;
	text-decoration: none;
}
a.menu:visited {
	color: #DDD9D0;
	text-decoration: none;
}
a.menu:hover {
	color: #CBC6B8;
	text-decoration: underline;
}a.content:link {
	text-decoration: none;
	font-weight: bold;
}
a.content:visited {
	text-decoration: none;
	font-weight: bold;
}
h2 {
	font-size: large;
	padding-bottom: 12px;
	text-align: right;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.image {
	padding: 5px;
	float: left;
	text-align: center;
}
.clearboth {
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}
