body {
	text-align: center;
	min-width: 760px;
	/*background: #3f3f3f;*/
	background: #3f3f3f;   /*background: #E4E4E4; This is like a lighter grey*/
	/*background: #3D3D3B;*/
	/*background-image:url('images/archive/Frederic_021.jpg');*/
	/*background-image:url('images/Frederic_042-1.jpg');*/
	/*background: #423433 url('images/Frederic_021-1.jpg');*/
	/*background-image:url('images/archive/Frederic_159-1.jpg') ;*/
	/*background-image:url('images/archive/Frederic_001-1.jpg') ;*/
	/*background-image:url('images/archive/Frederic_026-1-1350.jpg') ;*/
	/*background-image:url('images/archive/Frederic_025-1-1350.jpg') ;*/
	/*background-image:url('images/archive/Frederic_024-1-1350.jpg') ;*/
}

div#wrapper {
		margin: 0 auto;
		margin-top: 100px;
		border: 1px solid #ffffff;
		width: 960px;
		/*background: #423433 url('images/runner.gif');*/
        background: #423433;
		background-position: bottom right;
		background-repeat: no-repeat;
		
}

html>body div#wrapper {
		height: 100%;
		min-height: 600px;
		overflow: auto;
}

div#logo {
     float: left;
     height: 410px;
     position: relative;
     top: -10px;

     margin-bottom: -10px;


     width: 150px;
     border-right: 1px solid #ffffff;
     border-bottom: 1px solid #ffffff;
     background: #5d5048;
     background-position: center;
     background-repeat: no-repeat;
 }

div#indent {
    margin-left: 20px;/*or whatever indentation size you want*/
}

html>body div#logo {
		height: 100%;
		min-height: 394px;
}

h2 {
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
}

b {
		color: #ffffff;
		font-weight: bold;
}

div#footer {
		width: 760px;
		clear: both;
		margin: 0 auto;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 1.1pt;
		padding-top: 20px;
		text-align: right;
}

div#footer A {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
}

div#footer a:hover {
		text-decoration: underline;
}


div#content a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
}

div#content a:hover {
		text-decoration: underline;
}


h1 {
		color: #bbc6b6;
		font-weight: bold;
		font-size: 15px;
}
div#content {
		text-align: left;
        line-height: 177%;
		padding: 15px 150px 15px 15px;
		float: right;
		width: 600px;
		height: 100%;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 9pt;
		font-weight: normal;
		color: #ffffff;
}

html>body div#content {
		min-height: 500px;
		height: 100%;
    /*background-image:url('images/restaurant.jpg');*/
}

div#topbar {
		height: 144px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		text-align: left;
		padding-left: 5px;
		padding-top: 10px;
		color: #ffffff;
		letter-spacing: 1.1pt;
		border-bottom: 1px solid #ffffff;
		clear: left;
}

div#menu {
		float: right;
		width: 760px;
}

div#menu A {
		display: block;
		width: 136px;
		position: relative;
		left:0px;
		top: -10px;
		z-index: 50;
		float: left;
		border: 1px solid #ffffff;
		height: 25px;
		background: #998c84;
		background-position: center left;
		background-repeat: no-repeat;
		font-family: trebuchet ms,arial,verdana;
		text-align: center;
		font-size: 14px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 3px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
}

div#menu a:hover {
		background: #423433;
		background-position: center left;
		background-repeat: no-repeat;
		color: #bbc6b6;
}

A.active {
    background: #C7B8A1 !important;
}
