* {
padding: 0;
margin: 0;
}

body
{
color: #000;
background: #5B0915 url(/i/hospital/tile4.jpg) repeat; 
text-align: center;                     
}


/***************************
main pieces
main, footer, header
**************************/
#container {
width: 780px;
margin: .5em auto;
padding: 0;
border: 1px solid #000;
background: #fff;
text-align: left;
background: transparent url(/i/hospital/bgStripe.gif) 0 0 repeat-y;
}
#content {
color: #000;
font-family: Arial, Helvetica, sans-serif;
background: transparent url(/i/hospital/leftSide3.jpg) 0 -2px no-repeat;
font-size: .85em;
}
#main {
margin-top: 20px;
background: transparent;
      float:right;
      width: 70%;

padding: 0 15px;  
/**************
Underscore Hack
**************/
min-height: 600px;
height: auto;
_height: 600px;

line-height: 1.3em;

      }

#header
{
background: #ff0000 url(/i/hospital/header3.jpg) 0 0 no-repeat;  
width: 100%;
height: 106px;
text-indent: -9000px;
}


#footer {
clear: both;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 3px;
border-top: #fff solid 2px;
border-bottom: #fff solid 2px;
background: #000;
font-size: .7em;
color: #fff;
}


.clear {
clear: both;
}
/*********************
Side
********************/
#side {

      float:left;
      width: 25%;
color: black;
 font-size: 1em;

 padding-left: .5em;
      }


/**************
Images
**************/
img.border	{

	background-color: #fff;

	border: 1px solid #999;

	padding: 4px;
margin: 0 3px;
	}
.left {
float: left;
}
.right {
float: right;
}
/***************
Main Nav
**************/
#mainNav {
	padding-left: 50px;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;/**/
	background: #000;	
}
 ul#navlist
{
	margin: 0;
	padding: 0;

	list-style-type: none;
	white-space: nowrap;
	/*height: 1.4em;*/
	width: 100%;

	text-transform: uppercase;
	font-size: .6em;
}

ul#navlist li
{
float: left;

font-family: arial, verdana, arial, sans-serif;

font-weight: bold;
margin: 0;
padding: .4em 0;
/*background-color: #eef4f1;*/
/*border-top: 1px solid #e0ede9;
border-bottom: 1px solid #e0ede9;*/
}
ul#navlist:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#navlist a, #navlist a:link
{
margin: 0;
padding: .4em 2em;
color: #fff;
border-right: 2px solid #000;
border-left: 2px solid #000;
text-decoration: none;
}

ul#navlist li#active
{
/*color: #95bbae;
background-color: #deebe5;*/
}

#navlist a:hover
{
color: #fff;
background-color: #666;
border-right: 2px solid #fff;
border-left: 2px solid #fff;
}
/***************
html elements
**************/
#content h1, h2, h3, p {
margin-top: .3em;
}

h1 { line-height: 1em; }

/*************
seal logo
**************/
img#seal {
 margin: 700px 5px 5px 5px;
}
