/* *****************************************
//  WebTank Stylesheet File
//  Title: style.css
//  Media: all
//  File updated: 2009-11-05 15:17:07
// 
//  Do NOT manually edit this generated file
// **************************************** */


html, body, div, p, img, a, ul, li {

	padding: 0;
	margin: 0;
	
	border: none;
	list-style: none;
	outline:none;
	
}

A 				{ color: #666666; text-decoration: none; }
A:link 			{ text-decoration: none; }
A:visited 		{ text-decoration: none; }
A:active 		{ text-decoration: none; }
A:hover 		{ text-decoration: underline; }

body { 
	
	width:  100%;
	height: 100%; 
	
	margin:  0px;
	padding: 0px;

	font-family: "Courier new", courier;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	
	background-color: #fff;
	
	overflow: none;
	
	text-align: left;
	
}

/*------- DIV -------*/

#wrapper 			{ position: relative; width: 800px; height: 100%; margin: 0 auto 0; margin-top: 30px; }

#info				{ position: absolute; top: 0px; left: 0px; text-align: left; }
#info li			{ list-style-type: none; }

#content			{ position: absolute; top: 0px; left: 210px; width: 590px; height: auto; }


.photobook			{ text-align: left; width: 600px; }
.photo	 			{ margin-right: 10px; float: left; margin-bottom: 10px; }  

/*
.photobook			{ margin-top: 20px; text-align: left; width: 600px; }
.photobook li		{ display: inline; margin-right: 10px; }  
*/

#media_caption_container		{ position: absolute; top: 485px; left: -210px; text-align: left; }
#media_container_wrapper			{ width: 590px; height: 470px; margin-bottom: 20px; }