/*
** all
*/

* {padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;}
	
a {color: #c00;
	text-decoration: none;}
	a img {border: 0px;}
	a:hover {color: #000;}
	a:active {color: #CCC;}
	
body{margin: 0 100px;
	padding: 30px 150px 0 150px;
	height: 100%;}

p {padding: 0;}

td {padding: 3px;}

/*
** structure
*/

#center{float: left;
	min-width: 400px;
	}

#left{float: left;
	width: 250px;
	height: 100%;
	margin-left: -260px;
	text-align: right;}
	
#secmenu {float: left;
	width: 250px;
	margin: 0 20px 20px -260px;
	height: 100%;
	text-align: right;}
	
	#photobrowser {
		padding: 10px;
	}

#main{
	min-width: 550px;
	max-width: 960px;
	margin: 0 auto;
	max-height: 700px;}
/*
** inner content
*/

#banner {
	max-width: 960px;
	min-width: 550px;
	margin: 0 auto;}

#complete_pic {width: 100%;
	padding: 30px 0 0 0;}
	#complete_toprow {background-color:#999999;
		padding: 2px;
		color:#FFFFFF;}
		
#front {float: left;
	margin: 0 10px 500px 0;}

#incomplete_pic {width: 100%;
	padding: 30px 0 0 0;}
	#incomplete_toprow {background-color:#CC0000;
		padding: 2px;
		color:#FFFFFF;}

#menu {height: 18px;
	width: 400px;
	margin: 10px 0 50px 0;}
	
#menu a {font-size: 15pt;
	text-align: left;
	color: #000000;
	padding: 0 10px 0 0;
	text-decoration: none;}
	#menu a:hover {color: #CC0000;}
	#menu a:active {color: #CCCCCC;}
	
#new_pic {width: 100%;}	

#purchase {width: 320px;
	line-height: 25px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 5px 10px 5px;
	background-image: url(transparent.png);
	_background-color:#FFFFFF;}
	
#scroller {background: none;
	max-width: 350px;}

/*
** image ids
*/

a img.frontthumb {max-width: 77px;}
	
img#portrait {max-height: 600px; height: 100%;}

img#landscape {max-width: 1100px; width: 100%;}

img#idpic {float: left;
	width: 350px;
	padding: 0 15px 15px 0;}
	 
/*
** classes
*/

.copyright {font-size: 10px;
	color:#fff;
	position: relative;
	bottom: 15px;
	right: 5px;
	text-shadow: black 0.1em 0.1em 0.2em;}
	 
.errormsg {color:#CC0000;}

.frontthumbwrap {width: 77px;
	float: left;
	margin: 0 10px 10px 0;}
	.frontthumbwrap img {max-width: 77px;
	max-height: 77pxpx;}
	
.liner td {border-color:#CCCCCC; border-width: 1px; border-style: solid;}

.thumbdiv {width: 56px;
	height: 56px;
	float: left;
	margin: 0 0 10px 10px;}

.title {font-size: 20px;}