@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}


	
#container{
	width: 400px;
	background: #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#nav {
	height: 15px;
	width: 398px;
	background-color: #000000;/*grey*/
}

#nav ul {

	margin: 0;
	padding-left: 10px;
	list-style: none;
}

/* fix this pretty dodgy, should be a proper way to lay out center aligned items */
#nav li {
margin-top:10px;
	padding-top: 0px;
	display: inline;
	padding-left: 15px;
	text-color: #728254;
	font-family:Arial, Helvetica, sans-serif, Times, serif;
	font-size:12px;
	background-color:#000000;/*yellowFFFF00*/
	}
#nav li a {
	outline: 0;
	text-decoration:none;
	color: #728254;
}
#nav li a:hover {
	text-decoration:none;
	color: #a4b28b;
}
#nav li a:active {
	color: #cc1414;
}











#nav2 {
	height: 15px;
	width: 398px;
	background-color: #000000;/*grey*/
}

#nav2 ul {

	margin: 0;
	padding-left: 10px;
	list-style: none;
}

/* fix this pretty dodgy, should be a proper way to lay out center aligned items */
#nav2 li {
margin-top:10px;
	padding-top: 0px;
	display: inline;
	padding-left: 80px;
	text-color: #728254;
	font-family:Arial, Helvetica, sans-serif, Times, serif;
	font-size:12px;
	background-color:#000000;/*yellowFFFF00*/
	}
#nav2 li a {
	outline: 0;
	text-decoration:none;
	color: #728254;
}
#nav2 li a:hover {
	text-decoration:none;
	color: #a4b28b;
}
#nav2 li a:active {
	color: #cc1414;
}



	
body{

	background: #000000 url(images/cbgStars.jpg) repeat-y fixed center;

	margin: 0px;

	padding: 0px;

	text-align: left;

	font-family: verdana, tahoma, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #666666;

}

.foto{

	margin-bottom: 2px;
}



.foto img { border: 1px #434343 solid; }


.thumbsmall {

	float: left;

	width: 46px;

	margin-right: 4px;

	margin-bottom: 2px;
}

.thumbs {

	float: left;

	width: 60px;

	margin-right: 8px;

	margin-bottom: 4px;
}

.thumbs img { border: 1px #434343 solid; }


.thumbsmall img { border: 1px #434343 solid; }


.eightthumbsmall

{

	float: left;

	width: 46px;

	margin-right: 0px;

	margin-bottom: 2px;

}

.eightthumbsmall img { border: 1px #434343 solid; }


.thumbsSix

{

	float: left;

	width: 60px;

	margin-right: 0px;

	margin-bottom: 2px;

}

.thumbsSix img { border: 1px #434343 solid; }


.thumb{

	float: left;

	width: 130px;

	margin-right: 5px;

	margin-bottom: 2px;

}

.thumb img { border: 1px #434343 solid; }



.derdethumb{

	float: left;

	width: 130px;

	margin-right: 0px;

	margin-bottom: 2px;

}

.derdethumb img { border: 1px #434343 solid; }





