/***********************************************/
/* Base Stylesheet                             */
/***********************************************/

*{margin:0;padding:0;line-height:1.3;}
body{
	background: #c8a46d url("/images/bg_splash.jpg") top left;
	color: #996633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 20px;
}

h1, h2, h3, h4{font-weight:normal;margin:.6em 0 .3em 0;}
h1{font-size:210%;line-height:100%;}
h2{font-size:166%;}
h3{font-size:136%;}
h4{font-size:126%;}

ul{margin:.3em 0 1.5em 0;list-style-type:none;}
ol{margin:.5em .5em 1.5em;}
ol li{margin-left:1.4em;padding-left:0;background:none;list-style-type:decimal;}
li{line-height:1.4em;padding:5px 0 5px 15px;background:transparent url("/images/bullet.gif") no-repeat 0 0;}

.splash{
	width: 100%;
	height: 144px;
	text-align: left;
	background: #9a6438 url("/images/bg_wood_splash.gif") repeat-x top left;
}

.splash img{float:left;}
.splash p{margin-top:15px;float:left;}
.splash a{color:#c8a46d;font-size:20px;float:left;text-decoration:none;}

.border{border:4px solid #b99763;margin:10px;}

/***********************************************/
/* News Ticker                                 */
/***********************************************/

#news{
	float: left;
	clear: both;
	position: relative;
	width: 281px;
	height: 257px;	
	margin: 10px;
	overflow: hidden;
	background: url("/images/bg_ticker_splash.gif") no-repeat top left;
}

.headline{
	position: absolute;
	top: 220px;
    left: 15px;
	width: 260px;
	height: 270px;
	margin-top: 45px;
	font-size: 15px;
	font-weight: bold;
	color: #020001;
}

/***********************************************/
/* News Static                                 */
/***********************************************/

#news_static{
	float: left;
	position: relative;
	width: 281px;
	height: 257px;	
	margin: 10px;
	overflow: hidden;
	background: url("/images/bg_ticker_splash.gif") no-repeat top left;
}
#news_static div{margin:45px 15px 15px 15px;color:#020001;}
