body{
	font-family: 'Tw Cen MT';
	text-align: center;
	margin: 10px 0;
}

div#main_container{
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}

div#header{
	margin: 0;
	padding: 0;
	font-size: 145pt;
	color: #eac601;
    text-align: center;
}

.content{ 
	color: #908f8f;
	font-size: 1.1em;
}

a{
text-decoration: none;
}

.content a:link, .content a:visited
{
	color: #565454;
	border-bottom: 1px dotted #eac601;
}

.content a:hover, .content a:active
{
	color: #eac601;
	border-bottom: 1px dotted #eac601;
}

div#contactDetails{
	color: #908f8f;
	text-align: center;
	width: 100%;
	border-top: 5px solid #eac601;
	float: left; 
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
