/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	}

/* Put it back on certain elements */


/* Class for clearing floats */
.clear {
	clear:both;
	height:0px;
	}

/* Remove border around linked images */
img {
	border: 0;
	display:block;
	}

body {
	background:url(../img/splashBg.jpg) top center no-repeat #391c0c;
	color:#c5aa6e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	}
	
#content {
	width:600px;
	margin:355px auto 0 auto;
	}
	
p {
	padding:0 0 15px 0;
	}
	
#surgeonGeneral {
	width:319px;
	height:76px;
	float:left;
	padding:0 15px 15px 0;
	}
	
h3 {
	text-align:center;
	padding:0 0 20px 0;
	}
	
/* =enterNav 
-----------------------------------------------------------------------------*/
#enterNav {
	margin:0 0 200px 0;
	width:600px;
	height:50px;
	}
	
#enterNav ul {
	list-style:none;
	padding:0;
	margin:0;
	}
	
#enterNav ul li {
	list-style:none;
	float:left;	
	}
	
#enterNav ul li a {
	text-indent:-5000px;
	}
	
#enterNav ul li a:link, #enterNav ul li a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:top;
	}

#enterNav ul li a:hover, #enterNav ul li a:active, /* for IE 'flicker' on rollover */ #enterYes, #enterNo {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
	}

#enterYes a, #enterYes {
	height:50px;
	width:300px;
	background:url(../img/navEnterYes.jpg) no-repeat;
	}
	
#enterNo a, #enterNo {
	height:50px;
	width:300px;
	background:url(../img/navEnterNo.jpg) no-repeat;
	}
	
