body {
	padding: 0;
	margin: 0;
	background-color: #000;
	background-position: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: center;
	min-width: 760px;
}
p {
	margin: 10px 0 15px 0;
	padding: 0;
}

b {
	font-size: 10px;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

h3 {
	color: #fff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 10px;
	margin: 0 0 0 0;
	padding: 0;
}
h4 {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #fd59ff;
	line-height: 1.6em;
	margin: 0 0 0 0;
}
h5 {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #d6ddb3;
	line-height: 1.6em;
	margin: 10px 0 0 0;
}

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

img {
	border-style: none;
}
#wrapper {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 760px;
	text-align: left;
}
#container {
	width: 760px;
}
#masthead {
	height: 130px;
	width: 760px;
}
.logo {
	margin: 54px 0 0 0;
	display: inline-block;
	height: 34px;
	width: 460px; 
	background-repeat: no-repeat;
	background-image: url(images/hannah_logo.jpg);
}
.logo:hover {
	background-image: url(images/hannah_logo_hov.jpg);
}
#main {
	width: 760px;
	display: inline;
	overflow: auto;
}
#portfolio-home {
	width: 440px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}
.gallery-cornwall {
	padding-left: 0px;
	margin-right: 10px;
	float: left;
	width: 215px;
	height: 170px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(images/button-cornwall.png);
}

.gallery-dover{
	margin: 0 0 0 0;
	float: left;
	width: 215px;
	height: 170px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(images/button-dover.png);
}

.gallery-flowers {
	padding-left: 0px;
	margin-right: 10px;
	float: left;
	width: 215px;
	height: 170px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(images/button-flowers.png);
}

.gallery-nature {
	margin: 0 0 0 0;
	width: 215px;
	height: 170px;
	float: left;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(images/button-nature.png);
}

.gallery-artistic {
	padding-left: 0px;
	margin-right: 10px;
	width: 215px;
	float: left;
	height: 170px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(images/button-artistic.png);
}

.gallery-paintings {
	margin: 0 0 0 0;
	width: 215px;
	height: 170px;
	float: left;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(images/button-paintings.png);
}

#portfolio {
	width: 445px;
	float: left;
	display: inline;
	overflow: auto;
	margin-bottom: 20px;
}
.sub-gallery-first{
	padding-left: 0px;
	margin: 0 0 10px 0;
	border: 1px solid #c8c8c8;
}
.sub-gallery{
	margin: 0 0 8px 8px;
	border: 1px solid #c8c8c8;
}
#pricing {
	width: 445px;
	color: #fff;
	float: left;
	display: inline;
	overflow: auto;
	margin-bottom: 20px;
}
#pricing th{
	background-color: #bd34bf;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 5px;
}
#pricing td{
	padding: 4px 5px;
}
#pricing table {
	width: 100%;
	border: 2px solid #fff;
	text-align: left;
	margin-bottom: 5px;
}
.odd {
	background-color: #fd59ff;
}
.odd td{
	border-bottom: 
}
#info {
	float: left;
	width: 275px;
	display: inline;
	color: #fff;
	padding: 0 0 0 40px;
	margin-bottom: 20px;
}
.homelink{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.homelink:hover{
	color: #ddb2dc;
}
.email {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fd59ff;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
}	
#footer {
	height: 20px;
	width: 760px;
	border-top: 2px solid #fccdf4;
	clear: both;
	color: #fd59ff;
}
.clear { clear:both; }
