@import url(fonts.css);

html, body {
	height: 100%;
}

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

p {
	padding: 0;
	margin: 0;
}

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

div#page div#head {
	height: 250px;
	background-image: url(../../../images/bg-header.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #646464;
}

div#page div#head div#home {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #fe0421;
	padding-top: 15px;
	float: left;
	width: 190px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 138%;
}

div#page div#head div#home a {
	margin-left: 15px;
	color: #787878;
	text-decoration: none;
	font-weight: bold;
}

div#page div#head a#logo {
	float: left;
	margin-left: 380px;
}

div#page div#main {
	float: left;
	width: 760px;
	padding-bottom: 50px;
	padding-top: 44px;
	overflow: hidden;
}

div#page div#navigation {
	float: left;
	width: 190px;
	overflow: hidden;
	min-height: 300px;
}

div#page div#main #content {
	margin-left: 50px;
	width: 600px;
}

div#page div#pageclear {
	clear: left;
	height: 1px;
	font-size: 0;
	line-height: 1px;
	width: 100%;
}
