/* ---------------------------------------*/
/* GENERAL STUFF */
/* ---------------------------------------*/
* {
	margin:0px;
	padding:0px;
}
html, img {
	border:none;
}
body {
	font-size:.8em;
	font-family:sans-serif;
	background-color:#332730;
}

/* ---------------------------------------*/
/* GLOBAL POSITIONING */
/* ---------------------------------------*/
.max {
	width:900px;
	margin:0px auto;
}
.a1 {
	text-align:left;
}
.a2 {
	text-align:center;
}
.a3 {
	text-align:right;
}
.b1 {
	float:left;
}
.b2 {
	float:right;
}

/* ---------------------------------------*/
/* TYPOGRAPHY */
/* ---------------------------------------*/
h1, h2, h3 {
	font-weight:normal;
	letter-spacing:-1px;
}

/* ---------------------------------------*/
/* NAVIGATION */
/* ---------------------------------------*/
#top{
	padding:20px;
}
#top_nav{
	height:40px;
	overflow:hidden;
	background-color:#57324F;
}
#top_nav li{
	float:left;
	display:block;
}
#top_nav span a:link, #top_nav span a:visited{
	color:#FFF;
	display:block;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0px;
	text-decoration:none;
	padding:12px 20px;
}
#top_nav a:hover{
	background-repeat:no-repeat;
	background-position:bottom center;
	background-image:url(images/menu_bottom.jpg);
}
#top_nav a:active, .selected{
	background-repeat:no-repeat;
	background-position:top center;
	background-image:url(images/menu_top.jpg);
}
#top_search input{
	margin:0px;
	border:none;
	overflow:hidden;
	background-color:#332730;
}
#search_bar{
	height:18px;
	width:194px;
	padding:6px;
	font-size:14px;
	background-repeat:no-repeat;
	background-image:url(images/search_bar.jpg);
}
#search_go{
	width:27px;
	height:30px;
}
/* ---------------------------------------*/
/* LAYOUT */
/* ---------------------------------------*/
#words {
	color:#252728;
	padding-bottom:40px;
	background-color:#E7F0F2;
}
#words .max {
	padding:20px 0px;
}
#lonely_page {
	font-size:36px;
	margin-top:100px;
	text-align:center;
	margin-bottom:50px;
}
#message{
	color:#FFF;
	padding:5px;
	margin-bottom:20px;
	background-color:#7F4676;
	border:#B66FAA 1px solid;
}
#foot {
	color:#E7F0F2;
	border-top:#57324F 3px solid;
}
#foot .max {
	padding:20px;
}
#foot_links{
	margin-bottom:15px;
}
#foot_links a:link, #foot_links a:visited{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#foot_links a:hover{
	text-decoration:underline;
}
