/* */
* {
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	text-align:left;
}
img {
	border:none;
}
#indexIntro {
	padding:300px 0 0 0;
}
#landing #wrapper {
	margin:45px 0 0 0;
}
#landing #wrapper #thumbs {
	float:left;
	margin:298px 0 0 0;
}
#landing #wrapper #thumbs .left {
	float:left;
}
#landing #wrapper #thumbs .last {
	margin:0 0 0 399px;
}
#landing #wrapper #largeImg {
	margin:0 0 0 456px;
}
#contact {
	width:371px;
	margin:15px auto;
	font-size:12px;
	padding:0;
	font-family:'lucida grande',Helvetica,Arial,sans-serif;
}
#contactForm {
	text-align:right;
}
#contactForm table {
	width:371px;
}
#contactForm table td {
	padding:3px 0;
}
#contact input {
	border:solid 1px #ccc;
	width:220px;
	padding:3px 2px;
}
#contact textarea {
	width:331px;
	border:solid 1px #ccc;
	height:150px;
	resize: none;
}
#contact .sendBtn input {
	width:84px;
	border:none;
}
#contact a:link {
   text-decoration:none;
   color:#cc0000;
}
#contact a:visited {
	text-decoration:none;
	color:#cc0000;
}
#contact a:hover {
	text-decoration:none;
	color:#cc0000;
}
#contact a:active {
	text-decoration:none;
	color:#cc0000;
}
#contact #close {
	margin:45px 0 0 0;
}




