@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    min-height: 100%;
    width: 1064px;
    background-repeat: no-repeat;
}

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

div#language {
	padding-right: 100px;
	padding-top: 8px;
}


div#navigation {
	float: left;
	width: 180px;
	margin: 356px 80px 0px 80px;
}

div#content {
	float: left;
	margin-top: 285px;	
	width: 670px;
	line-height: 146.5%;
	padding-bottom: 80px;
}

/* iE6 Hack */
* html div#navigation {
	margin-left: 0;
	padding-left: 80px;
}

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

div#footer {
	position: absolute;
	bottom: 10px;
}

* html div#footer {
	padding-bottom: 10px;
}

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

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;
}
