html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

    background: #000 url("../images/layout/top.jpg") top center no-repeat;

	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 9pt;

	text-align: center;
}

body#subpage { 
    background-image: url("../images/layout/top_small1.jpg");
}

div.frame {
	width: 940px;

	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 30px;

	text-align: left;

    position: relative;
}

#head { 
    height: 524px;

    border: 0px solid red;
}

#subpage #head { 
    height: 390px;
}

#logo { 
    border: 0px solid red;

    width: 170px;
    height: 130px;

    margin-top: 0px;
}

#logo a { 
    display: block;
    width: 100%;
    height: 100%;
}

#contact { 
    display: none;

    padding-left: 24px;
}

#contact address { 
    color: #d6d6d6;
    
    margin-bottom: 4px;
}

#contact .label { 
    color: #531;
    font-size: 0.9em;

    line-height: 80%;
}

#contact .value, #contact .value a { 
    color: black;
 }

#contact .phone { 
    font-size: 1.2em;
    font-weight: bolder;
}

#content { 
    border-left: 1px solid #A23026;
    border-right: 1px solid #65B039;

    margin: 0 40px 20px 180px;
    padding: 20px;
}

#main .frame { 
    padding: 0;
}

#footer { 
    padding-top: 30px;
}
