/* g55artworks.co.uk - CSS Document - newhome for index.html */
html{
    margin:0;
	padding:0;
}
body{
    margin:0;
	border:0;
	padding:0;
	background-color: #6C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6699CC;
}
#main{
    background-color:#fff;
	margin-top:9%;
	margin-bottom:2em;  
	border:1px solid #036;
	width:700px;
}
a:link{
	color: #69C;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
	color:#69C;
}  
a:hover{
	text-decoration:none;
	color:#149;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size:24px;
	font-style:italic;
	color: #fff;
	border-top:0;
	border-right:1px solid #668;
	border-bottom:1px solid #668;
	border-left:0;
	padding-top:0;
	padding-right:8px;
	padding-bottom:0;
	padding-left:4px;
	background-color:#99B;
}
h2 {
	font-size: 24px;
	font-style:italic;
	text-align:center;
}    
h3 {
	font-size: 18px;
	text-align:center;
}
h4 {
	font-size: 16px;
}
.middle{
    border-bottom:1px solid #6C6;
}
#photo{
    border-top:1px solid #066;
    border-right:2px solid #066;
    border-bottom:2px solid #066;
    border-left:1px solid #066;	
	padding:0;
	width:200px;
}








