body{
	background:#fff;
	color:#333;
	font-family:'helvetica neue', arial, sans-serif;
}

.home h3{
/*	font-weight:normal;*/
	font-size:14px;
	font-family:'helvetica neue', arial, sans-serif;
}

.news p{
}

#container{
	width:800px;
}

#content{
	width:450px;
	margin:50px 0px 0px 17px;
	float:left;
	padding-bottom:75px;
	
}

ul li{
	list-style:none;
}

#nav{
	float:right;
/*	clear:both;*/
	margin-right:5px;
	width:300px;
}

#nav ul li{
	list-style:none;
	float:left;
	margin-left:1px;
	font-size:20px;
}

.artpiece{
	float:left;
	margin:0px;
}

h1{
	font-family:'verdana';
	color:#000;
	font-weight:normal;
}

h3{
	font-family:'verdana';
	color:#000;
	font-weight:normal;
	margin-top:-20px;
}

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

#nav a.home:hover, .home a.home{
	color:#70b1e7;
}

.bio a:hover, #nav a.bio:hover, .bio a.bio{
	color:#f6ae24;
}

.art a:hover, #nav a.art:hover, .art a.art{
	color:#969159;
}

.film a:hover, #nav a.film:hover, .film a.film{
	color:#705bcc;
}

#nav a.news:hover, .news a.news{
	color:red;
}

.links a:hover, #nav a.links:hover, .links a.links{
	color:#849ba3;
}

.contact a:hover, #nav a.contact:hover, .contact a.contact{
	color:#974801;
}

a:hover{
	text-decoration:none;
	color:#70b1e7;
}

/*SHADOW IMGS*/



.alpha-shadow {
  float: left;
  background: url(../img/shadow1.gif) no-repeat bottom right;
  margin: 10px 0 0 0px !important;
  margin: 10px 0 0 5px;
}

.alpha-shadow div {
  background: url(../img/shadow2.png) no-repeat left top !important;
  background: url(../img/shadow2.gif)  no-repeat left top;
  padding: 0px 5px 0px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}

