body {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	background-color: #C9DFEB;
	}

a:link { color: #437590; }
a:visited { color: #89B3CA; }

h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; }

h1 { font-size: 19px; }

h2 { font-size: 17px; }

h3 { font-size: 15px; }
	
.wrapper {
	position: relative;
	width: 741px;  /* width of centered content, usually header width */
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}

.logo {
	position : absolute;
	top : 0px;
	left : 0px;
	}

.life {
	position : absolute;
	top : 75px;
	left : 209px;
	}

.toptext {
	position : absolute;
	top : 85px;
	left : 225px;
	width: 300px;
	z-index: 1;
	color: #ffffff;
	}

.toptext h1 {
	font-size : 18px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	font-size : 16px;
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 75px;
	left : 20px;
	width: 180px;
	z-index: 1;
	}

.nav1 {
	text-align: right;
	line-height: 2em;
	font-weight: bold;
	}

.nav1 div {	
	padding: 5px;
	border-bottom: solid 1px #cccccc;
	}

.nav1 a:link, .nav1 a:visited {
	color: #437590;
	text-decoration: none;
	}

.nav1 a:hover {
	color: #89B3CA;
	text-decoration: none;
	}

.nav2 h3 {
	border-bottom: solid 1px #cccccc;
	color: #666666;
	}

.content {
	position : absolute;
	top : 75px;
	left : 0px;
	width: 500px;
	padding: 210px 20px 10px 220px;
	background: url(/images/outdoorsafety-back.gif) repeat-y;
	border-bottom: solid 1px #cccccc;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}



.ads {
	position : absolute;
	top : 230px;
	left : 240px;
	text-align : center;
	}

.breadcrumbs {
	text-transform : capitalize;
	}

.linkbox {
	width: 90%;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
	}

.prop {
    height: 50px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}