@charset "utf-8";

* {

	margin: 0px;

	padding: 0px;

}

#wrapper {

	width: 850px;

	margin-right: auto;

	margin-left: auto;

	border-right-color: #666666;

	border-left-color: #666666;

	background-repeat: repeat-y;

	background-image: none;

	background-color: #FFFFFF;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

#wrapper #header {

	background-image: url(../images/header.jpg);

	height: 147px;

	width: 850px;

}

#wrapper #navigation table {

	height: 30px;

	background-image: none;

	background-repeat: repeat-x;

}

#wrapper #left {

	width: 535px;

	float: left;

	background-image: none;

	background-repeat: no-repeat;

	height: 700px;

	line-height: normal;

	font-size: 13px;

	font-family: Arial, Helvetica, sans-serif;

	margin-top: 16px;

	padding-left: 1em;

	border-left-color: #CCCCCC;

	left: 0px;

	padding-bottom: 1em;

}

#wrapper #right {

	float: right;

	width: 300px;

	margin-top: 1em;

}

#wrapper #right2 {

	width: 280px;

	float: left;

	page-break-after: right;

	margin-top: 20px;

	margin-left: 7px;

	clear: none;

	border-top-style: dotted;

	padding-top: 20px;

	border-top-width: 2px;

	border-top-color: #DFDFDF;

	padding-bottom: 20px;

}





#wrapper #footer {

	clear: both;

	background-repeat: repeat-x;

	height: 30px;

	line-height: 30px;

	background-image: url(../images/footer_bg.jpg);	

}

