	html
{
	overflow-x: auto;
}

body
{
	background: #181e26 url(../images/background.jpg) no-repeat fixed left; 
	font-family: times new roman;
	font-size: 12px;
	line-height: 135%;
	margin: 0px;
	padding: 0px;
	width: 95%
	text-align: center;
}



#logostrip
{
	height: 200px;
	margin: 20px;
	padding: 0;
	margin-left: 22%;
}

#submenu
{
	background: #020202 url(../images/bg/tile.png);
	border: 1px solid #FFF;
	border-top: 0;
	color: #8b7d7c;
	margin: 0;
	height: 29px;
	text-align: center;
}
.leftlink,
.rightlink
{
  color: yellow;
  text-align: center;
  background: #181e26; 
  border: 2px solid yellow;
  padding: 10px 10px 10px 10px;
  font-weight: bold;
  font-size: 14px;

}

.leftlink a:hover, 
.leftlink a:active,
.rightlink a:hover, 
.rightlink a:active
{
	background: transparent;
	color: #5176B5;
}

#submenu a:link,
#submenu a:active,
#submenu  a:visited
{
	background: transparent;
	color: #FFF;
	font-weight: bold;
	padding: 0 6px 0 6px;
	text-decoration: none;
}

#submenu a:hover
{
	background: transparent;
	color: #dddddd;
}

#ipd-msg-wrapper
{
	display: none;
	width: 220px;
}
