div { 
	border: 0px dotted #6CF;
}
html, body {
	margin:0;
	padding:0;
	height: 100%;
}
body {
	text-align: center;
	background-color: #FFF;
	color: #666;
	/*font: 62.5% constantia, palatino, "times new roman";*/
	font: 75% Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
}
a {
	color: #AAA;
}
a:focus, a:hover, a:active {
	color: #000;
	text-decoration: none;
	text-decoration: underline;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 110%;
	/*text-transform:uppercase;*/
	font-variant:small-caps;
	letter-spacing:2px;
	color:#AAA;
	margin:0;
}
p {
	/*text-align:justify;
    opacity: 0.9999;*/
	margin:10px 0;
}

div#page {
	width: 910px;
	/*background-color: #fff;*/
	margin: 0 auto;
	text-align: left;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
}
div#header {
	/*background-color: #666;
	color:#FFF;*/
	height:60px;
}
div#header a {
	margin: 20px 40px 0 0;
}
div#container {
	padding: 0px;
}
div#footer {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	height: 20px;
}
div#footer span {
	float: right;
}
a.addthis_button---- {
	display: inline-block;
	vertical-align: middle;
	background:url(../images/addthis_off.gif) no-repeat;
	width:110px;
	height:16px;
}
a.addthis_button img---- {
	border:none;
	display:none;
}



.prints p img {
	border: 2px solid #eee;
	padding: 4px;
	float:left;
	margin-right: 10px;
}
.prints p.right {
	/*margin-left:210px;*/
}
div#left, div#right {
	position:absolute;
	width: 375px;
}
div#right {
	margin-left: 475px;
}

form {
	margin:0;
}
form#newsLetter {
	max-width: 355px;
}
form#newsLetter {
	width: 340px;
}
form div {
	border:1px dotted #FFF;/* strange hack */
}
label {
	margin: 2px 0 5px 0;
	float:left;
	display: block;
	width: 60px;
}
.formContent {
	margin: 0 0 5px 0;
	padding:2px;
	width: 280px;
	border: 1px solid #CCC;
	background:#FFF url(../images/input_bg.jpg) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666;
}
.formContent:focus {
	border: 1px solid #999;
	color:#333;
}
div.submit {
	float:left;
	width:123px;
}
div.submit input {
	margin: 0 10px 5px 60px;
}

input.invalid, textarea.invalid {
	background:#EEE url(../images/input-invalid_bg.jpg) repeat-x top left;
}

strong.error {
	color:#CC3300;
	float:right;
	text-align:left;
	margin: 2px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.errorMessage {
	color:#CC3300;
	margin: 0 0 5px 60px;
}


div.homePage { 
	height:10px;
	overflow:hidden;
	padding-top:10px;
}
.homePage h1 {
	clear:both;
	padding: 20px 0 5px 0;
	margin: 0;
}
.homePage p {
	margin: 0;
	padding: 0;
}
.homePage a {
	text-decoration:none;
	color:#666;
}
.pics { height: 400px; width: 230px; float:left; overflow: hidden; }
.end { width: 220px; }
.pics img { height: 400px; width: 220px; top:0; left:0; border: none; background:#DDD; }