<style type="text/css">

/* html body tag style */
body {
    margin: 0px;
    padding: 0px;
}

/* h1 tag style */
h1 {
    margin: 0px;
    padding: 0px;
	font-size:15pt;
    /*font-family: Georgia;*/
    
    /*color: #10443d;*/
}

/* CSS Style Rule for Div having id="outer-container" */
/* outer-container will hold the whole assembly of
   nested div overlays. */
/* It will also center align the design */   
#outer-container {
    width: 960px;
	
    margin: 0 auto;
	background-color: #D3DBDB;
	
}

#headertext {
	width:960px;
	height:162px;
	font-family:Lucida Grande;
	color:#CC6600;
	font-size:160%;
	font-style:bold;
	outline-color:#C03;
	background-color:white;
	background-image:url(http://cmcannualsurgerycme.com/images/header.png);
	
}

/* footer CSS Style Rule */
#header {
    width: 960px;
    height: 151px;
	background-image:url(http://cmcannualsurgerycme.com/images/cmc_header_multiple.png);
}

/* footer CSS Style Rule */
#footer {
    width: 960px;
	height: 50px;
	/*background-image:url(http://cmcannualsurgerycme.com/images/design_footer.png);*/
	background-color: #e4e4e4;
	
}

/* content-container CSS Style Rule */
/* It will hold the main content of the page. */
/* it is the middle column */
/* in this 3 columns div layout */   
#content-container {
    width: 709px;
	height:inherit;
    /*height: 560px;*/
    background-color: #e4e4e4;
	
    /*margin: 2px 0px 2px 0px;*/
    float: left;
	/*color: #10443d;*/
}

#content {
	width:709px;
	height:700px;
	background-color:#e4e4e4;
	/*margin-left:10px;
	margin: 0px 0px 0px 0px;*/
	float:right;
	font-family:Lucida Grande;
	background-image:url(http://cmcannualsurgerycme.com/images/watermark.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	background-position:center;
	line-height:150%;
}

/* left sidebar that is the left side column of */
/* 3 columns div layout */   
#left-sidebar {
    width: 251px;
	height:694px;
    /*height: 560px;*/
   background-color: #D3DBDB;
    /*margin: 2px 2px 2px 0px;*/
    float: left;
	a:visited {color:#FFF}
}

/* right sidebar that is the right side column of */
/* 3 columns div layout */       
#right-sidebar {
    width: 175px;
    height: 400px;
    background-color: navy;
    /*margin: 2px 0px 2px 2px;*/
    float: left;
}

/* Top navigation CSS Style Rule */
#top-Nav {
    width: 990px;
    background-color: black;
    /*margin: 2px 0px 0px 0px;*/
}

#navigation {width:250px; font-size:16px; font-family:Georgia;}
#navigation ul {margin:15px; padding:0px; background-color:#666;}
#navigation ul li {
	height:25px;
	line-height:25px;
	list-style:none;
	padding-left:10px;
	
	color:#FFF;
	border-top:#fff solid;
	border-bottom:#fff solid;
	border-width:1px;
	cursor:pointer;
	a:visited {color:#FFF}
}

#navigation ul li:hover {background-color:#F90; position:relative;}
#navigation ul ls { a:visited {background-color:#036;} }



</style>