@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	width: 800px;
	position: relative;
	background: #FFF;
	text-align: left;
}

#header {
	background-image: url(images/header.jpg);
	height: 220px;
}

#header_text {
	padding-top: 165px;
	padding-left: 600px;
	font-family: "Tahoma";
	font-size: 13px;
	text-align: left;
}

#menu {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 450px;
	background: #FFF url(images/nav_bg.jpg) no-repeat;
}

#nav {
	margin: 0;
	padding: 10px 0 20px 0;
	text-align: left;
	list-style: none;
}

#nav a {
	margin-top: 15px;
	padding-left: 10px;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#nav a:hover {
	background: url(images/nav_hover.jpg) repeat-y;
	color: #FFF;
}

#content {
	position: relative;
	float: right;
	width: 640px;
	margin: 20px 0 20px 0;
}

#footer {
	position: relative;
	clear: both;
	height: 20px;
	background: url(images/footer_bg.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.copy {
	float: left;
}

.design {
	float: right;
}

.design a {
	text-decoration: none;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.q {
	margin-left: 10px;
	padding-top: 10px;
	font-weight: bold;
}

.a {
	margin-left: 10px;
	padding-left: 10px;
}

.board li {
	list-style: none;
	margin-top: 20px;
}

a:hover {
	color: #FFF;
	background-color: #06C;
}

img {
	margin: 0 0 10px 10px;
	border: 1px #DDD solid;
}
