#PicNetEyeTracker {
	position:relative;
	left:-9999px;
	text-indent:-9999px;
}


body {
	text-align:center;
	background:#000 URL('../images/wallpaper.jpg');
	background-attachment:fixed;
	background-position:center top;
	color:#ccc;
	font-family:"Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
}

.header {
	width:900px;
	height:130px;
	font-size:85%;
}

.pageWrapper {
	text-align:left;
	margin:0 auto;
	width:900px;
}

* html .pageWrapper {
	width:890px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.margin-right {
	margin-right:5px;
}

a:link,
a:active,
a:visited,
a:hover {
	color:#ffcc00;
	outline:none;
}

.go_button {
	border:0;
	background:URL('../images/go_button.png') no-repeat;
	background-position:center center;
	padding:0;
	margin:0;
	height:24px;
	width:24px;
	cursor:hand;
	cursor:pointer;
}

.submitResults {
	font-weight:bold;
	color:#000 !important;
	background:yellow !important;
	padding:10px;
}


/*****************************
	logo
 *****************************/
.logo {
	margin-top:20px;
}

.logo td {
	vertical-align:middle;
}


/*****************************
	nav
 *****************************/
.nav {
	width:900px;
	background:URL("../images/nav-bg.png") repeat-x !important;
	background-position:bottom;
	height:30px;
	border-bottom:1px solid #000;
}

.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

.nav ul li {
	float:left;
}

.nav ul li a:link,
.nav ul li a:active,
.nav ul li a:visited {
	display:block;
	float:left;
	padding:8px 20px 6px 20px;
	border-right:1px solid #000;
	color:#fff;
	text-decoration:none;
	height:17px;
}

.nav ul li a.active {
	background:#444;
	border-bottom:1px solid transparent;
	padding:8px 20px 5px 20px;
}

* html .nav ul li a:link,
* html .nav ul li a:active,
* html .nav ul li a:visited {
	padding:8px 20px;
}

* html .nav ul li a.active {
	border-bottom:0;
	position:relative;
	top:1px;
}


/*****************************
	breadcrumb
 *****************************/
.breadcrumb {
	background:#111;
	padding:3px 5px;
	font-size:85%;
	margin-top:0px !important;
}	


/*****************************
	content
 *****************************/
.content {
	background:URL("../images/bg1.png");
	background:#444;
	padding:5px 5px 0 5px;
}

.main {
	padding-right:5px;
	vertical-align:top;
}

.main h3 {
	background:URL("../images/boxhead-bg.png") repeat-x;
	padding:3px 5px;
}

.box {
	background:#222;
	padding:5px;
	margin-bottom:5px;
}

.box div {
	background:#111;
	padding:5px;
}

.most_recent_tbl td {
	vertical-align:top;
	font-size:85%;
}

.most_recent_tbl td img {
	margin-right:5px;
}

.home_news_tbl {
	width:630px;
}

.home_news_tbl th {
	text-align:left;
}

.home_news_tbl td {
	vertical-align:top;
}

.home_news_tbl td div {
	margin-bottom:5px;
}

.home_news_tbl .no-margin {
	margin-bottom:0px;
}

.item_list_tbl {

}

.item_list_tbl td {
	vertical-align:top;
	font-size:85%;
}

.item_list_tbl td img {
	margin-right:5px;
}

.list_img {
	width:67px;
}


/*****************************
	team BIG view
 *****************************/
.interview span {
	background:#333;
	padding:10px;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
}

/*****************************
	best lifters
 *****************************/
.record_tbl {
	width:100%;
}

/*****************************
	news
 *****************************/
.gallery_blk {
	display:block;
	padding:5px 0;
	margin-top:5px;
	background:#444;
}

.news_img {
	margin-right:10px;
}

/*****************************
	side box
 *****************************/
.side {
	margin:0;
	padding:0;
	vertical-align:top;
}

.side h3 {
	background:URL("../images/boxhead-bg-grey.png") repeat-x;
	padding:3px 5px;
}

.sidebox {
	font-size:85%;
}

/*****************************
	gallery
 *****************************/
.gallery_img {
	margin-right:5px;
	margin-bottom:5px;
}


/*****************************
	footer
 *****************************/
.footer {
	background:URL("../images/nav-bg.png") repeat-x;
	text-align:center;
	padding:7px 0px;
	width:900px;
	margin-top:1px;
}
