﻿@import url("wgLayout.css");
#left
{
	width:150px;
	bottom: 40px;
	top: 59px;
}

#right
{
	width:0px;
	border-left: 0px;
	bottom: 40px;
}

#main
{
	left:150px;
	top: 59px;
	bottom: 40px;
	right:0px;
}

#header 
{
	height: 58px;
}

#bottom 
{
	text-align: center;
	height: 41px;
}

.copyrigh
{
	font-size:8px;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0px;	
	right: 0px;
	z-index:1000;
}

body
{
	font-family: Arial, sans-serif;
	font-size:14px;
	color:rgb(152,152,152);
	background-color:rgb(10,10,10);
}

#header,#left,#bottom,#main
{
	background-color:black;
}

#main
{
	padding-left:10px;
}

#bottom a {
	color: #666;
	text-decoration: underline;
}

#bottom a:hover {
	color: #ffeecc;
	text-decoration: none;
}

#header #links
{
	font-size:20px;
	position:absolute;
	bottom:15px;
	right:20px;
}

#header a:link,#header a:visited 
{
	margin:0px;
	color:#666;
	text-decoration:none;
	padding-right:5px;
	border-right:1px dotted gray;
}

#header a:hover
{
	color:white;
}

#left ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
}

#left a {
	font-weight: bold;
	text-decoration: none;
	color: #aaa;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #666666;
}

#left a:hover {
	color: #fc5;
	border-bottom: 1px solid #666666;
	background-color: rgb(41,41,41);
}

/*

.thumbs
{
	background-color:blue;
padding-bottom:10px;
border:1px solid green;
font-size:0px;
}

.thumbs IMG
{
	height:60px;
	background-color:red;
margin:0px;
padding:10px;
border:1px solid white;
 vertical-align:bottom;

}

*/

.thumbs
{
	margin-top: 4px;
	font-size:0px;  /* quirck - not MSIE */
}

.thumbs IMG
{
	height:60px;
	margin-right:3px;
	margin-bottom:3px;
}


.imgMain
{
	margin:0px;
	padding:0px;
	height:300px;
	margin-right:8px;
	float: left;
}

.imgDesc
{
	height:300px;
	margin:0px;
	padding:0px;
	border-top:1px solid #666666; 
	padding-top:3px;
	overflow:hidden;
}

