body{
	background:url(../media/background2.jpg) repeat-x #050505;
}

.wrapper{
	width:450px;
	height:650px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.header{
	height:125px;
}

.logo{
	text-align:center;
}

.navigation{
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:center;
}

.navigation a{
	color:#666;
	text-decoration:none;
}

.navigation a:hover, #active{
	color:#FFF;
}

.body_wrapper{
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	height:450px;
}

.footer{
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	text-align:center;
	height:75px;
}

.footer a{
	color:#666;
}

.footer div{
	padding-top:5px;
}

.contat_area{
	color:#999;
	font-size: 11px;
}

form{
	text-align:left;
	margin:60px auto auto auto;
	width:365px;
}

.artist_statement{
	text-align:left;
}

.gallery_navigation{
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	width:80px;
	height:155px;
	text-align:left;
}

.gallery_navigation a{
	color:#666;
	text-decoration:none;
}

.gallery_navigation a:hover, #active{
	color:#FFF;
}

.gallery_wrapper{
	height:450px;
	width:370px;
	background-color:transparent;
	margin-top: -155px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 80px;
	text-align:left;
}

	#gallery {
		background-color: transparent;
		padding: 10px;
		width: 370px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 2px solid #3e3e3e;
		border-width: 2px 2px 15px;
	}
	#gallery ul a:hover img {
		border: 2px solid #fff;
		border-width: 2px 2px 15px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }


