@charset "UTF-8";
body {
	background-color: #d7c087;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(background.png);
	background-repeat: repeat-x;
	background-position: top;
}
div.column ul {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 0px;
}
div.column ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 80px;
}
div#name {
	color: #3B5B84;
	text-align: center;
	font-size: 72px;
	font-style: italic;
	padding: 160px 80px 20px 80px;
	background-color: #7EA3CC;
}

div#name a {
	color: #3B5B84;
	text-decoration:none;
}
div#again {
	margin: 80px 0px 80px 0px;
	text-align:center;
}
a.again {
	text-transform: uppercase;
	color: #7E6931;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 3px;
	padding: 12px;
}

div.about {
	width:560px;
	position:absolute;
	left:-300px;
	margin:200px 0px 0px 50%;
	font-size: 11px;
	line-height: 1.5;
	text-align: justify;
	text-indent: 30px;
	border-style: double;
	border-color: #A4956C;
	border-width: 3px 3px 0px 3px;
	padding: 20px 20px 200px 20px;
	background-color: #FEF3D6;
	display:none;
}
div.about h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
	letter-spacing:2px;
	text-indent:0px;
	clear:both;
}
div.about a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
div.column h2 {
	text-indent: 0px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin:0px 0px 10px 0px;
	border-bottom: 1px dotted #A4956C;
	padding: 40px 0px 5px 0px;
	color:#70633C;
	clear: both;
}

div.column p {clear:both;}
a.little {
	font-size:10px;
	letter-spacing:1px;
	color: #aa9152;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.5;
}
div.about center {text-indent:0px; margin:20px 0px 20px 0px;}
div.about textarea {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #000;
}