/* @override http://localhost/~Fabio/CGR/css/style.css */

html {
	background-color: #000;
	color: ;
	font: 14px/14px 'Helvetica';
}

body {
	width: 1000px;
}

#header {
	height: 150px;
	margin: 20px;
}

#logo {
	background: url('../img/logo.png') no-repeat top left;
	cursor: pointer;
	display: block;
	height: 150px;
	width: 150px;
	margin-left: 95px;
}

#menu {
	float: left;
	margin-right: 10px;
	padding: 20px 0;
	padding-right: 9px;
	border-right: solid 1px #fff;
	text-align: right;
	width: 180px;
}

#menu a {
	font-size: 11px;
}

.hover a {
	color: #fff;
}

#content {
	float: left;
	width: 800px;
	padding: 20px 0;
}

#footer {
	clear: both;
	border-top: solid 1px #999;
	padding: 5px;
	font-size: 11px;
	text-align: center;
	margin: 10px 20px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #f00;
	margin-bottom: 15px;
}

p, li {
	font-size: 13px;
	line-height: 16px;
}

#content p+p {
	margin-top: 10px;
}

#content ul,
#content ol {
	margin: 10px 20px;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 20px;
}

#content ul:last-child,
#content ol:last-child {
	margin-bottom: 0;
}

#content ol {
	margin-left: 20px;
	list-style-type: upper-roman;
}

#content ul+ol {
	margin-top: 5px;
}

#content ul li+li {
	margin-top: 10px;
}

a {
	color: #999;
}

a:hover {
	color: #f00;
}

.list, form {
	display: block;
	float: left;
	width: 800px;
}

.list li+li {
	margin-top: 10px;
}

p, span, li {
	color: #fff;
}

textarea {
	width: 100%;
	height: 500px;
}

.hover {
		color: #fff;
}