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

/* HTML definitions */
body {
	margin: 0 0 0 0;
	background-color: #0F0705;
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	color: #330033;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	color: #330033;
}
h3 {
	font-weight: bold;
	padding-left: 20px;
	padding-top: 0px;
	color: #330033;
}
/* Structure Div Definitions */
#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #0F0705;
}
#header {
	width: 756px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	text-align: right;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation {
	width: 100%;
	height: 34px;
	background:url(images/background_navigation.jpg);
	background-repeat:repeat-x;
	font-size: 10px;
	font-weight: bold;
}
#contentarea {
	background: #352E2C;
	width: 100%;
}
#contentwrap {
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #352E2C;
	padding-right: 2px;
}
#rightside {
	float: right;
	width: 752px;
	background-image: url(images/background_rightside_sub.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-top: 10px;
	font-size: 12px;
}
#rightside p {
	padding-left: 20px;
	margin-right: 20px;
	color: #3F3F3F;
}
#contentfooter {
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	background: #352E2C;
}
#homewrap {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}
#footer {
	background: #0F0705;
	width: 100%;
	text-align:center;
	color: #FFFFFF;
	padding-top:10px;
	font-size: 14px;
	font-weight: bold;
}

/* custom classes */
.cleartwo {
	clear: both;
	width: 756px;
	height: 0px;
}
.agentname {
	font-weight: bold;
}
a {
	color: #330033;
}