@charset "utf-8";
/* CSS Document */

html,body{margin:0;padding:0}

body{font: 76% arial,sans-serif;text-align:center;
background-color:#494949; color: #cccccc;}

p{margin:0 10px 10px}

a{display:inline;
color: #7B343E
}

div#header {
width: 100%;
height:184px;
line-height:80px;
margin:0;
padding-left:0px;
background-image:url(media/banner.gif);
}

div#container{
text-align:left;
color:#CCCCCC;
}

div#content p{line-height:1.4}

div#navigation{background:#B9CAFF}

div#extra{
margin-left: 250px;
background:#000000}

div#footer{background: #333;color: #FFF}

div#footer p{margin:0;padding:5px 10px}

div#container{
width:900px;
margin:0 auto;
background-color:#000000;
}

#back_home {
	height: 109px;
	width: 109px;
	margin-left: 34px;
	margin-top: 16px;
	top: 33px;
	border: none;
}

#navigation{
position: absolute;
top: 5px;
left: 50px;
height: 40px;
width: 800px;
}

div#extra{width:400px}

div#footer{clear:both;
width:100%;
background-image:url(media/bg3.gif);
height: 21px;
}

A.white:LINK {
color : #CCCCCC;
text-decoration: none;
}

A.white:VISITED {
color : #CCCCCC;
text-decoration : none;
}

A.white:HOVER {
color:#000000;
text-decoration : none;
}

A.white:ACTIVE {
	color : #CCCCCC;
	text-decoration : none;
	background-color: #000000;

} 

