body	{
	background: url(images/bg-site.jpg);
	background-color:black;
	background-repeat:no-repeat;
	}

/* -- gallery -- */
	
table.thumbs td	{
	border:gray solid 2px;
	background-color:#000000;
	width:100px;
	height:100px;
	text-align:center;
	padding:0px;
	}

th	{
	font-family:arial;
	color:silver;
	font-size:10pt;
	}

td	{
	font-family:arial;
	color:silver;
	font-size:10pt;
	}
	

p	{
	font-family:arial;
	color:silver;
	font-size:10pt;
	}
	
b.h1	{
	font-size:12pt;
	color:#FFAE00;
	}

b.h2	{
	color:#FFAE00;
	}
	
b.title	{
	font-family:arial;
	color:#F5DEB3;
	font-weight:bold;
	font-size: 11pt;
	}

b.small {
	font-family:arial;
	color:silver;
	font-weight:normal;
	font-size:11px;
	}
	
#content	{
	position:absolute;
	top:100px;
	left:240px;
	width:500px;
	font-family:arial;
	color:silver;
	font-size:10pt;
	}

#nav	{
	position:absolute;
	top:0px;
	left:0px;
	}

#title	{
	position:absolute;
	top:0px;
	left:200px;
	}

a:link	{
	color:tan;
	font-weight:bold;
	text-decoration:none;
	}

a:active	{
	
	color:tan;
	font-weight:bold;
	text-decoration:none;
	}

a:visited	{	
	color:tan;
	font-weight:bold;
	text-decoration:none;
	}	

