/*
      Code adapted by Michael Mizrahi from Keith Donegan of Code-Sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Georgia, Garamond, serif;
 font-size: 13px;
/* background-image:url('/new/bg.jpg');
 background-repeat: repeat-xy;*/
 background-color:#163151; /*375d81*/
 line-height:16px;
}
a:link {
 text-decoration:underline;
 color:#91AA9D;
}
a:visited {
 color:#91AA9D;	
}
a:active{
}
a:hover{
 color:#C47830;
}

h1 {
 text-align:center;
 font-family:Garamond, Georgia, serif;
 line-height:29px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url('Web_bll.png');
 margin-bottom: 10px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 border-style:solid;
 border-width:0px;
}
#header {
 width: 902px;
 padding: 10px;
 height: 205px;
 margin: 10px 0px 0px 0px;
/* background-image:url('/new/bg.jpg');
 background-repeat: repeat-xy;*/
 background-color:;
 text-align:center;
 top: 0;
}
#footer {
 text-align:center;
}
#leftcolumn { 
 display: inline;
 color: #BDBEC0; /*changed from gray #333, 4D5865, to BDBEC0*/
 margin: 10px;
 padding: 0px;
 width: 205px;
 float: left;
 font-family: Verdana, Trebuchet, Helvetica, sans-serif;
}
#leftmiddle { 
 display: inline;
 position: relative;
 float: left;
 color: #89d3db;
 margin: 10px 13px;
 padding: 0px;
 width: 209px;
 font-family: Verdana, Trebuchet, Helvetica, sans-serif;
}
#rightmiddle { 
 display: inline;
 position: relative;
 float: left; 
 color: #BDBEC0;
 margin: 10px 10px 10px 10px;
 padding: 0px;
 width: 205px;
 font-family: Verdana, Trebuchet, Helvetica, sans-serif;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #89d3db;
 margin: 10px 10px 10px 17px;
 padding: 0px;
 width: 205px;
 float: left;
 font-family: Verdana, Trebuchet, Helvetica, sans-serif;
}
.clear { clear: both; background: none; }
#exclusive {
	background: url(ball.png) no-repeat top center;
	width:140px;
	height:117px;
	position:absolute;
	left:50%;
	margin-left:300px;
	display:block;
}
#bubble{
	font-family:georgia;
	font-size:13px;
	line-height: 18px;
	color:#333;
	text-align:center;
	text-decoration:none;
	padding-top:30px;
}
#bubble a, a:hover {
/*	font-family:georgia; 
	font-size:15px; 
	line-height: 15px; */
	color:#C47830;
	text-align:center;
	text-decoration:none;
	padding-top:30px;
}
#bubble a:hover {
	text-decoration:underline;
}

#twitter_update_list li {
list-style-type: none;
}

#twitter_update_list span {
color: #871f24;
}

#twitter_update_list span a {
display: inline;
color: #871F24;
}
#twitter_update_list span a:hover {
text-decoration: underline;
color: #871F24;
}