@charset "UTF-8";
body {
	margin: 0px auto;
}

a{
	text-decoration: none;
	color: #E17026;
}

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

.site {
	text-align: right;
	width: 786px;
	margin: 0px auto;
}


.main {
	background: url(../images/background.jpg) no-repeat;
	text-align: right;
	width: 786px;
	height: 530px;
	margin: 0px;
}

.logo {
	padding-top: 40px;
	padding-right: 40px;
}

.content {
	background: url(../images/contentBack.gif) no-repeat;
	height: 256px;
	width: 557px;
	font: bold 12px/19px "Courier New", Courier, monospace;
	float: right;
	padding-right: 35px;
	margin-top: 20px;
	letter-spacing: -1px;
	position: relative;
	padding-top: 5px;
}
.topParagraph {
	text-align: left;
}
.contactUs {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #D75C1E;
}
.bottomParagraph {
	text-align: right;
	position: relative;
}
.mainText {
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 10px;
}

.footer {
	text-align: center;
}
.antiTOTE {
	font-weight: bold;
	color: #5161AC;
}

