﻿body
{
    font-family:Verdana;    
}

#footer {
overflow:hidden;
display:inline-block;
}

#sub-section {
overflow:hidden;
display:inline-block
}

#content {
overflow:hidden;
display:inline-block
}

#header {
overflow:hidden;
display:inline-block
}
#menu
{
 	overflow:auto;
	display:inline-block 
}
/* safari and opera need this */
#header {width:100%;text-align:center}
#menu {float:left; width:15%}
#content {float:left; width:81%}
#footer {width:100%}
#sub-section {float:left; width:2.0%}
#footer {clear:left}

.hrUL
{color:#A9122A;background-color:#A9122A;}

.hrSep
{margin-bottom:0px; float:left; color:#DFE3FA; background-color:#DFE3FA; width:100%; border:0px;Height:1px;}

