html
{
height: 100%;
}

body
{
margin:0;
height: 100%;
font-family: "Trebuchet MS", trebuchet, tahoma, arial, verdana;
font-size:13px;
background:#d8d8d8 url('bkg.gif') repeat-y center top;
}

#nonFooter
{
position: relative;
min-height: 100%;
width:678px;
margin:0 auto;
}

* html #nonFooter
{
height: 100%;
}

#header {
height:64px;
background:url(banner.jpg);
}
#header h1 {
display:none;
}

#header h2 {
display:none;
}

#menu {
background:#000 url(menumed.gif);
text-align:right;
padding:5px 8px;
color:#61b23f;
}

#menu a {
text-decoration:none;
}

#menu a:link {color: #ffffff;}
#menu a:visited {color: #ffffff;}
#menu a:hover {color: #bdefa8;}
#menu a:active {color: #ffffff;}

#content
{
padding:15px;
}

#content a {
text-decoration:none;
}

#content a:link {color: ##5454e9;}
#content a:visited {color: #5454e9;}
#content a:hover {color: #5d5df0;}
#content a:active {color: #5454e9;}

#content h1 {
color:#5454e9;
font-size:15pt;
line-height:100%;
}

#content h2 {
color:#ba0500;
font-size:13pt;
line-height:100%;
}

#content h3 {
color:#000000;
font-size:12pt;
line-height:100%;
}

#footer
{
margin:0 auto;
width:678px;
background:url(logo.jpg) no-repeat 530px 0;
padding-top:130px;
position: relative;
margin-top: -152px;
}

#footer div {
background:#000 url(menumed.gif);
color:#fff;
text-align:center;
padding:3px;
}

#descriptions {
}

#descriptions h1 {
color:#5454e9;
font-size:15pt;
line-height:100%;
}

#descriptions h2 {
color:#00ff00;
font-size:11pt;
line-height:100%;
}

#descriptions a {
text-decoration:none;
}

#descriptions a:link {color: #05a800;}
#descriptions a:visited {color: #05a800;}
#descriptions a:hover {color: #bdefa8;}
#descriptions a:active {color: #05a800;}
		
#leftcontent {
margin:40px 30px 90px;
height:270px;
}