html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
  font: normal normal normal 11px Verdana, Helvetica, sans-serif; 
}
body.home {
  background: #ffa800 url('images/home.logo.jpg') no-repeat center 34px;
}

a img {
	border: 0;
}

#homebox {
	width: 362px;
	border: solid black 1px;
	background-color: #fff;
	padding: 18px;
	margin: 159px auto 0 auto;
}
	#homebox, #homebox a, #homebox h1 {
		color: #000;
		font-family: "Courier New", Courier, mono;
		font-size: 13pt;
		font-weight: bold;
		line-height: 20px;
		text-decoration: none;
	}
	#homebox a:hover {
		color: #f90
	}
	#homebox h1 {
		padding: 0;
		margin: 0;
	}
#picframe {
	width: 500px;
	margin: 46px auto;
	text-align: center;
}
	#picframe img {
		padding: 0 8px
	}

#wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -23px;
}

#logo {
	width: 309px;
	height: 86px;
	float: left;
	margin-right: -309px;
  background: transparent url('images/head.logo.gif') no-repeat 0 0;
	border-bottom: solid #29354f 1px;
}
#topnav {
	margin-left: 309px;
}
#topnava {
	height: 41px;
	width: 100%;
	float: right;
  background: #ffa800 url('images/head.artility.gif') no-repeat 0 0;
	border-bottom: solid white 1px;
}
	#topnava p {
		padding: 10px 0 0 104px;
		margin: 0;
		vertical-align: middle;
		
		color: #000066;
		font-family: "Courier New", Courier, mono;
		font-size: 13pt;
		font-weight: bold;
		line-height: 14px;
	}
#topnavb {
	height: 22px;
	width: 100%;
	float: right;
	clear: right;
  background-color: #4c70a0;
	border-bottom: solid white 1px;
	
}
#topnavc {
	height: 21px;
	width: 100%;
	float: right;
	clear: right;
  background: #4c70a0;
	border-bottom: solid #29354f 1px;
}
	#topnavb, #topnavb a, #topnavc, #topnavc a {
		color: #fff;
		text-decoration: none;
		font-family: "Courier New", Courier, mono;
		font-size: 10pt;
		font-weight: bold;
		line-height: 16pt;
	}
	#topnavb a:hover, #topnavc a:hover {
		color: #f90;
	}
	
#slogan {
	height: 17px;
	clear: both;
	padding: 4px 0 0 11px;
	background-color: #ffa800;
	border-bottom: solid #29354f 1px;
	
	color: #000066;
	font-family: "Courier New", Courier, mono;
	font-size: 13pt;
	font-weight: bold;
	line-height: 14px;	
}

#ctnt {
	padding: 25px 10px;
}

#footer {
	position: relative;
	height: 15px;
	padding: 6px 5px 0 0;
	clear: both;
	background-color: #ffa800;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	text-align: right;
}
#footer, #footer a {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 8pt;
}