@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 16px;
	color: #003333;
	background-image: url(images/gold-gradient.jpg);
	 
}

#wrapper {
	text-align: left;
	width: 1350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	
	padding-bottom: 50px;
	padding-left: 3%;
	padding-right: 3%;
}

#header {
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 60px;
	margin-bottom: 30px;
}

#contact {
	clear: both;
	text-align: right;
	font-size: 18px;
}
#main-content {
	
}

#contact-number {
	font-weight: bolder;
}



h1 {
	font-size: 36px;
	line-height: 48px;
	color: #FFFFFF;
	text-align: right;
	font-style: normal;
	font-weight: lighter;
}
#image_box {
	height: 30px;
	margin-top: 8px;
	margin-right: 3px;
	margin-left: 0px;
	padding: 0px;
	float: right;
}
#contact a {
	text-decoration: none;
}
#contact a:link {
	text-decoration: none;
	color: #003333;
}
#contact a:visited {
	text-decoration: none;
	color: #003333;
}
#contact a:active {
	text-decoration: none;
	color: #003333;
}
#contact a:hover {
	text-decoration: none;
	color: #FFFFFF;