body {
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #cfcfcf;
	background-image: url('images/gradient-background.jpg');
	background-repeat: repeat-x;
}

h1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #dc6e94;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0;
}

h2 {
	font-size: 14px;
	color: #dc6e94;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

#outer-border {
	border: solid 1px white;
	width: 800px;
	margin: 10px auto;
}

#main {
	background-color: #fff;
	border: solid 1px #666;
	background-image: url('images/main-background.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#top-half {
	height: 200px;
	border-bottom: solid 1px #666;
	background-image: url('images/outerspace-logo.gif');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#top-left {
	height: 200px;
	width: 250px;
	background-color: #dc6e94;
	border-left: solid 1px #666;
	float: right;
	background-image: url('images/backs.jpg');
	background-position: center;
}

#bottom-half {

}

#textarea {
	width: 776px;
	margin: 0 auto 250px auto;
}

#navigation {
	width: 140px;
	float: left;
	margin-right: 10px;
	background: white;
}

.menu-list {
	margin-bottom: 5px;
}

#navigation .menu-list a {
	margin-bottom: 1px;
	border: solid 1px white;
	border-bottom: 0px;
	padding: 5px;
	background-color: #dd6c91;
	color: white;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#navigation .menu-list a:hover {
	background-color: #edafc4;
}

#content {
	width: 580px;
	float: left;
}

#contact-details {
	height: 200px;
	width: 200px;
	margin-top: -20px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #dc6e94;
	border: solid 1px #666;
	float: right;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: white;
}

.quote {
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
}	