body {
	background:#333;
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
	margin:0;
	padding:0;
}

#container {
	width:750px;
	background:#decfc9;
	padding:0px;
	margin:10px auto 10px auto;
}

#header {
	background:url(http://www.vonrudens.com/images/graphics/top750.jpg) top left no-repeat #fff;
	width:744px;
 	height:156px;
	margin:0;
	padding:0;
        border-left-width:3px;
        border-right-width:3px;
        border-top-width:3px;
        border-bottom-width:0px;
        border-color:black;
        border-style:solid;
}

#header h1 {
        font-family:"book antiqua";
	color:#361e1e;
	margin:0px;
	padding:10px;
	font-weight:normal;
	font-size:24pt;
}



#nav {
	margin:0 0 0 0;
        padding:0 0 0 0;
	height:35px;
	width:744px;
        background:url(http://www.vonrudens.com/images/graphics/nav_off.jpg) top left repeat-x #2f446a;
        border-right-width:3px;
        border-bottom-width:0px;
        border-top-width:0px;
        border-left-width:3px;
        border-color:black;
        border-style:solid;
}

#nav li {
	list-style:none;
        float:right;
	margin:0;
	padding:0;
	display:inline;
}

#nav li a {
	color:#ac7b78;
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
	padding:0 10px 0 10px;
	display:block;
	margin:0;
	line-height:33px;
	overflow:hidden;
	float:left;
}

#nav li a:hover {
	background:url(http://www.vonrudens.com/images/graphics/nav_on.jpg) top left repeat-x;
}




#content {
        padding:15px;
        border-left-width:3px;
        border-right-width:3px;
        border-bottom-width:3px;
        border-top-width:0px;
        border-color:black;
        border-style:solid;
}

#content h2 {
	font-size:20pt;
	color:#000000;
	font-family: georgia, times, serif;
	font-weight:normal;
	margin:0;
	padding:0;
}


p {
        font-family:georgia, "bookman old style", garamond, "palatino linotype";
	font-size:12pt;
        border-width:34px;
        border-color:#ffffff;
}


hr {
        width:95%;
        clear:both;
        margin:0px 0px 0px 0px; 
        padding:0px 0px 0px 0px; 
        border-top: #5073b0 1px solid;
        border-bottom: black 1px solid;
        border-left-width: 0px;
        border-right-width: 0px;
        height: 1px;
        margin-left:auto;
        margin-right:auto; 
}

a:link {
	color:#5579b9;
        text-decoration:none;
}

a:visited {
	color:#5579b9;
        text-decoration:none;
}

a:active{
	color:#9eb5ff;
        text-decoration:none;
}


a:hover {
	color:#6f9ef2;
	background:#e6e1d3;
        text-decoration:overline underline;
}

