@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(back_wapping.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #3c779a;
}	

#wrapper {
	width:740px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}
a {
	text-decoration: none;
	color: #009999;
}
a:hover {
	color: #C5E36E;
	text-decoration: underline;
}

p {
	font-size: 11px;
	color: #333333;
}

H1 {
	font-size: 20px;
	font-weight: bold;
	color: #CC3300;
	letter-spacing: -1px;
}

.mainRow {
	display:block;
	width:700px;
	float:left;
	color: #000000;
	background-color: #FFFFFF;
	padding: 20px;
}

.left {
	padding: 10px;
	width: 300px;
}

.baseRow {
	display:block;
	width:720px;
	float:left;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}



.imageArea {
	width: 260px;
	padding-bottom: 8px;
	float: right;
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
