body{
	background-color: #B3BFCD;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
}
#body{
	width: 770px;
	background-image: url(images/fenderqbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	margin: 0px auto;
}
.menucolumn{
	width: 150px;
	background-color: #294069;
}
#securitylock,#technicallock,#warfarelock,#contactlock{
	width: 620px;
	height: 285px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}
#securitylock{
	background-image: url(images/security.jpg);
}
#technicallock{
	background-image: url(images/technical.jpg);
}
#warfarelock{
	background-image: url(images/warfare.jpg);
}
#contactlock{
	background-image: url(images/contact.jpg);
}
#fenderQ h1 {
	position: absolute;
	display: block;
	margin: 30px;
	width: 110px;
	height: 110px;
	background: transparent url(images/fenderq.gif) no-repeat top left;
}
#specialist h1{
	position: absolute;
	display: block;
	margin-left: 140px;
	margin-top: 45px;
	width: 240px; 
	height: 36px; 
	background: transparent url(images/specialist.gif) no-repeat top left;
}
#invis span{
	display: none;
}
#btnsecurity a, #btntechnical a, #btnwarfare a, #btncontact a{
	display: block;
	margin: 0px; 
	width: 150px; 
	height: 30px; 
}
#btnsecurity a{
	background: transparent url(images/btn-security1.gif) no-repeat top left; 
}
#btnsecurity a:hover{
	background: transparent url(images/btn-security2.gif) no-repeat top left; 
}
#btntechnical a{
	background: transparent url(images/btn-technical1.gif) no-repeat top left; 
}
#btntechnical a:hover{
	background: transparent url(images/btn-technical2.gif) no-repeat top left; 
}
#btnwarfare a{
	background: transparent url(images/btn-warfare1.gif) no-repeat top left; 
}
#btnwarfare a:hover{
	background: transparent url(images/btn-warfare2.gif) no-repeat top left; 
}
#btncontact a{
	background: transparent url(images/btn-contact1.gif) no-repeat top left; 
}
#btncontact a:hover{
	background: transparent url(images/btn-contact2.gif) no-repeat top left; 
}
#btnsecurity a span,#btntechnical a span,#btnwarfare a span,#btncontact a span{
	display: none;
}
#hdrsecurity h2{
	display: block;
	width: 770px;
	height: 36px;
	background: #000000 url(images/hdr-security.gif) no-repeat top left;
	margin: 0px;
}
#hdrtechnical h2{
	display: block;
	width: 770px;
	height: 36px;
	background: #000000 url(images/hdr-technical.gif) no-repeat top left;
	margin: 0px;
}
#hdrwarfare h2{
	display: block;
	width: 770px;
	height: 36px;
	background: #000000 url(images/hdr-warfare.gif) no-repeat top left;
	margin: 0px;
}
#hdrcontact h2{
	display: block;
	width: 770px;
	height: 36px;
	background: #000000 url(images/hdr-contact.gif) no-repeat top left;
	margin: 0px;
}
#hdrsecurity h2 span, #hdrtechnical h2 span,#hdrwarfare h2 span,#hdrcontact h2 span{
	display: none;
}
#content{
	padding: 10px;
	width: 600px;
}
p{
	margin: 20px;
	font-size: 10pt;
	line-height: 16pt;
}
li{
	font-size: 10pt;
	line-height: 16pt;
}
h3{
	margin: 20px;
	font-size: 10pt;
	color: #637691;
}
a{
	color: #6D8DBA;
	text-decoration: underline;
}
a:hover{
	color: #637691;
	text-decoration: none;
}
#footer{
	padding: 10px;
	width: 750px;
	text-align: right;
	margin: 0px auto;
	background-color: #000000;
	vertical-align: middle;
}
#footer p{
	color: #FFFFFF;
	font-size: 8pt;
	margin: 0px;
	margin-right: 10px;
	vertical-align: middle;
}
#footer a{
	color: #B3BFCD;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
