*{
	margin:0;
	padding:0;
	border:none;
}

html{
	
}
body{
	width:800px;
	margin:0 auto;
}
a{
	color:#888;
	text-decoration:none;
}

h1#site_heading{
	color:#000;
	margin:50px 0 10px 0;
}
h1#site_heading a{
	color:#000;
	text-decoration:none;
}
h2{
	margin:20px 0;
}
ul#albums li{
	display:inline;
	margin-right:30px;
	font-size:16px;
}
ul#albums li a{
	color:#888;
	text-decoration:none;
}

/* Image display */

div#content{
	margin:30px 0;
}
.imagelisting li p{
	font-size: 12px;
}
.gallery_info{
	margin:10px 0 20px 0;
}
.gallery_info h3, .gallery_info p{
	color:#999;
	font-weight:normal;
	font-family:georgia;
	font-style:italic;
}


/* CV page */

ul#commissions, ul#education, ul#exhibitions, ul#awards{
	list-style:none;
	margin:10px 0;
}
ul#commissions li p, ul#education li p, ul#exhibitions li p, ul#awards li p{
	line-height:1.5;
	font-style:italic;
	color:#888;
}
time{
	font-weight:bold;
	font-style:normal;
	color:#000;
}

/* About Page */

html#about #wrapper ul{
	list-style:none;
	margin-left:20px;
	color:#888;
}

html#about p{
	margin:10px 0;
	color:#000;
}

/* forms */

input, textarea{
	border:1px solid #888;
	float:right;
	width:49%;
	padding:5px;
}

form{
	
	width:400px;
	line-height:2.3;
}
form span{
	margin-left:5px;
	color:red;
}
form#form1_contact p{
	font-family:georgia, times, serif;
	font-style:italic;
	color: #888;
}
label{
	float:left;
}
div#formSubmit{
	clear:both;
	float:right;
	width:30%;
	margin-top:5px;
}

/* Footer */

footer, p{
	clear:both;
	color:#888;
}