/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place 
Background pattern by Squidfingers || Squidfinger.com
*/

*{
	margin:0;
	padding:0;
	font-size:100%;

}

body{
	font:80%/110% Verdana, Helvetica, sans-serif;
	margin-top:20px;
  background:#fff url('images/bg1.jpg');
	
}

img{
  border: 0;	
	}
a{
	color:#D97900;
	text-decoration:none;
}

a:hover {
color:#cccccc;

}

h1{
 color:#000;
 font-size: 2em;

}
p,
h2{
	margin:5px 5px;
}

p, h2{
	color:#000;
}

#wrap{
	width:575px;
	position:relative;
	background: #fff;
	margin: 0 auto;

}

#header{
	width:550px;
	margin-bottom:5px;
	padding: 5px;
	align: center;
	text-align: center;
	background: #fff;
	border: #fff 3px solid;
	
	
}

#header2{
	width:550px;
	padding: 5px;
	align: center;
	text-align: center;
	background: #fff url('images/top.jpg') no-repeat;
	border: #fff 3px solid;
	
}

#header2 p{
 padding: 10px;
 
 }
#header a{
	text-decoration:underline;
}



.main-content {
	width:300px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	background:#ffffff;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}




.main-content p, h2 {
text-align: center;
}


.main-content2 {
	width:230px;
	border:solid #CCC;
	border-width:2px 2px 2px 2px;
	background:#FFF;
	text-align:center;
	position:relative;
	float:left;
  margin-left:5px;
	margin-bottom: 5px;
	align: center;
}




.main-content2 p, h2 {
text-align: center;
}




img{
	border:0;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}


#foot{
	padding-top:10px;
	margin-bottom:20px;
	clear:left;
}



