BODY {
	background: #000 url('bg.jpg') repeat-x;
}

#header {
	width: 980px;
	height: 350px;
	margin: 0px auto 0px auto;
	background: transparent url('header.png') no-repeat center -40px;
}
#page {
	width: 980px;
	margin: 0px auto 0px auto;
}
#left {
	float: left;
	width: 230px;
	height: 340px;
	background: transparent url('menu.png') no-repeat -30px -15px;
}
#left H2 {
	margin: 20px 0px 20px 10px;
}
#left UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#left LI {
	width: 150px;
	margin-left: 20px;
	font: 12px arial,helvetica,sans-serif;
	color: #333;
}
#left LI A {
	display: block;
	margin: 5px 0px 5px 0px;
	text-decoration: none;
	color: #333;
}
#left LI A:hover {
	text-decoration: underline;
	color: #999;
}
#content {
	float: left;
	width: 500px;
	min-height: 380px;
	padding: 0px 10px 10px 10px;
	background: #000;
	font: 12px arial,helvetica,sans-serif;
	color: #FFF;
	opacity: 0.8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#content A {
	text-decoration: none;
	color: #999;
}
#content A:hover {
	text-decoration: underline;
	color: #CCC;
}
#content TEXTAREA {
	width: 496px;
}
#right {
	float: left;
	width: 230px;
	height: 340px;
	background: transparent url('menu.png') no-repeat -30px -15px;
}
#right H2 {
	margin: 20px 0px 20px 10px;
}
#right UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#right LI {
	width: 150px;
	margin-left: 20px;
	font: 12px arial,helvetica,sans-serif;
	color: #333;
}
#right LI A {
	display: block;
	margin: 5px 0px 5px 0px;
	text-decoration: none;
	color: #333;
}
#right LI A:hover {
	text-decoration: underline;
	color: #999;
}
#footer {
	width: 960px;
	height: 30px;
	margin: 0px auto 0px auto;
	text-align: center;
	font: 10px arial,helvetica,sans-serif;
	color: #444;
}

