/*  
Wholphin DVD
Author: Lauren Andrews
*/

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0px none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 13px;
	font-family: inherit;
	vertical-align: baseline
}

body {
	line-height: 1.25;
	color: #fff;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


html>body {
	font-size: 12px;
}


/*-----------
 Global Text
-----------*/

	a:link, a:visited {
		text-decoration: underline;
		color: #fff;
	}
	a:hover {text-decoration: underline;
		color: #d2d2d2;}
	a.subscribe, a.purchase, a.download,
	
	strong {
		font-weight: bold;
	}
	em {
		font-style: italic;
	}
	.alignleft {
		float: left;
	}
	.alignright {
		float: right;
	}
	
	/* Entry Text */
	
		h2 {
			font-weight: bold;
			font-size: 3em;
			padding: 3px 10px;
			margin-top: 30px;
			margin-bottom: 10px;
			position: relative;

		}

			h2 a {
				position: absolute;
				top: 4px;
				right: 4px;
				font-weight: normal;
				font-size: .75em;
				text-transform: lowercase;
				
			}


		h3 {
			font-size: 1.5em;
			margin: 1em 0;
			line-height: 1.2em;
		}
		h3:first-child {
			margin-top: 0;
		}
		h4 {
			font-size: 1.25em;
			margin: 1em 0;
			text-transform: uppercase;
			font-weight: bold;
			letter-spacing: .1em;
			color: #444;
		}
		h4:first-child {
			margin-top: 0;
		}
		h5 {
			font-size: 1.167em;
			font-weight: bold;
			margin: 1em 0;
		}


#header{
	width: 975px;
	border: none; 
	padding: 0px 0px 0px 1px;
	margin: 0 auto; 
	text-align: center;


}
	#footer{
		width: 986px;
		border: 0px; 
		padding: 0px 0px 0px 1px;
		margin: 0 auto; 
		text-align: center;
}

#wholecontent{	
	width: 975px;
	border: 0px; 
	padding: 0;
	margin: 0 auto; 
	text-align: center;

}
  #clearfix{
		clear: both;

