/* reset all padding and margin on elements to 0 to maintain consistency across browsers */
* {
   padding:0;
   margin:0;
}
/* re apply basic bottom margins */
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

body {
	background-color:#7B7B7B;
	font-family:Helvetica, Arial, sans-serif;
	/*background-image:url(images/brownTexture.jpg);
	background-repeat: repeat;*/
	background-image:url(images/gradiant.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding:0;
	margin:0;
}
h1 {
display:none;
}
#about{
text-align:left;
float:left;
width:900px;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:88%;
}
#wrapper {
	width: 1000px;
	margin:0 auto;
	text-align:center;
	background-image: url(images/tatteredCenter4.png);
	background-repeat: repeat-y;
	padding:0;
	display:block;
	height:auto;
}
#innerwrap{
	background-image:url(images/tatteredtop4.jpg);
	width: 1000px;
	float:left;
	background-repeat: no-repeat;
	background-position: top;
}
#sample #innerwrap{
	background-image:url(images/tatteredtop4_nobride.jpg);
}
#content {
padding:0px 0 0 70px;
width:660px;
float:left;

}
#sample #content {
	width:900px;
	float:none;
}
#nav {
text-align:left;
width: 200px;
float:right;
/*background-color:#CCCCCC;*/
color:#FFFFFF;
font-size:88%;
margin-right:60px;
}
#sample #nav{
display:none;
}
#nav a{
	color:#333333;
	text-decoration: none;
}
#nav h3{
	padding:0px;
	width:160px;
	margin:0;
	text-align:left;
	color:#999999;
	/*border:solid 2px black;*/
	/*background-image: url(images/navHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}
#nav ul{
	background-color:transparent;
	/*background-image: url(images/50percent.png);
	background-repeat:repeat;*/
	list-style-position: outside;
	list-style-type: none;
	margin:10px 0 10px 0px;
	padding-left:0;
}
#nav li{
	/*padding-left:20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;*/
	padding-bottom: 3px;
}
#nav li:hover{
/*background-image: url(images/bulletOver.gif);*/

}
#nav li a:hover{
	color:#000000;
	text-decoration: none;
}
#nav .ad{
margin:10px 0 10px 0;
}
.spot {
border:solid 2px black;
	text-align:center;
	background-color:#000000;
	width:140px;
	height: 140px;
	float:left;
	position:relative;
	font-size:80%;
	/*background-image: url(images/photoFrame2.jpg);
	background-repeat: no-repeat;*/
	background-position: left top;
	margin:5px 10px 50px 5px;
	font-weight:bold;
}
.spot a{
	color:#000000;
	font-size:100%;
	text-decoration: none;
}

.spot:hover {
border:2px solid #666666;
}

#header {
	width:1000px;
	height: 160px;
	margin:0;
	padding:18px 0 0 0;
	width: 1000px;
	margin:0 auto;
	text-align:left;
}
#sample #header{
	width:880px;
	padding-left:120px;
}
a img{
border:none;
}
#samples a img{
border:solid 2px black;
}
#samples a img:hover{
border:2px solid #666666;
}
#footer{
	width:1000px;
	clear:both;
	color:#666666;
	text-align:center;
	/*background-image: url(images/tatteredbottom.png);*/
	background-repeat: no-repeat;
	padding:10px 0 20px 0;
	background-position: bottom;
	margin:0 auto;
}
#footer a{
color:#999999;
font-size:80%;
text-decoration: none;
}
#wrapper a:hover{
	text-decoration: underline;
}
#contact {
	text-align:left;
	padding:0 10px 0 110px;
	width:180px;
	float:left;
}
#contact img{
	border: solid 2px black;
}
#about{
width:460px; padding-left:8px; margin:0;
}

 #subpage #wrapper #innerwrap p{
text-align:left;
padding-left:70px;
} 
#subpage #wrapper #innerwrap #footer p{
text-align:center;

}
 #subpage #wrapper #innerwrap h3{
text-align:left;
padding-left:70px;

}
