html, body{height:100%; background: #aab4be;} 
body {
	background: #aab4be;
	padding: 0;
	margin: 0;
	height: 100%;
}

a:link{
  color: #666666;
  text-decoration: underline;
}

a:hover {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: underline;
}

#outer{
	min-width: 100%;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #fff;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	margin-bottom: 0px;
}
* html #outer{height:auto;}

h1#header{
	background: #aab4be;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #666666;
	font: 28px verdana, arial;
	text-align: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding-top: 50px;
	padding-left: 10px;
}

#content {
	position:relative;/*ie needs this to show float */
	width: 70%;
	height: auto;
	float:left;
	background: #fff;
	padding: 10px 0 0 20px;
	margin: 0px 0px 0px 0px;
	margin-right: 100px;
	margin-bottom: 1px;
	z-index: 2;
	
}

#content p {
  padding: 0;
  margin: 5px 0 0 20px;
  font: 12px verdana, arial;
  line-height: 18px;
  color: #000;
}

#content h1 {
  color: #666666;
  padding: 0;
  margin: 0 0 0 0px;
  clear: both;
  font: 20px verdana, arial;
  line-height: 25px;
}

#content h2 {
  color: #666666;
  padding: 0;
  margin: 0 0 0 10px;
  clear: both;
  font: 16px verdana, arial;
  line-height: 20px;
}

#content img{
	margin: 1px 0 1px 0;
	border: 1px solid #000000;
}

#menu {
	position: relative;/*ie needs this to show float */
	width: 100px;
	float: right;
	margin-left: -99px;/*must be 1px less than width otherwise won't push footer down */
	margin-top: -10px;
	margin-bottom: -2px;
	left: -2px;
	margin-right: 10px;
	background: #aab4be;
	font: 12px verdana, arial;
	text-align: center;
	border-bottom: 2px solid #000;
	border-top: 2px dashed #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	z-index: 3;
}

#menu h1 {
  color: #000;
  padding: 0 0 0 0px;
  margin: 0 0 0 0px;
  clear: both;
  font: 18px verdana, arial;
  line-height: 20px;
}

#menu p {
  padding: 0;
  margin: 0 0 0 0px;
  font: 12px verdana, arial;
  line-height: 15px;
  color: #000;
}

#tick2 b {
  padding: 0;
  margin: 2px 0 0 0px;
  font: 10px verdana, arial;
  line-height: 10px;
  color: red;
}

#menu img {
/*	vertical-align: middle;*/
	padding: 0 0 0 0px;
	margin: 3px 0 0 0;
	border: none;
}

#footer {
	position:relative;
	bottom:0;
	width: 100%;
	clear:both;
/*	height: 40px;	*/
	clear: both;
	margin-right: 0px;
	margin-bottom: 0px;
	border-right: 0px solid #000;
}

.bottom {
	width: 100%;
	overflow:hidden;
	
}

.online_status {
	position: relative;
	float: left;
	border: 1px dashed #ccc;
	margin: 5px;
	padding: 2px;
	width: 150px;
}

#bot_img {
  background: url(/files/img/pic_bar.jpg);
  border-bottom: 2px solid #000;
  height:20px;
}

#bot_t {
	position: relative;
	float: right;
	/*margin-bottom: 12px;*/
	height:15px;
	background: #aab4be;
}

#bot_t p {
	padding: 0;
	margin: 0 0 0 0;
	font: 10px verdana, arial;
	line-height: 11px;
	color: #000;
	text-align: right;
}
