@charset "utf-8";
/* CSS Document */

/*     	FRAMEWORK     	*/

* {}
html {background:#DCCD96;}
body {}

#wrapper {width:1000px;}
#header {width:1000px; height:100px; background:url(../images/top.jpg) top left no-repeat;}
#menu {width:130px; padding:10px; float:left;}
#content {width:850px; background:url(../images/logo_side.jpg) top right no-repeat; float:right;}
#footer {}
hr{
	color:#339966;
}



/*     	HEADER     	*/






/*     	SIDEBAR     	*/







/*     	CONTENT     	*/







/*     	FOOTER     	*/







/*     	FORMS     	*/



/*     	CLEARFIX     	*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
