@import "news.css";
@import "nav.css";

* {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0
}

body {
	background-color: #E2C070;
}

#outerspace {
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -375px;
	width: 850px;
}

div#body,
div#head {
	position: absolute;
	width: 100%;
}


div#body {
	top: 250px;
	background-color: #004646;
	min-height:500px;
	height:auto !important;
	height:500px;
}

div#head {
	background-color: #999;
	height: 250px;
}
div#fries {
	position: absolute;
	left: 0px;
	width: 800px;
	height: 250px;
}

div#logo {
	position: absolute;
	top: 0px;
	padding-top: 10px;
	padding-left: 6px;
}


div#content {
	margin-left: 150px;
	width: 700px;
}

div#innercontent {
	padding: 20px;
	background-image: url(../img/fond_content.gif);
	background-color: white;
	background-repeat: no-repeat;
	
	min-height:460px;
	height:auto !important;
	height:500px;
}

div#content div#right {
	float: right;
	margin-left: 20px;
	width: 200px;
}


div#nav {
	position: absolute;
	top: 0;
	width: 150px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color: #004646;
}


h1.livecam {
	background-color: #004646;
	padding: 2px;
	color: white;
	text-align: center;
	margin-bottom: 2px;
}

h1.livecam a {
	color: white;
	text-decoration: none;
}
