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

body.background {
	background-image: url(../images/bg.gif);
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #c22930;	
}

div#page {
	position: relative;
    margin: auto;
    min-height: 100%;
    width: 960px;
    background-color: white;
    line-height: 161.6%;
}

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

div#head {
	float: left;
	width: 960px;
	height: 298px;
	background: url(../images/head.jpg) no-repeat;
}

div#logo {
	position: absolute;
	left: 8px;
	top: 0px;
}

div#logo img {
	border: 0;
}

div#head div#address {
	line-height: 131%;
}

div#main {
	width: 960px;
	height: auto;
	background: white;
}

div#main div#navigation {
	float: left;
	width: 183px;
	margin-right: 30px;
	padding-left: 37px;
	margin-top: 50px;
}

div#main div#content {
	width: 685px;
	float: left;
	padding-bottom: 50px;
	min-height: 400px;
	height: auto;
}

div.clear {
	height: 1px;
	line-height: 1px;
	font-size: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}

div#footer {
	position: absolute;
	width: 960px;
	height: 20px;
	background: url(../images/line.gif) repeat-x;
	width: 661px;
	margin-left: 260px;
	padding-top: 4px;
	color: gray;
	bottom: 10px;
	left: 0;
	font-size: 93%;
}

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

div#footer a {
	color: gray;
}

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

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

div#footer span.right a {
	color: #ccc;
}

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

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


