@charset "UTF-8";
#logo {
	width: 200px;
	padding-top: 60px;
	padding-left: 15px;
}
#menu {
	width: 200px;
	padding-top: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
}
#content {
	width: 400px;
}
#top_bg {
	width: 220px;
	float: left;
	margin-right: 10px;
}
#right {
	padding-top: 90px;
	float: left;
	padding-left: 15%;
}
#center {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding-bottom: 25px;
}
#wrap {
}
body {
	background-image: url(images/typewriter_28.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	background-color: #FFFFFF;
}
.head {
	color: #3A302E;
	font-weight: bolder;
	font-size: 24px;
}
a:link {
	color: #3E3634;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3E3634;
}
a:hover {
	text-decoration: none;
	color: #3E3634;
	font-weight: bold;	
}
a:active {
	text-decoration: none;
	color: #3E3634;
	font-weight: bold;
}
.separator {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3A302E;
}
#left {
}
.longlist {
	padding-left: 10px;
}
