/* CSS Document */
body{
	background-color: #C6C1B5;
}

#wrapper{
	width:900px;
	margin:0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
}

#banner{
	height:390px;
	width:100%;
}

#content{
	width:100%;
	height:auto;
	background-image: url(../images/banner_r3_c2.png);
	background-repeat: repeat-y;
}

#pic{
width:250px;
height:100%;
float:left;
padding-left:50px;
}

#text{
width:500px;
height:100%;
float:right;
padding-left:50px;
padding-right:50px;
}

#footer{
	width:100%;
	height:100px;
	clear:both;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
