body {
	margin-left:200px;
	margin-top:90px;
	background-color:#3E2E3C;
	background-image:url(pics/bg.jpg);
	background-repeat:no-repeat;
}

h1 {
	font-family: Guardi, Times New Roman, serif;
	font-weight: 100;
	font-size: 46px;
	color: #000;
	margin: 0px;
	margin-bottom: -5px;
}

h2 {
	font-family: Guardi, Times New Roman, serif;
         font-weight: 100;
         font-size: 24px;
         color: #000;
         margin: 0px;
}

h3 {
	font-family: Guardi, Times New Roman, serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	margin: 0px;
	font-variant: small-caps;
}

h4{
	font-family: Helvetica, Arial, sans;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	margin: 0px;
}

p, ul, li {
	font-family: Guardi, Times New Roman, serif;
	font-size: 13px;
	line-height: 160%;
	text-align: justify;
	margin-top: 0px;
}

ul, li {
	list-style: none;
}

div {
	font-family: Helvetica, Arial, sans;
    font-size: 11px;
}

.menu-item {
	font-size: 16px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}
         
.content
{
	padding: 4px 10px;
	background-color: white;
	width: 700px;
	background-image:url(pics/paper.gif);
	border-top: 1px solid black;
	border-bottom: 2px solid black;
}

.container
{
 	width: 700px;
}

.top-header
{
	padding-bottom: 5px;
	border-bottom: 2px solid #500;
}

.text
{
	margin-right: 10px;
	margin-top: 5px;
	border-left: 1px dotted #500;
	padding-top: 5px;
	padding-left: 20px;
}

.menu
{
	font-family: Helvetica, Arial, sans;
	font-size: 16px;
	width: 192px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #500;
}

.submenu {
	font-size: 12px;
	padding-left: 5px;
}

.subentry {
	font-style: italic;
	font-size: 12px;
	padding-left: 5px;
}

.text-container
{
	float: right;
	width: 498px;
	margin: 0px;
	margin-bottom: 5px;
}

.gallery
{
	float: right;
	padding: 5px;
	width: 120px;
}

.txtflow
{
	padding-right: 150px;
}

.txtflowm
{
	padding-right: 150px;
	line-height: 100%;
}

.wtxtflow
{
	padding-right: 30px;
}

p a:link, p a:visited, .txtflow a:link, .txtflow a:visited, .wtxtflow a:link, .wtxtflow a:visited, .gallery a:link, .gallery a:visited
{
	color: #500;
	text-decoration: none;	
}

p a:hover, .txtflow a:hover, .wtxtflow a:hover
{
	color: #C00;
	text-decoration: underline;
}

.gallery a:hover
{
	text-decoration: none;
}