/* CSS Document */

#header {
	float: left;
	width: 775px;
	height: 124px;
	background: url(../img/boy_small.jpg) top no-repeat;
	margin: 0;
	padding: 0;
	}




#contentwrap {
	float: left;
	width: 775px;
	background: url(../img/contentbg_btm.gif) bottom no-repeat;
	margin-top: 20px ;
	padding: 0;
	}

#content{
        float: left;
        padding: 10px 20px 10px 20px;
 }




#contenttext {
	width: 735px;
	background: url(../img/contentbg_top.gif) top no-repeat;
	margin: 0;
	padding: 20px;
	}
	 

