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

*{margin:0;padding:0;}

/* HEADER */
#header{
	background:url(imgs/head_waterDrop.jpg) transparent left top no-repeat;
	width:200px;	
	height: 187px;
	margin: 0 0 0 255px;
	position:fixed;
}
#header h1{
	text-indent:-9999px;
}


/* SIDE BAR */
#sidebar ul{display:none;}
#sidebar{
	height:100%;
	width:255px;
	border-right:1px solid #000;	
	text-align:right;
	margin:187px 0 0 0;
	position:fixed;
	background:#FFF;
}

/* CONTENT */
#content{
	padding:200px 0 0 280px;
	width:600px;
}