@font-face {
	font-family: 'ChinchillaRegular';
	src: url('fonts/chinchilla-webfont.eot');
	src: local('?'), url('fonts/chinchilla-webfont.woff') format('woff'), url('fonts/chinchilla-webfont.ttf') format('truetype'), url('fonts/chinchilla-webfont.svg#webfontjvN6Qr1B') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BlackBeardRegular';
	src: url('fonts/blackbeard-webfont.eot');
	src: local('?'), url('fonts/blackbeard-webfont.woff') format('woff'), url('fonts/blackbeard-webfont.ttf') format('truetype'), url('fonts/blackbeard-webfont.svg#webfontF6DxSzET') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Begin Typography & Colors */
body {
	font-size: 10px;
	line-height: 120%;
	font-family: Arial,Helvetica,sans-serif;
	background: #424222 url(../images/bg.png) repeat center center;
	color: #555;
	text-align: center;
}

#page {
	position: relative;
	width:900px;
	margin: 0px auto;
	text-align: left;
}

#container {
	background: transparent;
	margin: 0px auto 20px auto;
	padding: 10px;
}

#headercont {
	height: 180px;
	width: 900px;
}
#header {
	position: absolute;
	top: 60px;
	height: 120px;
	width: 900px;
	background: transparent url(../images/map.jpg) no-repeat center center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}

#headeroff{
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}


#headerleft{
	position: absolute;
	top:0px;
	left:0px;
	width:450px;
	height: 180px;
	background: url(../images/logo.png) no-repeat bottom left;
}

#headerright{
	position: absolute;
	top:0px;
	right:0px;
	width:450px;
	height: 180px;
	background: url(../images/gator-parrot.png) no-repeat bottom right;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 0;
	behavior: url(/PIE.htc);
}
#headerlink{
	width:440px;
	height: 180px;
	padding: 0px;
	display:block;
}


#homeheader{
	text-align: center;
	margin: 0px auto 20px auto;	
	font-size: 14px;
	line-height: 120%;
	font-family: Arial,Helvetica,sans-serif;
	color: #979777;
}
.homelinks{}

.linkbox h1{
	margin-top:242px;
	font: 39px ChinchillaRegular;
	padding:10px;
	padding-bottom:0px;
	display: block;
	color: #424222;
	text-transform: uppercase;
	text-shadow: #999 1px 1px 4px;
	}

.linkbox .sublink{
	font: 12px Arial,sans-serif;
	display: block;
	color: #848444;
	}

.homelinks .linkbox{
	display: block;
	margin:8px;
	float:left;
	height:310px;
	width:200px;
	padding:0px;
	color: #666;
	font: 18px Arial,Helvetica,sans-serif;
	background:#dfd9d0 no-repeat top center	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
	}
.homelinks .linkbox {
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	behavior: url(/PIE.htc);
	}


.homelinks .linkbox{text-align: center;}
.homelinks .linkbox:hover {
	-webkit-box-shadow: 5px 5px 15px #000;
	-moz-box-shadow: 5px 5px 15px #000;
	box-shadow: 5px 5px 15px #000;
	behavior: url(/PIE.htc);
}


#subheader {
	font: bold 13px Arial,sans-serif;
	text-transform: capitalize;
	margin: auto;
	margin-bottom: 25px;
	color: #999;
	text-align: center;
	width: 860px;
	background: #000;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius:0 0 7px 7px;
	behavior: url(/PIE.htc);
}

#footer {
	font-size:12px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 10px;
	width: 900px;
	background: transparent url(../images/bg-dark.png) repeat-x center center;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#828262;
	behavior: url(/PIE.htc);
}

#footer a{
	color: #CCBBAA;
	text-decoration:none;
}
#footer a:hover{
	color: #FFF;
	text-decoration:underline;
}

#searchform {
	display: inline-block;
	color: #0072bc;
	text-decoration:underline;
	margin:auto;
}
#searchform #s{width:100px;}
#searchform #searchsubmit{border: 1px outset #CCC;background:#EEE;}
#searchform #searchsubmit:active{border: 1px inset #CCC;background:#BBB;}

#breadcrumb {
	font-size: 10px;
	color: #789;
	overflow: hidden;
	padding: 5px;
	background: #e9ecef;
}
#breadcrumb a {
	text-decoration:underline;
}
#status {
	font: 16px/20px Georgia,Times,serif;
	text-align: center;
	color: #456;
	overflow: hidden;
	padding: 30px 20px 20px 20px;
	background: #FFC url(grads/gs.php?t=top&h=10&w=1&sc=666666&ec=FFFFCC) repeat-x top center;
}


#tourbtn{
	float: left;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/PIE.htc);
	background: #900;
	margin:5px;
}
#tourbtn a{
	color: #FFF;

}
ul#bannernavi {
	position:relative;
	font-family: Arial,sans-serif;
	display: block;
	list-style: none;
	float: right;
	margin-right:15px;
	background: none;
}
ul#bannernavi li {
	float: left;
}
ul#bannernavi li a {
	padding: 10px 10px;
	font: 12px Arial,sans-serif;
	line-height: 16px;
	display: inline-block;
	color: #AAA;
}
ul#bannernavi li a:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}
ul#bannernavi li a:active{
	background: #333 url(grads/gs.php?t=top&h=5&w=1&sc=000000&ec=333333) repeat-x top center;
}
ul#bannernavi li.current_page_item a,ul#bannernavi li.current_page_ancestor a {
	color: #fff;
	font-weight: bold;
	background: #222 url(grads/gs.php?t=top&h=5&w=1&sc=000000&ec=222222) repeat-x top center;
}

#pagenavi {
	margin-top:0px;
	display: inline;
	list-style: none;
	background: none;
	width: 180px;
	float: left;
}
#pagenavi li {
	float: left;
	margin: 0 0 10px 0;
	text-align: left;
	text-indent: 0px;
}
#pagenavi li a {
	width:155px;
	padding: 10px 15px 10px 10px;
	display: inline-block;
	background: #456;
	font: 13px Arial,sans-serif;
	color: #dfd9d0;
	background: transparent url(../images/bg-dark.png) no-repeat center center;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}


#pagenavi .pagenavibtn {
	width:170px;
	padding:5px;
	margin: 0 0 10px 0;
	text-align: center;
	display: inline-block;
	color: #dfd9d0;
	background: transparent url(../images/bg-dark.png) no-repeat center center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	behavior: url(/PIE.htc);
}

#pagenavi li a:hover {
	background: #000;
	color: #FFF;
	text-decoration: none;
	}
#pagenavi li a:active{background:#000;color:#fff;}

#pagenavi li.current_page_item a {
	background: #000;
	color: #FF9;
	font-weight: bold;
}


#pagenavi li ul {
	display: block;
	list-style: none;
	background: none;
}
#pagenavi li ul li {
	margin: 1px auto;
	text-align: left;
	text-indent: 0px;
}
#pagenavi li ul li a {
	padding: 8px 5px 8px 20px;
	display: block;
	background: transparent url(../images/bg-light.png) no-repeat center center;
	font: 12px Arial,sans-serif;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}
#pagenavi li ul li a:hover {
	background: #000;
	color: #FFF;
	text-decoration: none;
	}
#pagenavi li ul li a:active{background:#000;color:#fff;}

#pagenavi li ul li.current_page_item a {
	background: #FFF;
	color: #000;
	font-weight: bold;
}

#pagenavi .navtitle {
	text-align: left;
	margin-bottom: 4px;
	display: block;
	padding: 10px;
	background: #667788;
	font: 13px Arial,sans-serif;
	color: #C0C9CF;
	font-weight: bold;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}




#content .post ul#subpagelist {
	display: block;
	list-style: none;
	background: none;
}
#content .post ul#subpagelist li {
	padding: 5px;
	margin: 0px auto;
	text-align: left;
	text-indent: 0px;
}
#content .post ul#subpagelist li a {
	width: 175px;
	padding: 10px 20px;
	display: block;
	background: #456;
	font: Bold 12px Arial,sans-serif;
	color: #e9ecef;
	text-decoration: none;
	border: 2px outset #789;
}
#content .post ul#subpagelist li a:hover {
	background: #567;
	color: #fff;
	}#content {
	width: 480px;
	margin-left: 20px;
	margin-top: 0;
	display: inline;
	border-right: 0 solid #258;
	border-left: 0 solid #258;
	border-bottom: 0 solid #258;
	background: #fff;
	float: left;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}

#content h2 {
	padding: 55px 200px 25px 15px;
	display: block;
	font: 36px/36px BlackBeardRegular,sans-serif;
	color: #424222;
	text-transform: uppercase;
	text-shadow: #dfd9d0 2px 2px 5px;
}

#content h2 a {
	text-decoration: none;
	color: inherit;
}

#content h2 a:hover {
	text-decoration: underline;
	color: inherit;
}

#content h2 a:visited {
	color: inherit;
}

#content .post h2 {
	padding: 0;
	display: block;
	font: 30px/30px BlackBeardRegular,sans-serif;
	color: #424222;
	text-transform: none;
	text-shadow: #dfd9d0 2px 2px 5px;
}

#content .post h2 a {
	color: inherit;
	text-decoration: inherit;
}

#content h2.pagetitle {
	font-size: 16px;
	font-weight: 700;
	background: #0072bc;
	background: #567 url(grads/gs.php?t=top&h=20&w=1&sc=99AABB&ec=667788) repeat-x top center;
	color: #fff;
	padding: 10px 15px;
	overflow: hidden;
}

#content h3 {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	padding: 3px 5px;
	height: 18px;
	margin: 10px 0 0;
	background: #EEE;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#content h4 {
	padding: 2px 4px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	background: #EEE;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#content a.searchtitle {
	display: block;
	font-size: 14px;
	font-weight: 400;
	background: #789;
	color: #fff;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 1px;
}

#content .breadcrumb {
	font-size: 11px;
	color: #AAA;
	overflow: hidden;
	margin-bottom: 5px;
}

#content .breadcrumb a {
	text-decoration: underline;
}

.navigation {
	margin-bottom: 0px;
	padding: 10px 20px;
	height: 15px;
	color: #ABA;
	background: #EEE;
	font-size: 12px;
	background: #232;
}

.navigation a {
	color: #ABA;
}

.navigation a:hover {
	text-decoration: underline;
}

#content .postlist {
	font-size: 13px;
	background: #FFF;
	padding: 20px 16px 10px;
	line-height: 140%;
	overflow: hidden;
	width: expression(this.width>500?500:true);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#content .postlist a {
	color: #06C;
	text-decoration: underline;
}

#content .postlist a:hover {
	text-decoration: underline;
}

#frontpage {
	padding: 35px;
	font-family: Georgia,Helvetica,sans-serif;
	color: #666;
	font-size: 14px;
	line-height: 160%;
	overflow: hidden;
	text-align: justify;
	background: #fff;
	padding: 25px;
	margin: 5px 25px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#frontpage p {
	margin-bottom: 10px;
}

#content .post {
	padding: 25px;
	font-family: Arial,Helvetica,sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 150%;
	overflow: hidden;
	width: expression(this.width>500?500:true);
}

#content .post a {
	color: #06C;
	text-decoration: underline;
}

#content .post a:hover {
	text-decoration: underline;
}

#content .post small {
	color: #000;
	margin: 0 0 15px;
	font-size: 12px;
	font-weight: 700;
}

#content .post .related small {
	display: block;
	color: #666;
	margin: 0 0 15px 15px;
	font-size: 12px;
	font-weight: 400;
}

#content .post p {
	margin-bottom: 20px;
}

#content .post a.more-link {
	color: #069;
	text-decoration: none;
	font-weight: 700;
}

#content .post a.more-link:hover {
	text-decoration: underline;
}

#content .post img {
	max-width: 594px;
}

#content .post .wp-caption {
	padding-top: 5px;
	text-align: center;
	border: 1px solid #CCC;
	background: #EEE;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	background: #eee;
}

#content .post .wp-caption.alignright {
	margin: 5px 0 5px 5px;
}

#content .post .wp-caption.alignleft {
	margin: 5px 5px 5px 0;
}

#content .post .wp-caption p {
	padding: 2px;
	margin-bottom: 0;
}

#content .post ol {
	list-style: decimal;
	list-style-position: outside;
}

#content .post ol li {
	margin-left: 25px;
	margin-bottom: 10px;
}

#content .post ul {
	list-style: disc inside;
	padding-bottom: 10px;
}

#content .post ul li {
	display: list-item;
	margin: 4px 0;
	text-indent: -15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.premetadata {
	font-size: 10px;
	margin-bottom: 10px;
	color: #666;
	background: #fff;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.premetadata img {
	top: 3px;
	position: relative;
}

.premetadata .alignright {
	top: 3px;
	position: relative;
}

.premetadata a {
	color: #246;
}

.premetadata a:hover {
	text-decoration: underline;
}

.postmetadata {
	font-size: 10px;
	color: #666;
	margin-bottom: 20px;
	background: #FEFEFE;
}

.postmetadata .alignleft {
	width: 70%;
}

.postmetadata img {
	top: 3px;
	position: relative;
}

.postmetadata a {
	color: #246!important;
}

.postmetadata a:hover {
	text-decoration: underline;
}

.post-edit-link {
}

img.alignright {
	margin: 0 0 10px 10px;
}

img.alignleft {
	margin: 0 10px 10px 0;
}

.fixed {
	clear: both;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin: auto;
	display: block;
}

#wpf-wrapper {
	font-family: Arial,Helvetica,sans-serif;
}

#wpf-wrapper a {
	color: #826!important;
}

.wpf-table th {
	background: #B59;
}

#content .post table {
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
}

#content .post .heading {
	font-size: 120%;
	clear: both;
	text-align: center;
	margin: 10px 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	padding: 5px;
	background: #456 url(grads/gs.php?t=top&h=30&w=1&sc=667788&ec=445566) repeat-x top center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/PIE.htc);
}

#content .post .pricebox {
	width: 195px;
	float: left;
	margin: 4px;
	padding: 4px;
	border: 1px solid #BA9;
}
#content .post .pricetag {
	float: right;
	border: 1px dotted #BA9;
	color: #000;
	padding: 5px;
	text-align: center;
	font-size: 75%;
}
#content .post .pricetag b{
	display: block;
	font-size: 160%;
	font-weight: bold;
}
#content .post .pricebox ul {
	padding-left: 10px;
}
#content .post .pricebox ul li{
	padding-bottom: 0;
}
#content .post .pricebox p{
	margin-bottom: 0;
}
#content .post .priceitem {
	clear: both;
	text-align: left;
	margin:auto;
	color: #000;
	padding: 10px 20px;
	background: #EEE url(grads/gs.php?t=top&h=10&w=1&sc=DDDDDD&ec=EEEEEE) repeat-x top center;
}

#content .post .priceheading {
	font-size: 110%;
	font-weight: bold;
	margin:0px auto 5px auto;
	clear: both;
	text-align: center;
	color: #FFF;
	padding: 5px;
	background: #998877 url(grads/gs.php?t=top&h=30&w=1&sc=BBAA99&ec=998877) repeat-x top center;
}

#content .post .note {
	clear: both;
	text-align: center;
	margin: 10px 0;
	color: #600;
	font-weight: 400;
	font-size: 110%;
	padding: 10px 30px;
	background: #FF9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/PIE.htc);
}

#content .post .action {
	clear: both;
	text-align: center;
	margin: 20px 0;
	color: #FFF;
	font-size: 120%;
	padding: 20px;
	background: #456;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 0 7px #666;
	-moz-box-shadow: 0 0 7px #666;
	box-shadow: 0 0 7px #666;
	behavior: url(/PIE.htc);
}
#content .post .action p {
	margin-bottom: 0px;
}

#content .post .action a {
	color: yellow;
	text-decoration: none;
	}
#content .post .action a:hover {
	text-decoration: underline;
	}

#content .post a.button {
	width: 70%;
	display: block;
	clear: both;
	text-align: center;
	margin: 20px auto;
	color: #FFF;
	font-size: 120%;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	background: #990000 url(grads/gs.php?t=top&h=30&w=1&sc=BB3333&ec=990000) repeat-x top center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 7px #666;
	-moz-box-shadow: 0 0 7px #666;
	box-shadow: 0 0 7px #666;
	behavior: url(/PIE.htc);
}

#content .postbottom {
	clear: both;
	text-align: center;
	color: #FFF;
	font-weight: 400;
	font-size: 13px;
	line-height: 130%;
	padding: 40px 0px 0px 0px;
	background: #950 url(grads/gs.php?t=top&h=20&w=1&sc=FFFFFF&ec=AAAAAA) repeat-x top center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#content .postbottom a {
	color: inherit;
	text-decoration: underline;
}

#content .postbottom a:hover {
	color: FFC;
}

#content .postbottom form {
	color: #ABA;
	padding: 10px;
	font-size: 10px;
	line-height: 200%;
	text-transform: uppercase;
	background: #232;
}
#content .newsdate{
	font-weight: bold;
	font-size:8px;
	float:left;
	padding:1px 5px;
	background:#979777;
	color:#FFF;
	margin-right:4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/PIE.htc);

}

#content .testimonial{
	font-weight: normal;
	font-size:13px;
	padding:20px;
	padding-left:70px;
	background:#EFEFEF url(../images/quote.gif) no-repeat top left;
	color:#666;
	margin-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);

}

#content .byline{
	font-weight: bold;
	text-align: right;
}

#content .byline i{
	font-weight: normal;
	padding-left: 5px;
}
#footer img {
	text-align: center;
	padding: 0 10px;
	border-right: 1px inset #666;
	}.comments{
	background: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
}
.comments a{color: #009;}
.comments a:hover{color: #009;text-decoration: underline;}
.comments ol.commentlist{
	background: #fff;
}
.comments ol.commentlist li{
	padding: 5px 10px;
	background: #EEE;
	color: #333;
	border: 1px solid #DDD;
	border-top: none;
}
.comments ol.commentlist li.alt{
	background: #FAFAFA;
}

.comments .commentmetadata{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: black;
	font-weight: normal;
	width: 15%;
	float:left;
}
.comments .commentmetadata cite{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.comments .commenttext{
	line-height: 140%;
	color: #000;
	width: 80%;
	float: right;
	text-align: left;
	display: block;
	padding: 5px;
}


#commentform{
	padding: 10px;
}

textarea#comment{
	width: 90%;
	height: 100px;
	padding: 10px;
	margin: 5px;
}#sidebar *{color: #dfd9d0}
#sidebar input{color: #000}
#sidebar{
	margin-top:0px;
	display: inline;
	color: #fff;
	float:right;
	line-height:125%;
}


#sidebar .widget{
	margin-right: 0px;
	margin-bottom: 10px;
	font: 12px Arial,sans-serif;
	color: #456;
	width: 180px;
	background:#EAECEF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: transparent url(../images/bg-light.png) repeat center center;
	behavior: url(/PIE.htc);
}
#sidebar .widgettitle{
	font: Bold 12px Arial,sans-serif;
	text-align: left;
	color: #EAECEF;
	margin-bottom: 2px;
	padding: 5px 8px;
	background: #456;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
	background: transparent url(../images/bg-dark.png) no-repeat center center;
	text-transform: uppercase;
	behavior: url(/PIE.htc);
}

#sidebar .widget .current_page_item a{
	font-weight: bold;
	color: #fff;
}

#sidebar .widget small,#sidebar .widget div,#sidebar .widget ul{
	padding:5px 10px;
}

#sidebar .widget ul li{
	margin:4px 0;
}

#sidebar .widget table{
	width:100%;
	text-align:center;
}
#sidebar .widget table #today{
	font-weight: bold;
	color: #000;
}

#sidebar .widget a{
}

#sidebar .widget a:hover{
	text-decoration: underline;
}

#sidebar .widget a.button{
	text-align: center;
	display: block;
	padding: 5px;
	margin: 5px;
	font: Bold 12px Arial,sans-serif;
	color: #FF0;
	background: transparent url(../images/bg-dark.png) no-repeat center center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}
