@charset "utf-8";
/* st-templates.com */
html	{
	margin-bottom:1px;
	height:100%;
}
body	{
	background:#fae500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}
ul, li	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	padding:0;
	margin:0;
	list-style:none;
}
#header	{
	background:url(../images/stt_header.jpg) top center repeat-x #fae500;
	width:100%;
	height:295px;
}
#thumbs	{
	background:url(../images/stt_thumbs_bg.jpg) top center repeat-y #fae500;
	width:100%;
}
#thumbs	a	{
	border:1px solid #000;
	padding:1px;
	display:block;
}
#thumbs	a:hover {
	border:1px solid #fae500;
	display:block;
	background:#f7e403;
}
#content	{
	width:910px;
	margin-right:3px;
}
#top_box	{
	background:url(../images/stt_top_box.jpg) top center repeat-x #fae500;
	height:20px;
}
#top_box_end	{
	background:url(../images/stt_top_box_end.gif) top center repeat-x #fae500;
	height:170px;
	text-align:right;
}
#ad	{
	background:url(../images/stt_ad.jpg) top center repeat-x #fae500;
	height:113px;
}
#box_end	{
	background:url(../images/stt_bookmark_self.gif) top center repeat-x #fae500;
	height:170px;
	text-align:right;
}
#footer	{
	background:url(../images/stt_footer.jpg) top center repeat-x #fae500;
	height:208px;
}
#text	{
	width:230px;
	padding:90px 3px 0 3px;
	color:black;
	font-size:11px;
}
#text a, text	a:hover	{
	color:black;
	text-decoration:underline;
	cursor:default
}