/*  James Bond Base Styles */
body{
	background: gray url(../mainpix/bgopen3.jpg) no-repeat fixed 0% 0%;
	font: normal normal bold large arial, helvetica, sans-serif;
	color: #000000;
	}
div {
	
	}
.outside {
	width: 90%;
	margin: 2%;
	border: thick outset #0000ff;
	}
.header{
	background: transparent url(../mainpix/header-007.gif) no-repeat scroll top center;
	width: 98%
	height: 200px;
	margin: 0% 1% 0% 1%;
	border-bottom: medium solid navy;
	font-size: xx-large;
	text-align: center;
	}
.content {
	width: 90%
	margin: 4%;
	border: thin none red;
	text-align: center;
	}
.spacer {
	height: 10px;
	}
h1, h2, h3, h4, h5, h6{
	font-style: normal;
	font-weight: 900;
	text-align: center;
	}
.ital {
	font-family: serif;
	font-style: italic;
	font-size: large;
	text-transform: uppercase;
	}
img {
	text-align: center;
	vertical-align: middle;
	}
img.w40 {
	height: 40px;
	width: 40px;
	border: thin solid #00008b;
	}
img.w50 {
	height: 50px;
	width: 50px;
	}
img.w75 {
	width: 75px;
	}
img.w100 {
	width: 100px;
	}
img.w150 {
	width: 150px;
	}
img.w200 {
	width: 200px;
	}
img.w250 {
	width: 250px;
	}
img.w300 {
	width: 300px;
	}
img.w350 {
	width: 350px;
	}
img.headerpic {
	width: 85%;
	}

