@charset "utf-8";
body,td,th {
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
	color: #ffd87d;
}
body {
	background-color: #ffc337;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(media/logo-straight.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#main {
	background-color: #333;
	border: 1px solid #FFF;
	background-image: url(media/logo-bg-cut-straight.gif);
	background-repeat: no-repeat;
	background-position: center top;



}
a:link {
	color: #ffd87d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffd87d;
}
a:hover {
	text-decoration: none;
	color: #7CC242;
}
a:active {
	text-decoration: none;
	color: #7CC242;
}
.botNav {
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	color:#7CC242;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
}
.botNav a:link {
	color:#7CC242;
}.botNav a:visited {
	color:#7CC242;
}
.botNav a:hover {
	color:#000;
}
h1 {
	color: #ffd87d;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	margin: 0px;
	font-weight: normal;
}
.bgBlack {
	background-color: #000;
}
.txtRight {
	margin-right: 10px;
	margin-bottom: 10px;
}
.call {
	font-size: 32px;
	color: #7CC242;
}

