@charset "UTF-8";
/* CSS Document */

body {
	background-color: #001c27;
	background-image:url(../images/bg.gif);
	background-repeat: repeat;
}

#container {
	margin: 0 auto;
	width: 892px;
	margin-top: -0.6em;
}

.left_splatter {
	background-image: url(../images/left_side.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width: 106px;
	height: 194px;
}

.content {
	float: left;
	width: 680px;
	background-color:#FFFFFF;
	margin: 0 auto;
	min-height: 1000px !important;
	height: 100%;
}

.right_splatter {
	background-image: url(../images/right_side.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	width: 106px;
	height: 143px;

}

.greetings_container {
	width: 640px;
	margin: 0 auto; 
}

.greetings_container .hello {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 94px;
	letter-spacing: -5px;
	color: #002157;
	float: left;
}

.greetings_container .anne {
	margin-top: 1.3em;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	letter-spacing: -1px;
	line-height: 26px;
}

.greetings_container .anne span {
	font-size: 35px;
	color: #002157;
}

.greetings_container .anne .secondaryblue {
	font-size: 35px;
	color: #055372;
}

#web_content {
	clear: both;
	background-color: #ebebeb;
	background-image:url(../images/web_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 610px;
	margin: 0 auto;
	padding: 1em;
}

#web_content .webcontentcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
}

#web_content .webcontentcopy .web_table {
	width: 90%;
	margin-bottom: 2em;
}

#illustration_content {
	clear: both;
	background-color: #e1e1e1;
	background-image:url(../images/illustration_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 610px;
	margin: 0 auto;
	padding: 1em;
	margin-top: 1em;
}

#illustration_content .illustrationcontentcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

#illustration_content .illustrationcontentcopy .illustration_table {
	width: 70%;
	margin-bottom: 2em;
}


#photography_content {
	clear: both;
	background-color: #cccccc;
	background-image:url(../images/photos_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 610px;
	margin: 0 auto;
	padding: 1em;
	margin-top: 1em;
}

#photography_content .photoscontentcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
}

#photography_content .photoscontentcopy .photos_table {
	width: 70%;
	margin-bottom: 2em;
}



#other_content {
	clear: both;
	background-color: #c2c2c2;
	background-image:url(../images/other_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 610px;
	margin: 0 auto;
	padding: 1em;
	margin-top: 1em;
}

#other_content .othercontentcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

#other_content .othercontentcopy .other_table {
	width: 70%;
	margin-bottom: 2em;
}


#about_content {
	background-color: #b7b7b7;
	background-image:url(../images/about_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 610px;
	margin: 0 auto;
	padding: 1em;
	margin-top: 1em;
	min-height: 220px !important;
}

#about_content .aboutcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#about_content .aboutcontent a, a:visited {
	text-decoration: underline;
	color: #a3620a;
	font-weight: bold;
}


#about_content .aboutcontent img {
	float: left;
	padding-right: 2em;
	padding-bottom: 5em;
}

#about_content .aboutcontent .bullets {
	float: right;
	width: 230px;
	margin-top: -1.4em;
}

#about_content .aboutcontent .bullets ul {
	margin-left: -2em;
	line-height: 22px;
}

#contact_content {
	clear: both;
	background-color: #acacac;
	background-image:url(../images/contact_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 610px;
	margin: 0 auto;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 2em;
	min-height: 100px !important;
}

#contact_content .contactcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#contact_content .contactcontent a, a:visited {
	text-decoration: underline;
	color: #a3620a;
	font-weight: bold;
}

#contact_content .contentform {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 3em;
	margin-top: -0.5em;
}

#contact_content .contentform .left {
	float: left;
	width: 45%;
	margin-bottom: 1em;
}

#contact_content .contentform .right {
	float: right;
	width: 52%;
	margin-bottom: 1em;
}


.footnote {
	width: 500px;
	margin: 0 auto;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin-bottom: 0.5em;
}

.footnote a, a:visited {
	color: #999999;
	text-decoration: underline;
}