@charset "utf-8";
/* CSS Document */

html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

.copy
{
	color: #777; /*#8181B6*/
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#container
{
    width: 648px;
	height: 300px;
	margin: 0 auto;
}

#headerMenu
{
    width: 648px;
	height: 15px;
	border-top: solid 1px #B0B0B0;
	padding-bottom: 40px;
}

a:link.translation, a:active.translation, a:visited.translation
{
    color: #B0B0B0;
	font-size: 12px;
	text-decoration: none;	
}

a:hover.translation
{
    color: #999;
	font-size: 12px;
	text-decoration: none;	
}

#headerMenu div a:link.default, #headerMenu div a:visited.default, #headerMenu div a:active.default
{
    color: #B0B0B0;
	font-size: 12px;
	text-decoration: none;
}

#headerMenu div a:hover.default
{
    color: #999;
	font-size: 12px;
	text-decoration: none;
}

#headerMenu div a:link.selected, #headerMenu div a:visited.selected, #headerMenu div a:active.selected
{
    color: #FE9710;
	font-size: 12px;
	text-decoration: none;
}

#headerMenu div a:hover.selected
{
    color: #FFB66E;
	font-size: 12px;
	text-decoration: none;
}

#artContent
{
    padding-top: 30px;
	width: 100%;
}

#artContent td a img
{
    border: solid 2px #CCCCCC;
	width: 41px;
	height: 41px;
}

#artContent td.photo
{
	width: 41px;
    height: 41px;
	vertical-align: top;
}

#artContent td.content
{
	width: 185px;
    height: 55px;
	color: #666666;
	font-size: 10px;
	vertical-align: top;
}

#artContent a:link, #artContent a:visited, #artContent a:active
{
	color: #EE8800;
	font-weight: bold;
	text-decoration: none;
}

#artContent a:hover
{
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

#artContent td.spacer
{
	width: 20px;
}

#signUp
{
	width: 400px;
	font-size: 11px;
	padding-top: 20px;
}

#signUp label
{
    color: #0066CC;
	font-weight: bold;
}

#signUp span
{
    color: #666666;
}

.title
{
    color: #666666;
	font-weight: bold;
	font-size: 12px;  
}

#gallery
{
    width: 648px;
	min-height: 420px;
	height: 420px;
	background-color: #EEEEEE;   
}

html>body #gallery{height:auto}/* not ie6- */

#footer
{
    width: 648px;
	height: 30px;
	padding-top: 30px;
}

/*
#footerMenu
{
    width: 270px;
	font-size: 10px;
	padding-right: 50px;
	float: left;
}

#footerMenu a:link, #footerMenu a:visited, #footerMenu a:active
{
	color: #333;
	text-decoration: underline;
}
*/

#footerCopyRight
{
	width: 100%; /*280px;*/
	color: #333;
	font-size: 10px;
	float: center;
	text-align: center;
}

#resources
{
    border: solid 1px #fff; 
	height: 28px; 
	width: 120px; 
	float: left; 
	padding: 4px 4px; 
	vertical-align: middle;
}

.divPopUp
{
    height: 250px; 
	width: 250px; 
	border: solid 1px #CCC; 
	position: absolute; 
	z-index: 5;
}

a:link.artTitle, a:active.artTitle, a:visited.artTitle 
{
    font-size: 11px;
	font-weight: bold;
	color: #FFB66E;
	text-decoration: none;
}

/*
.artTitle
{
    border: solid 1px #ffffff;
	width: 600px;
	height: 14px;
	display: block;
	float: left;
	margin-bottom: 2px; 
}

.artTitle a:link, .artTitle a:visited, .artTitle a:active
{
    font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.artListings
{
    border: solid 1px #999999;
	width: 600px;
	height: 100px;
	display: block;
	float: left;
	margin-bottom: 15px;
}

.artListings a img
{
    width: 90px; 
	height: 90px; 
	padding: 5px 5px;
}
*/
