/* linked to doc structure */
* { margin : 0; padding : 0; }

html {
background-color:#FFFFFF;



}

body {
	color : #666666;
	background-color:#FFFFFF;
	text-align : left;
	width :780px;
	height: 600px;
	background-repeat: no-repeat;
	margin-left: 60px;
	margin-top: 40px;
	background-image: url(images/brownrosecapsandgillsanslog.jpg);
	}

h1 {
padding:0;
margin:0;
}
div#nav_main {
	list-style-type: none;
	width: 230px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 0 0 0 0px;
	position: absolute;
	color: #532C0E;
	margin-left: 70px;
	display: block;
	margin-top: 190px;
	height: 400px;
}
#nav_main ul {
	list-style: none;
	margin-left: 60px;
	line-height: 1.7em;
}
a {
	color: #553215;
	font-weight: bold;
}
 
div#container {
	position : relative;
	margin : 0 auto;
	padding-top : 0px;
	text-align : center;
	width: 800px;
}
 
div#content {
width : 100%; 
padding : 10px 0 0 0; 
overflow : hidden; 

 
}

div#content_main {
	width : 400px;
	padding : 0px 0 0 0;
	background-repeat:no-repeat;
	background-position:top right;
	margin-top: 125px;
	height: 350px;
	margin-left: 400px;
	float: right;
}
div#content_sub {
	display : inline;
	float : right;
	width : 400px;
	margin : 90px 0px 0 400px;
	padding : 5px 0 0px 10;
	overflow : hidden;
	font-size: 11px;
	text-align: inherit;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #61391A;
}
#content_sub li {
	margin: 0.5em 0;
	color: #333333;
}
#content_sub ul {
	list-style-type: none;
	margin: 0;
	margin-left: 2em;
	padding: 0;
	color: #333333;
}


div#site_info {
	position : absolute;
	width : 300px;
	height : auto;
	margin:0;
	background-color:#FFFFFF;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 370px;
	left: 463px;
	top: 322px;
	font-size: 10px;
	margin-left: -20px;
	color: #54371F;
}
