

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
background-color: #000000;
	color: #ff0000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
 }	 
	 
#lh-col{
	position: absolute;
	top: 152px;
	left: 15px;
	line-height: 1.7em;
	width: 140px;
	z-index: 4;
	color: #ffd700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	 background:#000000;
}

#rh-col{
	position: absolute;
	top: 152px;
	right: 0;
	width: 140px;

	z-index: 3;
	background: #000;
	color: #ffd700;
	font-size: smaller;

}

#c-block {
	width: 100%;
	z-index: 1;
	background: #000;
	color: #ff0000;
	height: 80%;
	background-repeat: repeat-y;
}

#hdr{
 height:150px; 
 border-bottom:1px solid #d7d7d7; 
 width:100%; 
 background:#fff;
 color: #333333; 
 margin:0;
  }
#header {
	background-color: #000000;
	background-image: url(rose.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #d31616;

	height: 129px;

	text-align: center;
	margin-top: 25px;
	padding-top: 15px;
}
#c-col{
	margin: 0 142px 0 157px;
	position: relative;
	background: #000000;
	color: #ff0000;
	z-index: 5;
}


#ftr {
 width:100%;
 height:50px;
 border: solid #000000; 
 border-width:1px 0;
 background:#8b0000;
 color: #ffd700;
 margin:0;
 z-index: 1;
 }
