@charset "utf-8";
/* CSS Document */

a {
	color: #000000;
}
h1 {
	font: normal 320%/100%  "Calibri", Times, serif;
	margin: 20px 0 5px 10px;
	color: #203D5F;
	letter-spacing: -2px;
}

h2 {
	font: normal 180%/100% "Calibri", Times, serif;
	margin: 0px 0 5px 10px;
	color:#333;
	letter-spacing: -2px;
}
.error {
	font: normal 10px arial;
	padding: 3px;
	margin: 3px;
	background-color: #ffc;
	border: 1px solid #c00;
}


.credits {
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin: 0 0 30px 10px;
	color:#F00;
	font: 120% Garamond, Georgia, serif;
}
.credits em {
	
	color:#F00;
}
.credits a {
	color:#F00;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.credits a:hover {
	color: #000;
}

img {
	border: none;
}

.footer {
	clear: both;
	margin-bottom: 30px;
	border-top: solid 1px #ccc;
	padding-top: 5px;
	text-align: center;
}
.footer a {
	color: #999;
}
.footer a:hover {
	color: #000;
}

/* ---------- gallery styles start here ----------------------- */
.photo {
	margin: 30px;
	position: relative;
	width: 150px;
	height: 130px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}



.sample3 span {
	width: 52px;
	height: 52px;
	display: block;
	position: absolute;
	top: -25px;
	left: -25px;
	background: url(images/paper-clip.png) no-repeat;
}


.photo.sample3 a span strong {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	top: 17px;
	right: auto;
	bottom: 0px;
	left: 15px;
}

	#form1{
		margin:1em 0;
		padding-top:10px;
		background:url(images/form_top.jpg) no-repeat 0 0;
		}
	#form1 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:260px;
		margin-left:25px;
		}		
	#form1 legend{display:none;}	
	#form1 p{margin:.5em 0;}	
	#form1 label{display:block;}	
	#form1 input, #form1 textarea{		
		width:252px;
		border:1px solid #ddd;
		background:white url(images/form_input.gif) repeat-x;
		padding:3px;
		}		
	#form1 textarea{
		height:125px;
		overflow:auto;
		}					
	#form1 p.submit{
		clear:both;
		background:url(images/form_bottom.jpg) no-repeat 0 100%;
		padding:0 25px 20px 25px;
		margin:0;
		text-align:right;
		}	
	#form1 button{
		width:150px;
		height:37px;
		line-height:37px;		
		border:none;
		background:url(images/form_button.gif) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		text-align:center;
		}	
#container{	
	margin:0 auto;
	background:white;
	width:600px;
	padding:20px 40px;
	text-align:left;
	}