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

body {
	padding: 0;
	margin: 0;
	font-size: 90%;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width: 970px;
}
#leftSide {
	padding: 0 0 0 10px;
	width: 250px;
	float: left;
	background-color: #FFFFFF;

}

#rightSide {
	width: 700px;
	float: right;
}
#content {
	width: 650px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-y;
	background-position: right top;	
	padding: 10px 25px 10px 25px;
	font-size: 0.8em;
}

#footer {
	background-image: url(../images/bg_bottom.gif);
	background-repeat: repeat-x;
	padding: 67px 0 0 10px;
	clear: both;
	background-position: center top;
	text-align: center;
	font-size: 0.7em;
}

#footerInside {
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 36px;
	width: 970px;
}

.ropeRight {
	float: right;
}
.ropeBottom {
	clear: both;
}