@charset "UTF-8";
/* CSS Document */

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,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td{
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			vertical-align: baseline;
			background: transparent;
			}


body{
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}

#wrapper{
	background:#fff;
	width:960px;
	height:800px;
	margin-left:auto;
	margin-right:auto;
	
}

#header{
	position:relative;
	float:left;
	background:url(../images/header4.png);
	width:960px;
	height:448px;
	
}
#slider{
  position:relative;
  float:left;
  background:#fff;
  width:960px;
  height:320px;
  border-bottom:#333, 5px;
  
}

#slider2{
  position:relative;
  float:left;
  background:#fff;
  width:960px;
  height:239px;
  border-bottom:#333, 5px;
  
}

.vid{
	position:relative;
	width:533px;
	height:239px;
	margin:0 auto;
	
}


#pic{
  position:relative;
  float:left;
  width:96px;
  height:239px;
  
}

#picture{
	position:relative;
	float:left;
	background:url(../images/picture2.png);
	width:960px;
	height:390px;
	
	
}

#footer{
	position:relative;
	float:left;
	background:url(../images/footer3.png);
	width:960px;
	height:200px;
	
}


