* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 100%;
	background: #000 url('../images/background.jpg') no-repeat 50% 0;
}

#container {
	width: 779px;
	float: left;
}

#wrapper {
	width: 779px;
	margin: 0 auto;
	text-align: left;
}

a#email_link {
	float: left;
	display: inline;
	width: 372px;
	height: 605px;
}
	
#news {
	float: left;
	width: 377px;
	display: inline;
	margin-top: 134px;
	margin-left: 30px;
	
}

p {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #ccc;
	font-family: Georgia, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.divider {
	float: left;
	clear: both;
	display: inline;
	width: 358px;
	height: 24px;
	padding: 15px 0 15px 0;
	background: transparent url('../images/divider.gif') no-repeat 0 0;	
}

.date {
	font-family: Georgia, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #f2a427;
	font-size: 16px;
	margin-right: 10px;
}

.title {
	float: left;
	clear: both;
	display: inline;
	width: 300px;
	font-family: Georgia, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #ccc;
}

.title2 {
	float: left;
	clear: both;
	display: inline;
	line-height: 16px;
	color: #f2a427;
	font-family: Georgia, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccc;
}

#copyright {
	
	text-align: right;
	width: 779px;
	color: #333;
	font-size: 10px;
	padding-bottom: 20px;	
}

.no_margin {
	margin: 0;
}

p a {
	color: #f2a427;
}

a {
	outline: none;	
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.hidden {
	display: none;
	left: -999px;
}