/* Style Sheet for Elizabeth Sophia-White
Created by Christopher Douglas
http://www.cd-creative.co.uk

ToC

1. Defaults
2. Layout
3. Typography

Notes

*/

@charset "utf-8";
/* CSS Document */
/*---------- 1. defaults ----------*/
*{
margin: 0;
padding: 0;
}
/* float clearing rules */
.seperator{
clear: both;
}
body {
	color: #7B756B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	text-align:center;
	margin-top: 30px;
}

/*---------- 2. Layout ----------*/
/* Demo styles */
html,body{
	margin:0;
	text-align:center;
}
/*body{border-top:4px solid #eee; text-align:center;}*/
#content{
	color:#777;
	font:12px/1.4 "helvetica neue",arial,sans-serif;
	margin-top: 20px;
	margin-right: 5%;
	margin-bottom: 20px;
	margin-left: 5%;
	z-index:999999;
}
a {color:#22BCB9;text-decoration:none;}


	#frame {
	width:100%;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 20px;
}
#frameContact {
	width:800px;
	height:560px;
	margin-right:auto;
	margin-left:auto;
	text-align:centre;
	background-color: #FFFFFF;
	padding: 0px;
	filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
	margin-top: 20px;
  }
#header {
	width: 610px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B756B;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#headerContact {
	width: 90%;
	margin-bottom: 20px;
	margin-right: 5%;
	margin-left: 5%;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B756B;
}
#homeContent {
	margin-top: 20px;
	width: 100%;
}
#mainContent {
	width: 90%;
	text-align: center;
	float: left;
	margin-top: 40px;
	margin-right: 5%;
	margin-left: 5%;
}
#mainContent img {
	margin:10px;
	border:0;
}



#divOne {
	width:187px;
	float:left;
	margin-left: 82px;
}
#divOneWide {
	width:320px;
	float:left;
	margin-left: 130px;
	margin-top: 20px;
}
#divOneFullWidth {
	width:800px;
	float:left;
	text-align: center;
	margin-top: 20px;
}
#divOneContact {
	width:720px;
	}



#divTwo {
	width:132px;
	float:left;
	margin-left: 75px;
}
.bullet {
	margin-right: 15px;
	margin-left: 15px;
}


#divTwoCaption {
	width:200px;
	float:left;
	margin-left: 30px;
	margin-top: 300px;
	margin-right: auto;
}
#divTwoContact {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	margin-top: 80px;
}


#divThree {
	width:131px;
	float:left;
	margin-left: 100px;
}
#footer {
	width: 550px;
	margin-bottom: 30px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7b756b;
	margin-top: 95px;
	text-align: center;
	padding-top: 30px;
	margin-right: 125px;
	margin-left: 125px;
}

p {
	font-size: 1.4em;
}
/*---------- 3. Typography ----------*/

a:link {
	color:#7B756B;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:active {
	color:#7B756B;
	text-decoration:none;
}
h1 {
	font-size: 3em;
	text-align: center;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
h3 {
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	color: #000;
}
#mainContentPrint {
	margin-top: 40px;
	width: 540px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#homeContact {
	margin-top: 20px;
	width: auto;
}
