/*
 *
 * CARBURARTE Template v0.1
 * 24 november 2006
 *
 * (C) 2006 by Roberto Ostinelli.
 *
*/

* html body {
	overflow: auto;
}

body {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background: #000 url('bg.gif') top repeat-x;
	height: 100%;
}

img {
	border: 0px none;
}


a {
	color: #fff;
	text-decoration: none;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

html>body #wrapper {
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	overflow: visible;
}

.centered {
	height: 50%;
	width: 50%;
	left: 25%;
	top: 25%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}

#welcome {
	width: 310px;
	text-align: center;
	color: #eee;
	margin-left: auto;
	margin-right: auto;
}

#fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

html>body #fixed {
	position: fixed;
}

#photos {
	margin-top: 32px;
	width: 100%;
}

#space {
	width: 212px;
}

#text {
	margin-top: 60px;
	margin-left: 20px;
	font-size: 12px;
	color: #eee;
}

#photos img {
	border: 4px solid #fff;
	margin: 0px 0px 0px 6px;
}

#nav {
	margin-top: 8px;
	margin-right: 10px;
	padding: 10px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	height: 510px;
	color: #647587;
	background: url('navbar.gif') top right no-repeat;
}

#nav .selected {
	color: #fff;
	text-decoration: underline overline;
}

#nav a {
	color: #fff;
}

#nav ul {
	margin-top: 20px;
	list-style-type: none;
	height: 490px;
}

#nav li {
	margin-bottom: 14px;
}

#nav .contact{
	position: absolute;
	right: 20px;
	bottom: 40px;
	color: #f0fe22;
	text-decoration: underline overline;
}


#copyright {
	margin-top: -18px;
	margin-left: 10px;
	color: #bbb;
}

#logo {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}
#logo a {
	color: #fff;
}