/*
Template Name: TennisRulz
Author: Jake Yu
Author URI: http://jake.noncompare.com
version: liquid version
*/
body{
	margin: 0;
	padding:0;
	font: 1em Arial;
	text-align: center;
	background-color: #020;
}

.clr{clear: both;}
.clr_left{clear:left;}
.clr_right{clear: right;}

a:link,
a:visited{
  text-decoration: none;
}

h1, h2, h3, h4, h4, h6{
	margin:0;
	padding:0;
}

/* main wrapper */
#wrapper{
	text-align: left;
	margin: 0 auto;
	min-width: 980px;

	background-color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

/* \*/
* html .min-width{
	border-left: 980px solid #fff;
	height: 1px;
}

* html #container{
	margin-left: -960px;
	position: relative;
	height: 1px;
}
/* */


.top_wrapper{ }
.tw_topleft{margin-right: 310px;}
* html .tw_topleft{height: 1px;}

.content_wrapper{margin: 5px 10px;}

.center_wrapper{
	margin-top: 10px; 
	padding-right: 520px;
}

* html .center_wrapper{height: 1%;}

.cw_left{ 
	position: relative;
	float: left; 
	width: 100%;	
}
.cw_right{
	margin-right: -520px;
}

* html .cw_right{
	position: relative;
	float: right;
	left: -520px;
	
}

/* END WRAPPER STYLE*/



/* ADS*/
.ad_header_end{
	text-align: center;
	padding-top: 7px;
}


.ad_sidebar{
	text-align: center;
}
/* END ADS*/

/* HEADER STYLE */
.header{
	background: url(images/header_bg.gif) repeat-x top left;
}

*:first-child+html .header{height: 1%;}
* html .header{	height: 1%;}


.banner{float:left}
.logo{float:left;}

.search_box{
	float: right;
	background: url(images/searchbox.gif) no-repeat top right;
	height: 52px;
	width: 205px;
	margin-right: 25px;
}
/* \IE6 fix*/
* html .search_box{margin-right: 1%}
/* */

	.search_box .searchform{
		margin:10px 0 0 10px;
		padding:0;
	}
	.search_box .bginput{
		width: 115px;
	}
	.search_button{
		border: 0;
		width: 60px;
		height: 23px;
		background: url(images/search.gif) no-repeat center;
	}
	
	
.tabs{
	background: url(images/grass.gif) repeat-x top left;
	padding-top: 3px;
	padding-left: 15px;
}
*:first-child+html .tabs{margin-top: -3px;}
* html .tabs{
	margin-top: -3px;
}



.tabs ul{
	margin:0;
	padding:0;
}

.tabs li{
	display: inline;
	list-style: none;
	line-height: 15px;
}

*:first-child+html .tabs li{
	line-height: 14px;
}

* html .tabs li{
	line-height: 14px;
}

.tabs li a:link,
.tabs li a:visited{
	float: left;
	font-size: .8em;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 7px 8px;
}

.tabs #home a,
.tabs li a:hover{
	background: url(images/tab_left.gif) no-repeat top left;
	color: #000;
}
.tabs #home a span,
.tabs a:hover span{
	background: url(images/tab_right.gif) no-repeat top right;
}


.tabs a span{
	padding-right: 13px;
	padding-left: 6px;
	padding-top: 10px;
	padding-bottom: 7px;
}

.header_links{
	background-color: #318600;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	padding-left: 10px;
}

.header_links ul{
	margin: 0;
	padding:0;
}

.header_links li{
	list-style: none;
	display: inline;
	line-height: 2.3em;
}

.header_links li a:link,
.header_links li a:visited{
	color: #fff;
}

/* END: HEADER STYLE */



/* FOOTER */
#footer{
	background: #318600 url(images/grass3.gif) repeat-x top left;
	padding-bottom: 5px;
}

.static_link{
	padding: 25px 0 0 15px;
	overflow: hidden;
}

* html .static_link{height: 1px;}

.static_link,
.static_link a:link,
.static_link a:visited{
	font-size: 11px;
	color: #fff;
}
.static_link a:hover{
	color: #f00;
}

.static_link ul{
	margin:0;
	padding:0;
}

.static_link li{
	list-style: none;
	display: inline;
}


/* END FOOTER */



/* SIDEBAR */
.sidebar{}

.sidebar_right{
	float: right;
	width: 170px;
}

.sidebar_left{
	float: right;
	margin-right: 10px;
	width: 330px;
}
/* END SIDEBAR */


