html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c8c91;
}

a {
	color: #7c8c91;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #28b2e3;
}

h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 20px;
}

#background {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 1;
}

#spacer {
	display: block;
	height: 95%;
	float: left;
	width: 0.1%; /* 1px would be enough this is for display only */
	font-size: 1px; /* to make sure width is not overridden */
	padding: 0;
	margin: 0;
}

#container {
	background: transparent;
	width: 99.9%;
	float: right;
	position: relative;
	display: block;
	z-index: 1000;
	text-align: center;
}

#menu {
	display: block;
	clear: both;
	width: 100%;
	background: #fff;
	padding: 15px 0px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-transform: uppercase;
}

#menu a {
	color: #000;
	margin: 0px 15px;
}

#menu a:hover {
	text-decoration: underline;
}

#wrapper {
	background: transparent;
	clear: both;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 30px;
}

.main_item {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}

#content {
	background: transparent;
	margin-right: 185px;
	margin-left: 200px;
	font-size: 13px;
}

.date {
	font-size: 15px;
	font-weight: bold;
}

#left {
	float: left;
	width: 160px;
	padding: 0px 20px;
	text-align: center;
}

#left img {
	margin: 5px;
}

#right {
	float: right;
	width: 145px;
	padding: 0px 20px;
}

#right a {
	color: #28b2e3;
	font-weight: bold;
}

#right a:hover {
	text-decoration: underline;
}

#footer {
	margin: 0px auto;
	clear: both;
	height: 50px;
	margin-right: 75px;
	margin-left: 90px;
}
