#content {
	position: relative;
	width: 900px;
	height: 640px;
	margin: 18px auto 12px;
	border: solid 1px #999;
	background-color: #FFF;
}
#content-left {
	float: left;
	width: 500px;
	height: 640px;
}
#title {
	width: 500px;
	text-align: center;
}
#description {
	margin: 24px;
}
#nav {
	text-align: center;
	word-spacing: 20px;
}
#factory {
	text-align: center;
	vertical-align: bottom;
}
#content-right {
	float: right;
	width: 400px;
}
#bottle {
	float: left;
	text-align: center;
	vertical-align: bottom;
}
#beaupals {
	float: right;
	margin-right: 12px;
	text-align: center;
}
.section-title { font-variant: small-caps; }
a:link    { color: #600; text-decoration: none;      } /* unvisited link */
a:visited { color: #600; text-decoration: none;      } /* visited link */
a:hover   { color: #660; text-decoration: underline; } /* mouse over link */
a:active  { color: #960; text-decoration: underline; } /* selected link */
body {
	background: #E00 url('../images/nukeskull.png') repeat;
	color: #666;
	margin-top: 0;
	line-height: 1.3em;
	font-size: 16px;
	font-family: "Georgia", Times, sans-serif;
	font-weight: normal;
}
