@font-face {
    font-family: "Trajan Pro";
    src: url(TrajanPro-Regular.otf);
}
ul.main {
	margin-top: 0px;
}
ul.main li {
	width: 180px;
	display:block;
	float: left;
	list-style-type: none;
	font-family: "Trajan Pro";
	font-size: 22px;
	margin-top: -5px;
}
ul.main li a {
	color: #93836b;
	text-decoration: none;
	padding: 10px;
}
ul.main li a:hover {
	color: #FFF;
	background-image: url(images/bgbutton.png);
	background-repeat: no-repeat;
	background-position: center;
}
a.contact {
	font-size: 20px;
}
li.contact {
	padding-bottom: 2px;
}
a#thisPage {
	color: #FFF;
	background-image: url(images/bgbutton.png);
	background-repeat: no-repeat;
	background-position: center;
}
div#logoImage {
	position: absolute;
	top:-45px;
	left: 310px;
	z-index:10;
}
div#logoImage img {
	z-index: 10;
}
div#leftColumn {
	width:430px;
	height:585px;
	float: left;
	padding: 10px;
}
div#rightColumn {
	width:430px;
	height:585px;
	float: left;
	padding: 10px;
}
div#menuBox {
	width:1000px;
	margin:0px auto;
	margin-top:50px;
	text-align:center;
}
div#aboutLeft {
	width:260px;
	height:585px;
	float: left;
	padding: 10px;
}
div#aboutRight {
	width:430px;
	height:585px;
	float: left;
	padding: 10px;
}
div#contactLeft {
	width:430px;
	height:585px;
	float: left;
	padding: 10px;
}
div#contactRight {
	width:430px;
	height:585px;
	float: left;
	padding: 10px;
}
p.title {
	font-family: "Trajan Pro";
	color: #888a92;
}