html, body {
	padding: 0;
	margin: 0;
	}
	
body {
	background-image: url(img/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #dfd7ca;
	text-align: center;
	}

body, table {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #454a4b;
	line-height: 22px;
	}
	
#container {
	width: 900px;
	background-color: #fff;
	margin: 0px auto;
	margin-bottom: 40px;
	border-bottom: 10px solid #aea595;
	overflow: hidden;
	text-align: left;
	}	
	
#header {
	width: 900px;
	height: 135px;
	}
	
#headerlogo {
	float: left;
	width:590px;
	height: 135px;
	}
	
#headernumbers {
	float: right;
	width: 170px;
	height: 80px;
	margin: 40px 20px 0px 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #424242;
	text-align: right;
	}
	
#nav {
	width: 900px;
	height: 40px;
	margin: 0px;
	float:left;
	width:100%;
	background-color: #80a9cb;
	list-style-type:none;
	}

#nav ul {
    padding:0;
	margin-left:10px;
	line-height: 1.3em;
	}	
	
#nav li {
	display:inline;
	padding:0;
	margin:0;
	}
	
#nav a:link,
#nav a:visited {
	color: #fff;
	padding: 13px 20px 11px 20px;
	float:left;
	width:auto;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica sans-serif;
	}
	
#nav a:hover,
#nav a:focus {
	color: #fff;
	background: #7b91a3;
	text-decoration: underline;
	}
	
#home #nav-home a,
#clinical #nav-clinical a,
#phase #nav-phase a,
#team #nav-team a,
#appointments #nav-appointments a,
#directions #nav-directions a,
#contact #nav-contact a {
	background:#7b91a3;
	color:#fff;
	}

#home #nav-home hover,
#clinical #nav-clinical hover,
#phase #nav-phase hover,
#team #nav-team hover,
#appointments #nav-appointments hover,
#directions #nav-directions hover,
#contact #nav-contact hover {
	background:#7b91a3;
	}
	
#nav a:active {
	background:#7b91a3;
	color:#fff;
	}

#maincontainer {
	float: left;
	width: 870px;
	padding: 20px 15px 15px 15px;
	}
	
#bodytextcontainer {
	float: left;
	width: 560px;
    border-left: 1px solid #e1d9cb;
    padding: 0px 0px 0px 20px; 
	margin-left: 20px;
	}
	
#sidenavcontainer {
	float: left;
	width: 235px;
	}	
	
#footer {
    float: left;
	width: 870px;
	margin-left: 15px;
	border-top: 1px solid #7b91a3;
	}
	
#footerlinks {
	width: 870px;
	text-align: center;
	}
	
#footerlinks p {
	font-size: 11px;
    line-height: 2.5em;
	}

#footerlinks a {
	color: #454a4b;
	font-weight: normal;
	text-decoration: none;
	}

#footerlinks a:hover {
	text-decoration: underline;
	}	

a {
	color: #2a5c86;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
h2 {
	font-size: 22px;
	font-family: Georgia, Garamond, Bookman, Serif;
	color: #2a5c86;
	margin-top: 0px;
	}

h3 {
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: strong;
	color: #80745f;
	}
	
p {
	margin: 0px;	
	padding-bottom: 14px;
	}
	
ul {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #454a4b;
	line-height: 1.8em;
	}
	
table {
	border:1px solid #bdbdbd;
	margin:20px 0;
	border-bottom:none;
	border-right:none;
	padding:0;
	margin:0;
	border-spacing:0;
	}
	
tr, td {
	padding:1px 5px;
	border-bottom:#bdbdbd 1px solid;
	border-right:#bdbdbd 1px solid;
	padding:4px;
	margin:0;
	border-spacing:0;
	vertical-align: top;
	}

th {
	font-weight: bold;
    padding:1px 5px;
	border-bottom:#bdbdbd 1px solid;
	border-right:#bdbdbd 1px solid;
	padding:4px;
	margin:0;
	border-spacing:0;
    text-align: left;
	}
