html, body, div.container {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body div.container {
	height: auto;
}

html 
{
/*    scrollbar-base-color:#f6dba3;
    scrollbar-face-color: #cd2020; 
    scrollbar-darkshadow-color: #000000; 
    scrollbar-highlight-color: E27C7C; 
    scrollbar-3dlight-color: #ffffff; 
    scrollbar-arrow-color: #000000; 
    scrollbar-track-color: #f6dba3; 
    scrollbar-shadow-color:#002020;*/
}
/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
    background-color:#ffffff;
}

div.container {
	position: absolute;
	top: 0;
	left: 50%;
    width: 780px;
    margin-left: -390px;

}

div.header 
{
    height:88px;
    vertical-align:middle;
}
div.logo 
{
    float:left;
    width:243px;
    height:72px;
    margin-top:16px;
    vertical-align:middle;
}

div.topnav 
{
    float:right;
    text-align:right;
    height:52px;
    margin-top:36px;
    vertical-align:middle;
}

div.middle 
{
/*    min-height:100%px;   */
}

div.menu 
{
    float:left;
    width:185px;
    height:250px;
}

div.menublack 
{
    float:left;
    width:16px;
    height:169px;
    background-color:#000000;
    margin-top:0px;
}

div.menumain 
{
    float:right;
    width:167px;
    background-color:#cd2020;
}

div.menufooter 
{
    padding-left:18px;
}

div.contact 
{
    padding-top:100px;
}
div.maincontent 
{
    float:right;
    padding: 0 0 0 0px;
    text-align:left;
    width:579px;
}

div.gallery 
{
    height:170px;
}

div.content 
{
    margin-top:15px;
}

div.footer {
	position: absolute;
	p\osition: relative;
	bottom: 0;
	text-align: center;
	padding: 0 0;
	height:88px;
	left: 50%;
    width: 780px;
    margin-left: -390px;
}
div[class="footer"] 
{
    margin-top:100%;
    height:22px;
}
/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */

div.main {
	margin-bottom: 88px;
	height: auto;
}

