
					/* CSS Document */

body	{
	background-color: #ffffff;
	background-image: url(../images/teabag-invert.jpg);
	color: #000000;
	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;
	}

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

td	{
	text-align: center;
	}	

#pic-wide td
	{
	text-align: center;
	}

#header	{
	position: relative;
	background: transparent;
	width: 1020px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	}

#container
	{
	position: relative;
	background: transparent;  
	width: 1020px;
	top: 70px;			
	margin-left: auto;
	margin-right: auto;
	height: 1300px;
	}

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

#mainbody
	{
	background: transparent;	   		
	width: 1020px;
	height: 820px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	}

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

	#pic-wide
		{
	background: transparent;	
		width: 980px;
		height: 1200px;
		margin-left: auto;
		margin-right: auto;
		}

	#pic-wide table
		{
		align: center;
		}

	#spacer-bottom
		{
		background: transparent;

		width: 820px;
		height: 50px;
		}

	#title-bottom
		{
		margin-left: 125px;
		background: transparent;
		width: 820px;
		height: 100px;
		}

#side-next
	{
	background: transparent;	
	width: 50px;
	height: 820px;
	float: left;
	}

					/* links */
a:link	{  
	color: #000000;
	text-decoration: none;
	}


a:visited  
	{  
	color: #000000;
	text-decoration: none;
	}

a:hover,a:active  
	{  
	color: #ff0000;
	text-decoration: none;
	}

a:link.galleryg,a:visited.galleryg 
	{   
	color: #0000ff;
	text-decoration: none;
	}

a:hover.galleryg,a:active.galleryg  
	{  
	color: #ffff00;
	text-decoration: none;
	}



					/* end CSS */