body {
	text-align:center;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(images/devin_danger.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color: #1774e5;
}

 	 a:link {color:#3787ae;text-decoration:none;}
	 a:visited {color:#000000;text-decoration:none;}
	 a:hover {color:#ffffff;}
	 a:active {color:#3787ae;text-decoration:none;}


.container {
	width:800px;
	height:490px;
	text-align:center;
	
}
.insidecontainer {
	background-color:#5d5b4e;
	width:700px;
	height:490px;
	color: #7996A7;
	font-size:18px;
	}
.gecko .container {
overflow:hidden;
}

.ie .container {
overflow:hidden;
}

.nav  {
	width: 781px;
	height:92px;
	padding-top:4px;
	color:#3787ae;
	font-weight:bolder;
	font-size: 12px;
	text-align:center;
	position: relative;
}

.content {
	width:800px;
	height:365px;
	margin-top:30px;
	text-align:center;
	color: #7996A7;
	font-size:18px;
}

.contenttitle {
	color: #000000;
	font-size:19px;
	font-style: italic; 
	
}

.contentbold {
	color: #ffffff;
	font-weight:bold;
	
}



