@charset "UTF-8";
body {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b2bb1e;
	background: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#header {
	background: #000;
	height: 115px;
	margin: 30px auto 0px;
	width: 960px;
}

#wrapper {
	height: auto;
	width: 960px;
	margin: 0 auto 0px;
	background-color: #000;
}

#content {
	height: 960px;
	width: 960px;
}

#footer {
	background: #000;
	text-align: center;
	height: 40px;
	width: 280px;
	clear: none;
	padding-top: 38px;
	float: left;
}

#leftcolumn {
	text-align: right;
	margin: 0px auto;
	float: left;
	height: auto;
	width: 256px;
	font-variant: normal;
	line-height: 20px;
}

.smallheadlines h1 {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	width: 405px;
	padding: 10px 10px 10px 5px;
	border: 1px dotted #FFF;
}

.bracket {
	font: normal 200px/normal Georgia, "Times New Roman", Times, serif;
	color: #b2bb1e;
	width: 80px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	border-right: 1px dotted #b2bb1e;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px 5px 0px 0px;
	margin-top: 8px;
}

.bracketright {
	font: normal 200px/normal Georgia, "Times New Roman", Times, serif;
	color: #b2bb1e;
	width: 80px;
	float: left;
	border-right: 0px none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	padding: 0px -5px 0px 0px;
	border-left: 1px dotted #b2bb1e;
	margin: 8px 0px 0px;
	text-align: right;
}

.specialtexts {
	font: lighter normal 12px/16px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	color: #b2bb1e;
	letter-spacing: 0px;
	text-align: center;
	float: left;
	height: auto;
	width: 250px;
	margin-left: 0px;
	margin-top: 0px;
}

.clients {
	font: normal small/20px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #b2bb1e;
	text-align: left;
	border-left: 0px none #b2bb1e;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
}

#rightcolumn {
	text-align: left;
	margin: 0px auto 0px 0px;
	height: auto;
	width: 680px;
	float: right;
	line-height: 15px;
	font-size: small;
	font-style: normal;
}

.paragraphtext {
	text-align: left;
	float: left;
	width: 550px;
	height: auto;
	margin: 0px 0px 0px 7px;
	font: lighter normal small/20px Georgia, "Times New Roman", Times, serif;
}

.contactinfo {
	background: right;
	text-align: right;
	margin: 20px 0px 0px auto;
	height: 50px;
	width: 694px;
	float: right;
	color: #FFF;
	padding-right: 8px;
}

a:link {
	color: #dfb825;
	text-decoration: none;
	font-size: small;
}
a:visited {
	text-decoration: none;
	color: #dfb825;
}
a:hover {
	text-decoration: none;
	color: #d32329;
}
a:active {
	text-decoration: none;
}

#wrapper #header #insideheader .contactinfo a {
	color: #FFF;
}

#tablechoices {
	text-align: left;
	padding-left: 7px;
	margin-left: 7px;
}

#tableradios {
	text-align: left;
	padding-left: 7px;
	margin-left: 7px;
}
#wrapper #content #leftcolumn a {
	color: #b2bb1e;
}

