/* CSS Document */
body{
width: 800px;
height: 100%;
font-family: Verdana, Geneva, sans-serif; 
font-size: 13px;
background-image: url(images/aubergine.jpg);
background-color: #FFFFFF;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}

#header {
	float: left;
	height: 174px;
	width: 680px;
	background-color: #000;
}

#menu {
	float: right;	
	height: 149px;
	width: 110px;
	vertical-align: middle;
	padding-top: 25px;
	padding-right: 10px;
	text-align: right;
	background-color: #000;
}

#menu a {
	text-decoration:none;
	color: #666;
}

#menu a:hover {
	color: #FFF;
}

#content {
color: #666;
background-color: #000;
text-align: justify;
padding-left:70px;
padding-right:70px;
padding-bottom:15px;
width: auto;
}

#content a {
	text-decoration:none;
	color: #FFF;
}

#content a:hover {
	text-decoration: underline;
	color: #330000;
}

#content h1{
	color: #FFF;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}

#content2 {
color: #666;
background-color: #000;
text-align: justify;
padding-left:180px;
padding-right:180px;
padding-bottom:15px;
}

#content2 a {
	text-decoration:none;
	color: #FFF;
}

#content2 a:hover {
	text-decoration: underline;
	color: #330000;
}

.content {
	color: #666;
	background-color: #000;
	text-align: center;
	padding-left:180px;
	padding-right:180px;
	padding-bottom:15px;
}

.content a {
	text-decoration:none;
	color: #CCC;
}

.content a:hover {
	text-decoration: underline;
	color: #330000;
}

.content2 {
	color: #666;
	background-color: #000;
	text-align: right;
}

.content2 a {
	text-decoration:none;
	color: #CCC;
}

.content2 a:hover {
	text-decoration: underline;
	color: #330000;
}

#image {
	text-align: center;
	background-color: #000;
}
	
#slogan {
		text-align: center;
		background-color: #000;
		color: #FFF;
		font-style: italic;
}

#footer {
	height: 50px;
	width: 800px;
	background-color: #000;
	text-align: center;
	font-size: 10px;
	color: #666;
	}

#footer a {
text-decoration:none;
color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #330000;
}