body {
	background-color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#455C6E;
	padding:15px;
	margin:0px;
	}

a {color: orange;}
a:visited {color:#455C6E;}
a:hover {color: #455C6E;}
a:active { color:#455C6E;}

#navigation a {color: #455C6E;}
#navigation a:visited {color:#455C6E;}
#navigation a:hover {color: #455C6E;}
#navigation a:active { color:#455C6E;}

h1 {
	font-size: 18px;
	text-transform:capitalize;
	padding: 8px 0 8px 0;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 0 0;
	margin:3px 0 -7px 0;
	}
	
h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 0 0;
	margin:3px 0 -7px 0;
	}

h4 {
	font-size: 13px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#455C6E;
	font-weight:bold;
       font-style:italic;
	}

p {
	}

#container {
	width: 900px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #455C6E;
	} 

#subcontainer {
	position: relative;
	width:900px;
	height:1px;
	background-image: url("/media/img/background.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	}
	
#sidebar {
	width:180px;
	float:left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	text-align: center;
	padding: 24px 0 0 0;
	}
	
#name {
	font-size: 16px;
	margin:10px 0 0 0;
	}

#qualifications {
	font-size: 10px;
	margin:2px 0 0 0;
	}
	
#image {	
	width: 140px;
	height: 184px;
	background-image: url("/media/img/deborah_weiler.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	padding:15px 0 0 40px;
}
#occupation	{
	font-size: 16px;
	margin:10px 0 0 0;
	}
	
#phone	{
	font-size: 15px;
	font-weight: 100;
	margin: 3px 0 0 0;
	}

#bamboo {	
	width: 129px;
	height: 316px;
	background-image: url("/media/img/bamboo.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	padding:10px 0 0 40px;
	position:absolute;
	top: -323px;
}

#main {
	float:right;
	width:720px;
	}

#header {
	height:90px;
	}


#links ul li a{
	list-style-type: none;
	text-decoration: none;
	padding:30px 0 0  0;
	margin:0;	
	color: #455c6e;
	}

#links ul{
	float:right;
	list-style-type: none;
	text-decoration: none;
	}

#links {
	padding: 0 55px 0 0;
	position: relative;
	bottom: -40px;
	}




#submain {
	border-left: 2px dotted #7DA5C3;
	padding:0 30px 0 30px;
	min-height:0px;	
	position:relative;
	min-height:600px;
	}
	
#navigation {
	width:642px;
	margin-top: 0pt;
	margin-right: 23px;
	margin-bottom: 0pt;
	margin-left: -10px;
	list-style-type: none;
	border-top: 2px dotted #7DA5C3;
	border-bottom: 2px dotted #7DA5C3;
	position: relative;
	top:-3px;
	overflow:hidden;
	}

#navigation li {
	float: left;
	text-align: left;
	border-right: 2px dotted #7DA5C3;	
	display: inline;
}

#navigation a {
	display: block;
	text-decoration: none;
	text-transform: Capitalize;
	padding: 18px 39px 18px 38px;
}

#navigation li a {
	font-weight:bold;
}

#navigation > li:last-child {
 border-right: none;
}

#content{ 
	position: relative; 
	margin: 5px 10px 5px 15px;
	padding: 15px 35px 15px 15px;
	}
	
#content ul li {
	line-height:1.5;
	}

#footer {
	clear:left;
	margin:10px 50px 0px 20px;
	text-align: right;
	background-color:#455C6E;
	height:30px;
	}
	
#img {
	position:relative;
	left: -207px;	
	}
	
#legal {
	position:relative;
	left: -220px;	
	font-size: 11px;
	
	
	clear:left;
	margin:0px 50px 10px 20px;
	text-align: right;

	}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
