
					/* CSS Document */

html,body	{
	background-color: #000000;
	background-image: url(../images/teabag.jpg);
	color: #cccccc;
	font-size: 11px;
	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;
	}
					
a 	{  
	color: #ffffff;
	text-decoration: none;
	}

img	{
	vertical-align: middle;
	border: none; 
	}	

h3	{
	font-weight: lighter;
	}
	
#header	{
	position: relative;
	width: 1000px;
	top: 10px;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	}

#container
	{
	background: #transparent;
	position: relative;
	width: 1000px;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	height: 900px;
	}

#side-back
	{
	background: #transparent;	
	width: 50px;
	height: 900px;
	float: left;
	}

#mainbody-long
	{
	ackground: #transparent;	
	width: 600px;
	height: 900px;
	float: left;
	}

	#spacer-top
		{
		height: 70px;
		width: 820px;
		background: #transparent;
		}

	#pic-long
		{
		background: #transparent;
		float: left;		
		width: 550px;
		height: 800px;
		margin-left: 25px;
		margin-right: 25px;
		}

	#pic-long img	
		{
		padding: 0 0 0 0px;
		}
		
#side-next
	{
		background: #transparent;	
	width: 50px;
	height: 900px;
	float: left;
	}


#text-side
	{
	float: left;
		background: #transparent;	
	width: 270px;
	height: 870px;
	padding: 0 0 0 25px;
	}

#footer
	{
	z-index: 100;
	background: #transparent;
	}



					/* end CSS */