@charset "utf-8";
/* CSS Document */
body, html {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "bitstream vera sans", "trebuchet ms", verdana;
	font-size:10px;
	color:#e97631;
	text-align:center;
	background: #000000;
}
/* get rid of those system borders being generated for A tags */
a{
	text-decoration:none;
	color:#e97631;
}
a:active {
	outline:none;
	text-decoration:none;
	color:#ffffff;
}
a:focus {
	-moz-outline-style:none;
	text-decoration:none;
	color:#ffffff;
}
a:hover {
	text-decoration:underline;
	color:#e97631;
}
.logobox{
	margin:30px auto 0;
	height:50px;
	width:825px;
	display:block;
	text-align:left;
}
#wrapper{
	margin:0 auto;
	background:url(../images/polaroidback04.jpg) no-repeat;
	width:840px; 
	height:750px; 
	padding:0 0 0 0;
}
#wrapperHome{
	margin:0 auto;
	background:url(../images/polaroidback04.jpg) no-repeat;
	width:815px; 
	height:750px; 
	padding:0 0 0 25px;;
}
.gallerywrap{
	margin-bottom:10px;
	height:490px;
	padding:10px 0 0 40px;
}
/* styling for the image wrapper  */
#image_wrap {
	/* dimensions */
	width:677px;
	margin:15px 0 15px 40px;
	padding:15px 0;
	/* centered */
	text-align:center;
	/* some "skinning" */
	background-color:#000000;
	border:1px solid #000000;
	outline:1px solid #000000;
	-moz-ouline-radius:4px;
}
.navwrap{
	text-align:right;
	text-decoration:none;
	color:#e97631;
	width:680px; 
	height:15px; 
	margin:0 0 0 40px; 
	padding:10px 0 0 0;
	font-size:10px;
}
.contactleft{
	width:340px;
	height:300px;
	float:left;
	margin-top:20px;
}
.contactright{
	width:330px;
	height:452px;
	float:left;
	text-align:left; 
	color:#f0f0f0; 
	padding:20px 0px 0px 40px; 
	font-size:12px;
}
form#contactform input {
	border: 1px solid #6d6d6d;
	background:#303030;
	color:#f0f0f0;
	width:305px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "bitstream vera sans", "trebuchet ms", verdana;
	font-size:12px;
	height:20px;
	padding:5px;
	margin:5px 0 5px 0;
}
form#contactform textarea {
	border: 1px solid #6d6d6d;
	background:#303030;
	color:#f0f0f0;
	width:305px;
	height:180px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "bitstream vera sans", "trebuchet ms", verdana;
	font-size:12px;
	padding:5px;
	margin:5px 0 5px 0;
}
.sb{
	background:url(../images/polaroidback04.jpg) no-repeat;
	width:87px;
	height:29px;
}
.footerwrap{
	text-align:right;
	text-decoration:none;	
	width:680px; 
	height:20px; 
	margin:0 0 0 40px; 
	padding:5px 0 0 0;
}
.textleft{
	text-align:left !important;
	float:left;
}
.error{
	color:red;
}
