/* layout */


html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

body {
	background-color: #000000;
	text-align: center;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
margin: 5px auto 10px auto;
}

#divWrapper {
	width: 750px;
	margin: 40px auto;
	text-align: center;
	background: black url(../images/dolasdesignsBG.jpg) no-repeat fixed center top;
	padding-top: 20px;
	height: 100%;
}

/* typography */

/* misc. */

.imgThumbnail {
	border: 1px solid black;
	padding: 5px;
	background-color: white;
	margin-right: 5px;
	margin-left: 5px;
}


div #panel {
	margin: 0 auto;
	text-align:center;
	padding:0;
	height: auto;
	}
	
	img {border: 0;}
	 .clear { clear: both; }


 h1 {
margin: 0 auto;
color:#000000;
height: 145px;
width:1000px;
line-height: 62px;
text-indent: -1000em;
background: #fff url("../images/header.jpg") no-repeat left top;
}

 h2 {
margin: -100px auto 0px auto;
color:#fff;
font-size: 12px;
padding:20px;
 font-weight: normal;


}