/* CSS Document */

body {background-color:#DDD; font-family:Verdana, Arial, Helvetica, sans-serif; padding:0; margin:0;}
#header h1 {
	font-size: 120%;
	margin: 40px 0;
}
#header, #footer {
	text-align: right;
	margin:0 auto;
	width: 800px;	
}
#footer { margin-top:35px;
}
#header #title {
	padding:0; margin:0;

}
#header #title h3 {
	margin: 0px;
	padding: 0px;
}
#content {
	margin: 0px;
	padding: 0px;

	width: 100%;
	background-color: #000000;
	color:#ddd;
	min-height:400px;
}
#content #body #menu ul {
	list-style-type: none;
	margin: 0px 0px 0px 15px;
	text-align: right;
}
#content #body  #menu {
	float: left;
	clear:left;
	width: 200px;
	padding-right: 10px;
	background-color:#000000;
}
#content #body  #menu li {
	margin-top: 2em;
	font-size: 85%;
}


#images {
	width:500px;
	border:none;
	padding:40px 0 0 30px;
	float:right;
	clear:right;
}
#about {
	width:660px;
	margin-left: 175px;
	border:none;
	padding:35px 35px 5px 35px;
	font-size:90%;
}
#content #body  #images .right, #content #body  #images .left {
	margin: 0px;
	padding: 0px;
}
#content #body  #images .right img {
	margin-left: 81px;
	border: 1px solid #DDDDDD;
}
#content  #body #images .left img {
	margin-right: 81px;
	border: 1px solid #DDDDDD;
}
#content #body {

	padding:20px 0;
	margin:0 auto;
	width: 800px;
}
#footer a {
	color: #000000;
	font-weight: bold;
	font-size: 80%;

}
#content #body #menu a {
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
}
#content #body #menu a:hover {
	text-decoration:underline;
}
#content #spacer {
	font-size: 1px;
	background-color: #000000;
	clear: both;
}
#content #body #about p {
	margin-right: 50px;
}

#footer a:hover {
	text-decoration: none;
}
#about a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#about a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

