﻿*
{
	margin: auto; text-align:center;}


html, body
{
	background-color: #3676D9;
	font-family: Arial;
	font-size:11pt;
	color:White;
}

img{border: 0px;}

p
{
	text-align:justify;
	padding: 10px 20px;
}

h4
{
	font-family: Arial;
	font-weight: bold;
	color: White;	
}

#aboutContent
{
	width: 750px; 
	text-align: justify;	
}
.aboutHeader
{
	float: left;
	padding: 10px;
	font-weight:bold;
	width: 100%;
	height: 18px;
	font-size: 12pt;
	background-image: url(images/about_header.jpg);
	background-repeat: repeat-x;
	text-align:left;	
	margin-bottom: 1em;
}

#portraitGallery {width: 800px;}
#portraitGallery img
{
	border: solid 1px black;
	margin: 10px;
}

#contact
{
	width: 720px;	
}

#contactForm
{
	width: 400px;
	height: 400px;
	border: solid 1px #2668CC;
	background-color: #5C92E0;	
	float:left;
}

td{text-align:left}

#contactDetails
{
	text-align: left;
	padding: 10px;
	width: 280px;
	height: 380px;
	border: solid 1px #2668CC;
	background-color: #5C92E0;
	float:right;	
}

.contactFormTitle td
{
	text-align: left;
	font-weight:bold;
	padding: 10px 5px;
}
