	body,
	html {
		margin:0;
		padding:0;
        color: #000;

		
	}
	body {
		min-width:750px;
background-color:#603814;
font-family:arial;
font-size:12px;
	}

.email a {
	color: #f6e4d0;
	text-decoration: underline;

}

.email a:hover {
	color: #E3AB6C;
	text-decoration: underline;


}


/**main structure level one**/

	#wrap {
	background:#fffbe6;
	margin:10px auto;
	width:750px;
	border-top: 1px solid #603814;
	border-right: 1px solid #603814;
	border-left: 1px solid #603814;
	border-bottom: 1px solid #603814;
	}

	#main {
		background:#fffbe6 url(bimage.gif) no-repeat center center;
		width:750px;
		height: 500px;
	}

	#header {
		background:#603814 url(corner.gif) no-repeat left bottom;
width:450px;
float: right;
text-align:right;
	}

#wrapfooter {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #603814;
	background-color: #fffbe6;
clear: both;
width: 750;

}
	#footer {
	background:#603814 url(corner2.gif) no-repeat right top;
width:700px;

		
	}

/**main structure items amended for level two**/

	#wraptwo {
	background:#fffbe6 url(Cranbrook_Osteopathic_Logo_small.jpg) no-repeat left top;
	margin:10px auto;
	width:750px;
	border-top: 1px solid #603814;
	border-right: 1px solid #603814;
	border-left: 1px solid #603814;
	}

	#contentnav{
float: left;
	background-image: url(blankimage2.gif);
	background-repeat: no-repeat;
	background-position: 20px 40px;
	width:210px;
	height: 350px;
	margin-top: 150px;

	}

	#contentimage{
float: right;
	margin-top: 20px;


	}
	#content{
float: right;
	width:500px;
	margin-top: 20px;

	}



/**define headings, paragraphs, lists, links**/

	#header h1 {
    	padding-left:25px;
		padding-top:5px;
padding-bottom:5px;
	    margin:0;
		font-family:Eurostile;
		font-size:16px;
color: #f6e4d0;
    }

	#footer h1 {
	    	padding:5px;
	    margin:0;
		font-family:Eurostile;
		font-size:16px;
color: #f6e4d0;
    }

	#content h1 {
	color: #603814;
		font-family:Eurostile;
		font-size:20px;
	margin-bottom: 0em;
text-align: center;
    }

#content p {
	color: #603814;
	margin-right: 25px;
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1px;
}

#content ul li {
	list-style-position: inside;
	list-style-type: circle;
	color: #603814;



}

#content ul li a {
color: #603814;
text-decoration:underline;
text-align: center;



}

#content ul li a:hover {
color: #E3AB6C;
text-decoration:underline;
text-align: center;



}

/**define navigation level one**/
#nav {
		background:#603814;
		padding:5px;
margin-left: 70px;
margin-top: 60px;
width:70px;
position: absolute;
color: #f6e4d0;
	}
	#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: Eurostile;
	line-height: 25px;
	font-weight: bold;
	font-size: 16px;
	}
	#nav li{
		display:block;
		margin:0;
		padding:0;
	}

#nav li a {
	color: #f6e4d0;
	text-decoration: none;

}

#nav li a:hover {
	color: #E3AB6C;
	text-decoration: underline;

}

#nav li a.selected {
	color: #E3AB6C;
	text-decoration: none;

}

/**define navigation level two**/

#contentnav ul{
	float:left;
	margin-top: 60px;
	list-style:none;
	font-family: Eurostile;
	line-height: 25px;
	font-weight: bold;
	font-size: 16px;


	}
	#contentnav li{
		display:block;
		margin-left:40px;
		padding:0;
	}

#contentnav li a {
	color: #f6e4d0;
	text-decoration: none;

}

#contentnav li a:hover {
	color: #E3AB6C;
	text-decoration: underline;

}

#contentnav li a.selected {
	color: #E3AB6C;
	text-decoration: none;

}
