/* COMMON ELEMENTS */
body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#7099d7;
	width:100%;
}

#container {
	width:780px;
	margin:0px auto; margin-bottom:24px;
	background-color:#fff;
}

#copy {
	padding:32px;
	width:450px;
	float:left;
}
#copy h1 {
	margin-bottom:16px;
	font-size:100%;
}
#copy p {
	margin-bottom:32px;
	line-height:1.5em;
	font-size:80%;
	color:#444;
}

#copy table { margin-bottom:32px; }
#copy table tr td {
	padding:4px 0px 4px 0px; margin:0px;
	font-size:80%; line-height:1.5em;
	color:#444;
}
#copy table tr td strong {
	color:#000;
}

#photos {
	width:200px;
	float:right;
}

input, textarea {
	width:210px;
}

#form tr td {
	height:30px;
}

p.notice {
	color:#c00 !important;
	font-weight:bold;
}

/* Helpy Helper styles */
.clearB { clear:both; }
.noM { margin:0px 0px 0px 0px !important; }
.noB { border:none !important; }