* { 
	margin:0;
	padding:0;
}

body {
	background:#000;
	color:#b5b300;
	font-size:small;
}

a img {
	border:0;
}

#left {
	width:40%;
	background:url(left.jpg) no-repeat top right;
}

#right {
	width:40%;
	background:url(right.jpg) no-repeat top left;
}

#content_left {
	width:418px;
	min-width:418px;
	vertical-align:top;
}

#content_right {
	width:587px;
	min-width:587px;
	vertical-align:top;
}


#middle {
	height:878px;
	vertical-align:top;
}

#middle td {
	vertical-align:top;

}


#menu {
	background:url(menu.jpg) no-repeat top left;
	padding-top:50px;
}

#menu a {
	display:block;
	width:250px;
	height:40px;
	float:right;
	clear:right;
}

#content {
	background:url(content_bg.jpg) no-repeat;
	padding:0 95px 0 20px;
	text-align:justify;
	font-family:Trebuchet MS, Calibri, Arial, Tahoma, Verdana, sans-serif;
}

#content p {
	margin-bottom:1.4em;
}

#content strong {
	color:#85e330;
}

#content h1 {
	margin-bottom:1em;
	color:#1eff00;
}

#content a {
	color:#e4e100;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}
