html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus { outline: 0; }
blockquote, q { quotes: "" ""; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
/* Remove border around linked images and fix Firefox odd spaces */
img {
	border: 0;
	vertical-align: bottom;
	float: left;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/*debug border on all divs*/
div { border: 0;}
/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px;	/* added for flash detection */ height: 100%; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
.nav ul, .topnav ul, .leftnav ul, .ftrnav ul { list-style: none; }

/* Class for clearing floats */
.clear { clear: both; }

/*-------------------------------------------------*/

body {
	background: #000 url(http://www.mastersonimaging.com/i/bkg.png) no-repeat center top;
}

#container {
	margin: 0 auto;
	width: 960px;
}

#hdrwrapper {
	width:960px;
	height: 87px;
	padding-top: 23px;
}

#hdr {
	width: 960px;
	margin: 0 auto;
	position: relative;
}




#wrapper {
	border-top: 1px solid #4d4d4d;
	border-right: 1px solid #242424;
	border-bottom: 1px solid #4d4d4d;
	border-left: 1px solid #242424;	
	width:958px;
	margin: 0 auto;
	height:464px;
}

#wrapperinner {
	border-top: 1px solid #4d4d4d;
	border-right: 1px solid #242424;
	border-bottom: 1px solid #4d4d4d;
	border-left: 1px solid #242424;	
	width:958px;
	margin: 0 auto;
	overflow: hidden;
}


/*----------------------------------------------*/

/* makes min height than can expand */

#yourId {
min-height:300px;
height:auto !important;
height:300px;/*Needs to match the min height pixels above*/
}
