@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 955px;
	background-color: #DEDEDE;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #756976;
	border-left-color: #756976;
}
#wrapper #logo {
	background-color: #FFF;
	height: 288px;
}
#wrapper #leftprofile {
	background-color: #FFF;
	float: left;
	margin-top: 50px;
	margin-right: 15px;
	margin-left: 25px;
	margin-bottom: 50px;
	width: 357px;
	height: 272px;
}
#wrapper #rightprofile {
	background-color: #DEDEDE;
	float: right;
	margin-top: 50px;
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	margin-right: 20px;
	text-align: left;
	width: 525px;
	padding: 1px;
	margin-left: 10px;
	height: 280px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 30px;
	background-color: #B8C8A0;
}
#wrapper #footer {
	height: 15px;
	background-color: #B8C8A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #686766;
	clear: both;
	text-align: center;
	padding: 10px;
}
#wrapper #profiletext {
	background-color: #DEDEDE;
}
#wrapper #printssimpleviewer {
	background-color: #DEDEDE;
	margin-top: 40px;
	margin-right: 112px;
	margin-bottom: 40px;
	margin-left: 112px;
}
#wrapper #commissionsv {
	background-color: #CCC;
}

