

body {
 background-color: white;
 margin: 20px;
 padding: 0;
 font-size: 1.1em;
 font-family: verdana, arial, helvetica, sans-serif;
}
h1 {
 font-family: verdana, arial, helvetica, sans-serif;
 margin: 0 0 15px 0;
 padding: 0;
 color: #D04607;
}
h2 {
 font-family: verdana, arial, helvetica, sans-serif;
 margin: 0 0 5px 0;
 padding: 0;
 font-size: 1.1em;
}
p {
 font-family: verdana, arial, helvetica, sans-serif;
 line-height: 1.1em;
 margin: 0 0 16px 0;
 padding: 0;
}
.content>p {
 margin: 0;
}
.content>p+p {
 text-indent: 30px;
}
a {
 color: teal;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: 600;
 text-decoration: none;
}
a:link {
 color: #000000;
}
a:visited {
 color: #D04607;
}
a:hover {
 background-color: #eeeeee;
}
/* All the content boxes belong to the content class. */
.content {
 position: relative;
 width: auto;
 min-width: 750px;
 margin: 0 300px 20px 170px;
 text-align: center;
 border: 1px solid black;
 background-color: white;
 padding: 10px;
 z-index: 3;
}

.menu {
 position: relative;
 width: auto;
 min-width: 750px;
 margin: 0 300px 20px 170px;
 text-align: center;
 font-size: 0.7em;
 background-color: white;
 padding: 10px;
 z-index: 3;
}

.content_ad {
 position: relative;
 width: auto;
 margin: 0 300px 20px 170px;
 text-align: center;
 font-size: 1.0em;
 background-color: white;
 padding: 10px;
 z-index: 3;
}

.arial12l  {
	font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
	font-size : 12px;
	line-height: 12px;
	font-weight : 300;
	text-align: left;
}

.arial12c  {
	font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
	font-size : 12px;
	line-height: 12px;
	font-weight : 300;
	text-align: center;
}

#navleft {
 position: absolute;
 width: 400px;
 top: 180px;
 left: 20px;
 font-size: 0.9em;
 border: 1px dashed black;
 background-color: white;
 padding: 10px;
 z-index: 2;
}

#image2 {
 position: relative;
 margin-left: auto;
 margin-right: auto;
}

#image {
 position: relative;
 width: auto;
 min-width: 600px;
 margin: 0 300px 20px 170px;
 text-align: center;
 border: 1px solid black;
 background-color: white;
 padding: 10px;
 z-index: 3;

}

#contact { 
 margin-left: auto;
 margin-right: auto
}

#navright {
 position: absolute;
 width: 168px;
 top: 20px;
 right: 20px;
 border: 1px dashed black;
 background-color: #eee;
 padding: 10px;
 z-index: 1;
}