

/*============================================ MAIN CONTENT =============================== */

#rightSide{
	margin:0;
	padding:0;
	float:right;
	width:400px;
}

#firstText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:395px;
	padding-left:5px;
}

#firstText p{
	margin-bottom:14px;
}

#recentArt{
	width:400px;
	height:250px;
	margin-top:40px;
	float:left;
	clear:both;
}

#recentArt h3, #recentArt h2{
	color:#666666;
	font-size:20px;
}

#recentArt #greyBox{
	width:400px;
	height:132px;
	background-color:#CCCCCC;
}

#recentArt #greyBox #greyContent{
	padding-left:20px;
	padding-top:18px;
	font-size:14px;
	width:300px;
}

#recentArt #greyBox #greyContent img{
	float:left;	
	/*margin-left:-110px;
	margin-top:-35px;*/
	width:0px;
	height:0px;
	visibility:hidden;
}

#recentArt #greyBox #greyContent hr{
	visibility:hidden;
}

#recentArt #greyBox #greyContent a:hover, #recentArt #greyBox #greyContent a:link, #recentArt #greyBox #greyContent a:visited, #recentArt #greyBox #greyContent a:active {
	font-size:12px;
	text-decoration:none;
	color:#333333;
	padding:0;
	margin:0;
	position:relative;
}

#rightSide #artPic{
	width:400px;
	float:right;
	margin-bottom:20px;
}



/*============================================ GALLERIES =============================== */

#galleryH1{
	font-size:30px;
	color:#666666;
	font-weight:bold;
}

#galleryBox{
	width:520px;
	background-color:#CCCCCC;
	float:left;
}

#galleryBox li{
	list-style-type:none;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:5px;
}

#galleryBox li a{
	text-decoration:none;
	color:#333333;
}
