a {
  color:#B4AEAE;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

body {
	margin:30px;
  text-align:center;
  background:#000000;

	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  letter-spacing:0px;
  color:#B4AEAE;
  word-spacing:2px;

}

#wrapper {
	width:800px;
  margin:0 auto;
  text-align:center;
}

#keyword {
	height:20px;
	overflow:hidden;
  text-align:right;
}
#keyword h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#container {
	margin:0 auto;
  text-align:left;
  background:#FFFFFF;
	width:800px;
  border:3px solid #A1A1A4;
  border-bottom:0px; 

}

#bottom_bar {
	width:800px;
  height:46px;
  background:#ffffff url(../GUI/bottom_bar.gif) no-repeat left;
}


#main {
	height:500px;
 	margin:0 0 0 0;
	padding:0 0 20 0;
  border:0px solid black;
  width:100%;
}

html>body #main {
	height:auto;
  min-height:500px;
}


#left {
	width:228px;
  float:left;
 	margin:0 0 0 0;
	padding:0;
  border:0px solid black;
}

html>body #left {
	width:228px;
}

#logo {
	margin-top:20px;
  margin-left:10px;
}

#nav ul{
  margin:0px;
  margin-top:30px;
  padding:0px;
	list-style:none;
}

#nav ul li a img {
	border:0px;
}

#content {
	margin:0 0 0 229;
	padding:10;
  
  border:0px solid black;
 
}
#header {
	height:160px;
  padding-top:75px;
  border:0px solid black;
}

html>body #header {
	height:85px;
}
#content h1 { 
  font-size:19px;
	font-weight:normal;
}

#content h2 {
  font-size:15px;
	font-weight:normal;
}

#content h3 {
  font-size:14px;
  margin:0px;
  margin-top:3px;
  margin-bottom:1px;
}

#content p {
}
#footer {

  margin:0 0 0 0;
  padding:10px;
  font-size:11px;
  clear:both;
  text-align:center;
}

#footer a:hover {
	color:#B4AEAE;
  text-decoration:underline;
}
p.copyright {
	font-size:9px;
}


/* Tool Tips For SEO*/
a.tips{
	position:relative;
	z-index:24;
	text-decoration:none;
}

a.tips:hover{
	text-decoration:none;
	background-color:#ffffff;
}

a.tips span{
	display: none;
	text-align:center;
}

a.tips span h2{
	font-weight:normal;
	font-size:8px;
	margin-bottom:-1px;
}
a.tips span img{
	border:none;
}

a.tips:hover span{
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:15em;   
	border:1px solid #8A8E95;
	background:#FFFFFF;
	color:#333333;
	text-align: center;
	text-decoration:none;
	padding: 10px;
}

a.tips:hover span.top{
	margin-top:-200px;
}