body {
	margin:				0;
	padding:			0;
	background-color:	#000000;
	text-align:			center;
	font-family:		Tahoma, Arial;
	color:				#777;
}

h3 {
	margin-top:			-5px;
	color:				#620000;
	text-decoration:	underline;
}

a {
	color:				#777;
	text-decoration:	none;
}

#wrap {
	width:				1000px;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			0;
	margin-bottom:		0;
}

#container {
	width:				800px;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			20;
	margin-bottom:		20;
}

#header {
	width:				800px;
	height:				300px;
	margin:				0;
	padding:			0;
	background:			url(../images/header-1.jpg);
	overflow:			hidden;
}

#logo {
	width:				150px;
	height:				140px;
	margin-top:			90px;
	filter:				alpha(opacity=70);	
	float:				left;
	z-index:			2;
}

#address {
	width:				800px;
	height:				20px;
	text-align:			right;
	color:				#ffffff;
	margin-top:			260px;
	padding-right:		10px;
	background:			#000000;
	filter:				alpha(opacity=60);
	z-index:			2;
}

#content {
	position:			relative;
	float:				left;
	width:				800px;
	height:				50%;
	margin:				0;
	padding:			0;
	background-color:	#620000;
}

#left {
	position:			relative;
	float:				left;
	width:				549px;
	margin:				0;
	padding:			0;
}

#right {
	position:			relative;
	float:				left;
	width:				250px;
	margin:				0;
	padding:			0;
}

.article {
	position:			relative;
	margin-left:		10px;
	margin-right:		10px;
	margin-top:			10px;
	margin-bottom:		10px;
	padding:			10px;
	border:				1px solid #777;
	background-color:	#000;
	text-align:			left;
	overflow:			hidden;
}
