﻿* {
	margin: 0;
	padding: 0;
}

html {
	overflow:-moz-scrollbars-vertical;
}

body {
	color: #666;
}

div#header {
	background: url("images/head.jpg") #fff repeat-x top left;
	margin: 0;
}

div#title {
	background-color: #000;
}

div#title h1 {
	width: 800px;
	margin: 0 auto;
	padding: 5px 0;
	color: #fff;
}

div#title h1 a {
	color: #fff;
	text-decoration: none;
}

div#wrapper {
	width: 800px;
	margin: 0 auto;
}

div#main {
	background: url("images/main_bg.jpg") #fff no-repeat;
	min-height: 600px;
}

div#content {
	width: 400px;
	float: right;
	margin: 10px 0 0 0;
}

div#content h2 {
	color: #333;
	margin: 0 0 20px 0;
}

div#content p {
	margin: 0 0 1em 0;
}

div#menu {
	float: left;
	margin: 10px 0 0 20px;
}
 
div#menu ul {
	list-style-type: none;
	font-weight: bold;
	color: #000;
}

div#menu ul li {
	line-height: 150%;
}

div#menu ul a {
	color: #fff;
}

div#menu ul a:hover {
	color: #f00;
}