@charset "utf-8";
/* CSS Document */

body {
	background: #8c7c67 url(../i/bg-body.gif) repeat-x; 
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;

}

#slartibartfast {
	margin: auto;
	width: 860px;
	background: transparent url(../i/bg-slarti.gif) repeat-y;
}
#contentwrapper {
	width: 840px;
	margin: 0; padding: 0;
	
}
#content {
	background: transparent (../i/bg-content.gif) repeat-y;
	margin-left: 229px;
	padding-top: 15px;
	
}
#content h1 {
	margin-top: 0;
	font-size: 1.7em;
	color: #736859;
	background-color: transparent;
	font-weight: normal;
}
#content h2 {
	color: #5a5247;
	background-color: transparent;
	font-weight: bold;
	font-size: 1.15em;
	padding-left: 7px;
}
#content h3 {
	font-weight: bold;
	font-size: 1em;	
	color: #342f28;
	background-color: transparent;
	padding-left: 30px;
}
#content p, #content li {
	font-size: .9em;
	line-height: 1.4em;
	color: #342f28;
	background-color: transparent;
}
#content p {padding-left: 30px;}
#content img {
	border: none;
	padding-left: 7px;
	padding-right: 7px;
}
#content ul {
	list-style-type: square;
}
#content a {font-weight: bold;}
#content a:link {background-color: transparent; color: #000; text-decoration: none;}
#content a:visited {color: #342f28; background-color: transparent; text-decoration: underline;}
#content a:hover {color: #924895; background-color: transparent; text-decoration: underline;}
#sidebar {
	float: left;
	width: 200px; 
	margin-left: 15px;
	background-color: transparent;
	color: #fff;
	font-size: .8em;
	padding-top: 1px;
}
#sidebar h2 {
	margin-top: 0;
	text-align: center;
	}
#sidebar img {
border: 1px solid #736859;
}
#sidebar li {
	line-height: 1.3em;
}
#sidebar ul {
list-style-type:square;
line-height: 1.8px;
}
#sidebar a {text-decoration: none;}
#sidebar a:link, #sidebar a:visited {background-color: transparent; color: #fff;}
#sidebar a:hover {color: #FFCC00; background-color: transparent;}
#menu {
	height: 26px;
	width: 841px;
	margin-left: 8px;	
	background: transparent url(../i/bg-menu.gif) no-repeat; 
	text-align: center;
	color: #fff;

}
#menu a {text-transform:uppercase; text-decoration: none; font-size: .77em; padding-left: 11px; padding-right: 11px;}
#menu a:link, #menu a:visited {color: #fff; background-color: transparent;}
#menu a:hover {color: #fc0; background-color: transparent;}
#header {
	width: 840px;
	height: 200px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-color: #fff;
}
#footer {
	height: 18px;
	width: 841px;
	margin-left: 8px;
	background: #736859;
	border-top: 2px solid #fff;
	color: #fff;
	padding-top: 7px;
	text-align: center;
	font-size: .74em;
}
#footer a:link, #footer a:visited {
	color: #fff; text-decoration: underline; background-color: transparent;
}
#footer a:hover {
	color: #FFCC00; text-decoration: none; background-color: transparent;
}
.pipe {font-size: .4em;}
.center {text-align: center;}
.fr {float: right;}
.lr {float: left;}
