@charset "utf-8";
/* CSS Document */


a:link{
	color: #333;
	}
a:visited{
	color: #333;
	}
a:hover{
	color: #333;
	}
a:active{
	color: #333;
	}
a img	{
	border:none;
	}

body {
	font: 100% Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	background: #666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}

h2 {
	font: Century Gothic, Verdana, Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:300;
	font-size: 14px;
	color: #4f4f4f;
	}
		
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 550px;
	background: #bbb;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	text-decoration:none;
	border: solid 2px #444;
	}

#name {
	position: absolute;
	right: 5px;
	top: 10px;
	width: 210px;
	}
	
#name img {
	padding-left: 10px;
	padding-top: 10px;
	}
	
#thumbnails {
	position:absolute;
	top: 80px;
	right:0;
	width: 200px;
	height: 200px;
	border-top: solid 1px #888;
	border-bottom: solid 1px #888;
	}

#thumbnails img {
	padding-right:3px;
	padding-bottom:3px;
	}
	
#main_image	{
	width: 550px;
	height: 550px;
	margin:0px;
	background: #dddbdc;
	border-right:solid 1px #555;
	}
	
#main_image img {
	padding-top: 0px;
	padding-left: 0px;
	}
	
#text_desc {
	position: absolute;
	top: 293px;
	right: 0;
	width: 200px;
	font-family: Century Gothic, Verdana, Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:300;
	font-size: 14px;
	color: #4f4f4f;
	}

#zoom {
	position: absolute;
	right: 25px;
	bottom: 20px;
	font: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	}
	
#gallery_link {
	position: absolute;
	right: 0px;
	bottom: 32px;
	padding-right: 5px;
	width: 190px;
	}
	
#links_text{
	position: absolute;
	right: 0px;
	bottom: 13px;
	width: 190px;
	font-family: Century Gothic, Verdana, Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:300;
	font-size: 14px;
	color: #4f4f4f;
	}
	
#copyright {
	font: 75% Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	position: absolute;
	bottom: 0px;
	left: 110px;
	}