@charset "utf-8";
/* CSS Document */

html {
	background-color:#000;
	background-image:url(../images/longbar.png);
	background-repeat:repeat-x;
}

body {
	width:850px;
	margin:auto;
	font-family: Verdana, Geneva, sans-serif;
	/*border:1px solid white;*/
}

span a.current, li a.current, #lowerlinks a.current{
	color:yellow;
}

span a.current:hover, li a.current:hover, #lowerlinks a.current:hover{
	color:yellow;
}

a.tipLink{
	border-bottom:1px dashed red;
	text-decoration:none;
}

#info{
	clear:both;
	float:right;
	width:600px;
}

.introText{
	 float:right;
	 border-bottom:1px dotted #fff;
	 width:73%;
	 padding-bottom:15px;
}

.introText a, #container p a{
	color:rgb(255,102,51);
}

.introText a:hover, #container p a:hover{
	color:yellow;
}

.leftLinks{
	 width:24%;
	 float:left;
}

.leftLinks a{
	display:block;
	padding:5px 0px 5px 5px;
	text-decoration:none;
	border-bottom:1px dotted #fff;
	color:#fff;
}

.leftLinks a:hover{
	color:yellow;
}

.infoText{
	font-size:.9em;
}

/*LowerLinks*/
#lowerlinks{
  clear:both;
  font-size: .75em;
  text-align: center;
  margin-bottom:20px;
  padding-top:30px;
}

#lowerlinks a{
	color:#999;
	text-decoration:none;
}

#lowerlinks a:hover{
	color:#fff;
}