/* body */

body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 62.5%;
	color: #775948;
}

/* container */

#container {
	background: transparent url(/theme/images/background.png) scroll repeat-y 0 0;
	width: 708px;
	text-align: center;
	margin: 0 auto;
	font-family: Georgia,Times New Roman,Times,serif;
	position: relative;
}

/* header */

#header {
	height: 200px;
	width: 698px;
	margin: 0 4px;
	background: transparent url(/theme/images/header.png) scroll no-repeat 2px 0;
	cursor: pointer;
}

/* copyContent */

#copyContent {
	float: left;
	width: 700px;
	padding: 20px 10px 10px 0;
	position: relative;
	color: #808285;
	background: transparent url(/theme/images/background.png) scroll repeat-y 0 0;
}

/* copy */

.entry {
	margin: 0 10px 0 30px;
	font-size: 1.5em;
	text-align: left;
	width: 500px;
	float: left;
	text-align: left;
}

.entry h2 {
	color: #625b56;
}

a, a:link, a:visited {
	color: #34b6e4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-left: 10px;
	padding-left: 1em;
}

ul.noBullet {
	list-style-type: none;
}

ul.customBullet {
	list-style-type: none;
	text-indent: -1em;
}

ul.customBullet li:before {
	content: "\00BB \0020";
}

 /* right sidebar */

#rightSidebar {
	padding: 0 10px 10px 0;
	margin-left: 540px;
	width: 150px;
}

.sidebarElement {
	font-size: 1.2em;
	text-align: left;
}

/* footer */

#footer {
	margin-left: 4px;
	margin-bottom: 0px;
	width: 700px; 
	background: white url(/theme/images/footerBack.png) repeat-x scroll 0 100%;
	clear: both;
}

/* images */

.photoFrameRight, .photoFrameLeft, .photoFrameCenter {
	zoom: 1;
	margin: 1em 1em 1em 1em;
	padding: 6px 5px 5px 5px;
	position: relative;
	text-align: center;
}

.photoFrameRight img, .photoFrameLeft img, .photoFrameCenter img {
	border-style: none;
}

.photoFrameRight p, .photoFrameLeft p, .photoFrameCenter p {
	font-size: .7em;
	font-style: italic;
}

div.photoFrameRight, span.photoFrameRight {
	float: right;
	padding: 0;
	margin: 0 5px 0 10px;
}

div.photoFrameLeft, span.photoFrameLeft {
	padding: 0;
	float: left;
	margin: 0 10px 0 5px;
}

div.photoFrameCenter, span.photoFrameCenter {
	float: none;
	text-align: center;
}

/* Contact Form */

#contactForm {
	border: none;
	width: 100%;
	height: 1500px;
	overflow: hidden;
}

/* Framed text */

div.box, div.hBox {
	position: relative;
	background-color: #efefef;
	padding: 2px 5px 2px 9px;
	overflow: auto;
	border: 1px solid #cccccc;
}


div.hBox {
	background-color: #ebf8fd;
	border-color: #34B6E4;
}

div.hBox p {
	font-size: 110%;
}
	

