@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fbe571
}

body.normal {
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    min-height: 100%;
    width: 990px;
    background-color: white;
    background-image: url(../images/bg_page.gif);
    background-repeat: repeat-y;
}

/* iE6 Hack */
* html div#page {
	height: 100%;
}

div#top {
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
}

div#head {
	border: 10px solid white;
	height: 151px;	
}

div#head div#logo {
	float: left;
	margin-right: 10px;
}

div#head div#image1 {
	float: left;
	width: 299px;
	height: 151px;
	margin-right: 10px;
}

div#head div#image2 {
	float: left;
	width: 451px;
	height: 151px;
}

div#navigation {
	height: 30px;
	width: 970px;
	margin-top: 0;
	margin-left: 10px;
	background-image: url(../images/navi_bg.gif);
	background-repeat: repeat-x;
	border-bottom: 10px solid white;
}

div#leftbottom {
	float: left;
}

div#leftbottom div#subnavigation {
	width: 200px;
	min-height: 1px;
	padding-left: 10px;
	margin-right: 10px;
}

/* for iE6 */
* html div#leftbottom div#subnavigation {
	height: 1px;
}


div#rightbottom {
	float: left;
}

div#rightbottom div#content {
	width: 730px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	min-height: 520px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 80px;
	line-height: 138.5%;
}

/* for iE6 */
* html div#rightbottom div#content {
	height: 520px;
}

div.clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

div#footer div {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	width: 690px;
	margin-left: 260px;
	padding-top: 4px;
	color: gray;
	font-size: 77%;
	padding-bottom: 15px;
}

div#footer div a {
	color: gray;
}

div#footer div span.left {
	float: left;
}

div#footer div span.right {
	float: right;
}

* html div#footer {
	bottom: 0px;
}

body.cms_editpage div#footer {
	visibility: hidden;
}
