/* 	----------------------------------------------------------------------------------------------
	Main
	---------------------------------------------------------------------------------------------- */

body {
	text-align:center;
	margin: 0px; 
	font-family:  verdana;
	font-size: 11px; 
	line-height: 1.5em; 
	color: #222;
	}

#info	{ font-size: 1px; display: none; text-align:left; }

#maincontainer {
	width:700px;
	margin:0px auto;
	text-align:left; 
	background-color: #fff;
	}

.border {
	border-bottom: 1px solid #222;
	}

#left	{
	margin-top:20px;
	width:250px;
	float:left;
	}

#right	{
	text-align:right;
	margin-left:50px;
	margin-top:25px;
	width:400px;
	float:left;
	}

#picinfo {	
	text-align:left;
	width:300px;
	float:left;
	border: 0px solid;
	color:#777;
	}

#piccount {
	width:100px;
	float:left;
	border: 0px solid;
	}

#bottom {
	clear:left;
	margin-bottom:30px;
	border-top: 1px solid #ccc;
	color:#ccc;
	font-size: 10px;
	text-align:right;
	}

/* 	----------------------------------------------------------------------------------------------
	Links
	---------------------------------------------------------------------------------------------- */

a:link, a:visited, a:active {
	color: #808040;
	text-decoration: none;
	}

a:hover {
	color: #222;
	text-decoration: none;
	}

.old {
	color: #ccc;
	}



