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

.wrapper {
	font-family: Frutiger, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0 auto 0 auto;
	width: 782px;
}
body {
	background-color: #4A3A3A;
}.mainContainer {
	width: 782px;
	background-image: url(../images/bgRepeat.jpg);
	background-repeat: repeat-y;
}
.mast {
	width: 782px;
	float: left;
}
.right {
	width: 571px;
	background-image: url(../images/contentbg.jpg);
	float: left;
	background-repeat: no-repeat;
}
.left {
	width: 211px;
	height: 320px;
	background-image: url(../images/red_orange.jpg);
	float: left;
	background-repeat: no-repeat;
}
.footer {
	width: 782px;
	height: 40px;
	clear: both;
	background-image: url(../images/footerbg.jpg);
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 35px;
}
.content {
	width: 490px;
	margin-left: 35px;
	margin-top: 30px;
}
.contentTitle {
	font-size: 13px;
	font-weight: bold;
}
