/*///////////////////////////////////////////////////////////////////////
/
/	Author: 		Claudio Casoni
/	Date:			03.03.2007
/	Description:	CSS-Stylesheet - Layout
/
///////////////////////////////////////////////////////////////////////*/

body {
	background-color: #000000;
	color: #CCCCCC;
}

#center {
	top:36px;
	left:50%;
	width: 900px;
	position:absolute;
	border: 0px solid #00FF00;
	margin: 10px 0px 0px -450px;
}

#border {
	margin-left:0px;
	padding:0px;
	width:900px;
	border-top:1px solid #FF9900;
	border-right:1px solid #FF9900;
	position:relative;
}

#right {
	border: 0px solid #00FF00;
	width: 460px;
	margin: 8px 8px 0px 432px;
}

#logo {
	border: 0px solid #FF0000;
	left: 655px;
	top: 12px;
	position: absolute;
}

#mainImage {
	border: 0px solid #FF0000;
	width: 460px;
	height:388px;
}

#navigation {
	width: 397px;
	height: 70px;
	margin: 5px 0px 0px 63px;
	border: 0px solid #FFFF00; 
	padding: 0px; 
}

#footer {
	color:#84122d;
	margin: 0px;
	padding: 40px 0px 30px 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:16px;
	text-decoration:none;
}

#footer a {
	-moz-outline:none;
	color: #84122d;
	text-decoration: none;
}

#footer a:hover{
	color: #84122d;
}

.breaker {
	clear: both;
}
