
					/* CSS Document */
html,body	{
	background-color: #000000;
	background-image: url(../images/teabag.jpg);
	color: #cccccc;
	font-size: 10px;
	font-weight: lighter;
	font-family: Century Gothic, Trebuchet MS, verdana, arial, sans serif;
	line-height: 120%;
	letter-spacing: 0.15em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

img	{
	vertical-align: middle;
	border: none; 
	}
					/* links */
a:link 
	{
	color: #cccccc;  
	text-decoration: none;
	letter-spacing: 0.15em;
	font-weight: lighter;
	}

			/* header - logo */

#header
	{
	background-color: #00ffff;
	background: transparent;
  	color: #ffffff;
	width: 100%;
	height: 60px;
	}

#framer	{
	margin-left: 9px;
	margin-right: 0px;
	margin-top: 9px;
	margin-bottom: 0px;
	}
					/* main body just a holder */

#content 
	{
	position: relative;
	background-color: #0000ff;
	background: transparent;
  	color: #ff0000;
	top: 0px;
	width: 1000px;
	height: 800px;
	margin-left: auto ;
  	margin-right: auto ;
	}
					/* side menu */
#contentb 
	{
	position: relative;
	float:left;
	background-color: #ffff00;
	background: transparent;
  	color: #ffffff;
	width: 220px ;
	top: 0px;
	height: 800px;
 	}

#holderb
	{
	background-color: #000000;
	background: transparent;
  	color: #ffffff;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 200px;
	margin-bottom: 9px;
	}

#contentf
	{
	float: left;	
	position: relative;
	background: transparent;
	margin-left: 50px ;
  	color: #ffffff;
	top: 0px;
	letter-spacing: 0.15em;
	text-align: left;
	width: 450px ;
	height: 675px;
	}

#footer	{
	position: relative;
	}



