html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	font-family: Garamond, Times;
	font-size: 10pt;
    #font-size: 11pt;

	text-align: center;

	color: black;

    background: black url("../images/layout/bg_content.gif") top center repeat-y;
}

#wrapper { 
    background: url("../images/layout/background.jpg") top center no-repeat;
}

#page { 
    border: 0px solid red;

    width: 990px;

    margin: 0 auto;

    text-align: left;

    position: relative;
}

#page .minheight { 
    float: left;

    height: 920px;
}

#left { 
    border: 0px solid blue;

    float: left;
    width: 230px;

    padding-top: 20px;
}

#left .frame { 
    padding-left: 20px;
    padding-top: 20px;
}

#left h2 { 
    font-size: 10pt;
}

#logo { 
    width: 200px;
    height: 136px;

    margin: 0;

    background: url("../images/layout/logo.gif") center 40px no-repeat;
}

#logo a { 
    display: block;
    height: 100%;
}

#logo a span { 
    display: none;
}

#menu { 
    margin: 0;

    border: 0px solid red;

    height: 235px;
}

#online { 
    padding-top: 30px;
    padding-left: 2px;

    height: 220px;
}

#online h2, #online p { 
    padding-left: 15px;

    margin: 0;
}

#contact { 
    padding-left: 15px;
}

#contact h3 { 
    font-weight: normal;
    font-size: 12pt;
}

#contact .phone { 
    font-size: 11pt;
    padding: 4px 0;
}

#contact .phone span { 
    color: #829503;
}

#contact .email { 
    font-size: 11pt;
    padding: 4px 0;
}

#main { 
    border: 0px solid red;
    
    float: left;

    width: 640px;

    margin-top: 260px;
}

#main .frame { 
    padding-left: 5px;
}

#content { 
}

#top-image { 
    width: 767px;
    height: 258px;

    position: absolute;
    top: 0;
    left: 216px; /*317*/
    z-index: 1;

    background: url("../images/layout/top_bg.jpg") no-repeat;
}

#top-image2 { 
    width: 103px;
    height: 138px;

    position: absolute;
    top: 258px;
    left: 880px;
    z-index: 1;

    background: url("../images/layout/top_bg_r.jpg") no-repeat;
}

#right {
	float: right;
	
	width: 100px;
	
	margin: 475px 10px 0px 0px;
}

#footer { 
    width: 990px;

    margin: 0 auto;

    border: 0px solid red;

    overflow: hidden;

    background: black;
}

#footer .frame { 
    margin-left: 215px;
    margin-right: 110px;

    padding: 10px;

    border: 0px solid green;

    color: #ccc;
}

#footer a { 
    color: #ccc;
    text-decoration: none;
}

