@import url(fonts.css);

html, body {
	height: 100%;
}

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

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    min-height: 100%;
    width: 960px;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
    
}

body.cms_editpage div#page {
    background-image: url(../images/bg_cms.jpg);
}

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

div#background {
	padding: 0 20px;
	min-height: 600px;
    background-image: url(../images/bg_head.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

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

/* iE6 Hack */
* html div#logo {
	left: 20px;
}

div#logo img {
	border: 0;
}

body.cms_editpage div#background {
    background-image: url(../images/bg_head_cms.jpg);
    background-position: top center;    
}

/* iE6 Hack */
* html div#background {
	height: 600px;
}

div#background div#search {
	height: 133px;
	width: 960px;
}

div#background div#search form {
	padding: 0;
	margin: 0;
	padding-top: 42px;
	padding-left: 771px;
}

div#background div#search img {
	border: 0;
	float: left;
	border: 1px solid #7f9db9;	
	border-left: 0;
}

div#background div#search input.search {
	width: 120px;
	height: 16px;
	padding: 2px;
	line-height: 123.1%;
	float: left;
	padding: 0;
	padding-left: 2px;
}

div#background div#navigation {
	width: 190px;
	margin-top: 85px;
	padding-left: 42px;
	float: left;
}

/* iE6 Hack */
* html div#background div#navigation {
	padding-left: 62px;
}

div#background div#content {
	width: 650px;
	min-height: 400px;
	margin-left: 20px;
	float: left;
	font-size: 85%;
	line-height: 131%;
	overflow: hidden;
	padding-bottom: 40px;
}

/* iE6 Hack */
* html div#background div#content {
	width: 655px;
}

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

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

div#footer div {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	width: 630px;
	margin-left: 282px;
	padding-top: 4px;
	color: white;
	font-size: 68%;
}

div#footer div a {
	color: white;
}

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

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

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






