/* CSS Document */
body{font-family:'Trebuchet MS', Arial, verdana, Helvetica, Sans-serif; font-size:11px; color:#666; line-height:22px; margin:0px; background-image:url(../images/back_flower_body.jpg); background-repeat:no-repeat; position:100px 300px;}

#wrapper{
	margin-left:auto; margin-right:auto;
	width:995px;;
	background-image:url(../images/floral-back.png); background-position: top right; background-repeat:no-repeat; background-color:#FFF; padding:25px;
    	
	}

#header{
	width:100%; padding-top:10px; padding-bottom:50px;

	}
/*-- header: title --*/
#header h1{	
	padding-bottom:30px;
	letter-spacing:10px;
	color:#FF9900;}	


/*-- content divs --*/

#intro{
	width:400px; 
	margin-top:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	float:left;
	margin-right:10px;
	padding-right:35px;
	border-right:1px dotted #CCC;*/
	color: #999;
	
	}

#samples{
	width:375px;
	float:left;
	margin-left:25px;
	padding-left:10px;
	margin-top:20px;}

#footer {
	width:100%;
	clear:both;
	overflow:hidden;
	margin-bottom:0px;
	background-color:#FF9900;
	color:#FFFFFF;
	padding-left:50px;
	
	}
#divSpacer{clear:both; border-top:1px dotted #CCC;}