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

<style>
        /* RESETS (START) */

* { margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
}

ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

a {
	outline: none;	
}

:focus
{
  -moz-outline-style: none;
}

/* RESETS (END) */


body {
	text-align:center; /* IE 6 Fix */
    background:#000/*e67817 old color*/ url(../images/survivalbackground.png) repeat-y center center;
}

div#site-container {
	margin:0px auto;
	width:900px;
	text-align:left; /* Reset */
	position:relative;
	padding:0px 0px 0px 0px;
	background:#030;
}

div#site-header {
	background:#000000;
	height:50px;
	padding:0px 0px 20px 0px;
	border:solid thin #FC3;
	
}

div#riflag {
	position:absolute;
	width:150px;
	height:150px;
	top:-50px;
	left:721px;
	background-image:url(../images/riflag.png);
	}

	
div#site-header h2 {
	color:#FFFFFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:10px 0px 20px 0px;
	text-align:center;
	}

div#site-content {
	margin:70px 32px 28px 32px;
	background:#FFF;
	border:solid thin #FC3;
	border-radius:15px;
}

div#site-content-wrapper {
	/*background:url(file:///Macintosh%20HD/Users/d24bishop/Sites/OceanstateHD.com/img/site-content-top.gif) no-repeat left top;*/
}


div#site-content h1 {
	padding:10px;
	color:#136ba5;
	font-size:30px;
	text-align:center;
}

div#site-content h2 {
	color:#136ba5;
	font-size:22px;
	text-align:center;
}

div#site-content p {
	padding: 0px 20px 20px 20px;
	font-size:18px;
}


div#site-nav {
	position:absolute;
	top:80px;
	left:30px;
	width:850px;
	height:46px;
	text-align:center;
}

div#site-nav {	
}

div#site-nav ul li {
	float:left;
}

div#site-nav ul li a {
	display:block;
	height:26px;
}

div#site-nav ul li a.nav {
	margin-left:0px;
	width:140px;
	background-position:0px top;
	color:#003;
	font-weight:bold;
	font-size:16px;
	background:#CCCCCC;
	
}

div#site-nav ul li a.nav:hover {
	margin-left:0px;
	width:140px;
	background-position:0px top;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	background:#666;
}

div#site-footer h6 {
	text-align:center;
	text-transform:lowercase;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#fff;
	padding-bottom:20px;
}

div#site-footer h6 a {
	color:#fff;	
}

div#site-footer h6 a:hover {
	color:#136ba5;	
}
