/* CSS by Nicolas Monguzzi */

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

body {
	text-align: center;
	background-color: black;
	font: .8em Helvetica, Arial, Geneva, Verdana, sans-serif;
}

a:link {
	color: #DC143C;
	text-decoration: none;
}

a:visited {
	color: #DC143C;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: red;
	text-decoration: underline;
	
}

div#header {
	height: 80px;
	color: #DC143C;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	background-image: url(../images_header/rotate.php);
}

div#header p {
	line-height: 80px;
	margin: 0;
	padding-left: 200px;
	color: #DC143C;
	font-size: 1.8em;
}

div#container {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}

div#content {
	float: right;
	width: 600px;
	color: silver;
}

div#content p {
	color: silver;
}

div#navigation {
	float: left;
	width: 195px;
	color: silver;
	padding-top: 17px;
}

div#navigation h2 {
	margin-top: 0;
}

div#extra {
	float: left;
	clear: left;
	width: 200px;
	background-color: gray;
	display: none;
}

div#footer {
	clear: both;
	width: 100%;
	color: silver;
	border-top: 1px solid gray;
}

div#footer p {
	margin: 0 0 0 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

div#photo {
	color: silver;
	float: right;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu {
	margin-bottom: 25px;
}

.menu li {
	border-bottom: 1px solid #323232;
	border-right: 1px solid #323232;
	margin: 5px;
}

.menu a:link {
	color: silver;
	text-decoration: none;
}

.menu a:visited {
	color: silver;
}

.menu a:hover {
	text-decoration: underline;
}

.menu a:active {
	color: #DC143C;
	text-decoration: underline;
}

.menu a.active {
	color: #DC143C;
	text-decoration: none;
}

table#gallery {
	text-align: center;
}

table#gallery td {
	width: 145px;
}

img {
	border: 0;
}

#content img {
	margin-bottom: 10px;
	padding-top: 5px;
}

ul#space li {
	padding-bottom: 9px;
}