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

body 
{
background: #E7E7E7;
font-size:12pt;
font-family:Times, Verdana, Arial, Helvetica, sans-serif;
line-height:1.5em;
}

a
{ 
color: #663333;
text-decoration:none;
} 

a:visited
{
color: #663333;
}

a:active
{
color: #663333;
}

a:hover
{
color: #663333;
text-decoration:underline;
}

#wrap 
{
background: white;
width:950px;
margin-left: auto;
margin-right: auto;
/*border:dashed; border-width:thin;*/
}
	
#menu
{
	width:950px;
	height:40px;
	border:none;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}	

.menuItem
{
	border:0px solid black;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13pt;
	vertical-align:middle;
	/*width:100px;*/
	float:left;
	margin-left:22px;
}

#info
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	border:1px solid brown;
	border-radius:10px;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	text-align:left;
	line-height:1.3;
}

#main
{ 
width:950px;
margin-left:auto;
margin-right:auto;
height:auto;
padding: 0px;
overflow: hidden;
}

#leftMenu 
{
float:left;
width:200px;
padding:10px 0px 0px 20px;
/*border:dashed; border-width:thin;*/
}

#content 
{
float:right;
width:656px;
padding:3px 30px 0px 40px;
/*border:dashed; border-width:thin;*/
}

#img{width:200px; margin-bottom:15px; border:none;}

#footer{height:100px;}

#galLeft{float:left; margin-left:0px; border:0px dashed; text-align:center;}
#galRight{float:right; margin-right:20px; border:0px dashed; text-align:center;}
#galCenter{margin-left:225px; width:192px; border:0px dashed; text-align:center;}
#number{font-size:12pt; font-weight:bold; background-color:#CCCCCC; padding:5px;}
#arrow{text-decoration:none; font-size:14pt;}



img{border:none;}

td{padding-bottom:30px;}

.artists_about{font-size:11pt; line-height:1.3em;}

.smallImg{border:1px solid #666; padding:5px;}
.artistImg{border:1px solid #666; padding:5px; height:150px;}

.helpImg{padding:5px;}

.smallText{font-size:11pt; margin-left:20px;}

.name{font-style:italic; font-weight:bold;}

.about{margin-left:40px;}

.title{font-family:"Times New Roman", Times, serif; font-weight:bold; font-size:17pt; color:#663333; margin-bottom:20px;}

.title2{font-family:"Times New Roman", Times, serif; font-weight:bold; font-size:14pt; margin-bottom:15px;}

.subTitle{font-family:"Times New Roman", Times, serif; font-weight:bold; font-size:15pt; color:#663333}

.list li{list-style:none;}

.poster{margin-top:50px;}

.gallery{margin: 10px 0px 20px 0px; border:1px solid #666; padding:5px; height:120px;}
.posters{border:1px solid #666; padding:5px;}


