
body{
	background: #000 url(../images/bg_metal_black.gif);
	font: 11px "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	margin: 25px 20px 25px 20px;

}

#head_top{
	background: url(../images/bg_header.gif) center no-repeat;
	width: 810px;
	height: 30px;
	margin: 0px auto;
}

#header{
	height: 185px;
	background:url(../images/banners/rotator.php) center no-repeat;
	margin-bottom: 51px;
}

#container{
	background: url(../images/bg_container.gif) center repeat-y;
	width: 810px;
	margin: 0px auto;
}


/*-----drop-down menu----- */

.bumpnav{/*to adjust nav width*/
	width: 103px;
}

#menu{
	position: relative;
	top: 200px;
	left: 6px;
	font-size: 11px;
	font-weight: bold;
	width:798px;
	float:left;
	background-repeat: repeat-x;
	background-image: url(../images/bg_nav.jpg);
}
		
#menu a{
	text-align: center;
	display:block;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	height: 19px;
	padding-top: 6px;
}

#menu a:visited{
	color: #333;
	text-decoration:none;
}
		
#menu a {
	color: #333;
	text-decoration:none;
}
	
#menu a:hover{
	color: #993333;
}	

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:99px;	/* width of boxes */
}

#menu li{
	position:relative;
    min-height: 1px; 	/*ie7 */
    vertical-align: bottom; /*ie7 */
}

#menu ul ul{/*-----------fix the ie 7 menu!!!!-----*/
	z-index:500;
	top:auto;
	display:none;
	margin:0;
	position: relative;
	top: 0px;
	background-image:url(../images/bg_metal.gif);
	border-bottom: 1px solid #666;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}


/*--------headers (sub text for imgs)----------- */

#container .content #training {
	position: absolute;
	width: 200px;
	height: 45px;
	background: url(../images/header_training.jpg) no-repeat;	
}

#container .content #lifestyle {
	position: absolute;
	width: 200px;
	height: 45px;
	background: url(../images/header_lifestyle.jpg) no-repeat;	
}

#container .content #favorites {
	position: absolute;
	width: 200px;
	height: 45px;
	background: url(../images/header_favorites.jpg) no-repeat;

}

#container .content #sports{
	position: absolute;
	width: 200px;
	height: 45px;
	background: url(../images/header_sports.jpg) no-repeat;
}

#container .content #links{
	position: absolute;
	width: 200px;
	height: 45px;
	background: url(../images/header_links.jpg) no-repeat;
}

#container .content #stats{
	position: absolute;
	width: 200px;
	height: 45px;
	background: url(../images/header_stats.jpg) no-repeat;
}

#container .content #gallery{
	position: absolute;
	width: 200px;
	height: 45px;
	background: url(../images/header_gallery.jpg) no-repeat;
}

#container .content #video{
	position: absolute;
	width: 200px;
	height: 45px;
	background: url(../images/header_videos.jpg) no-repeat;
}

#container .content #contact_me{
	position: absolute;
	width: 200px;
	height: 45px;
	background: url(../images/header_contact.jpg) no-repeat;
}

/*-----------footer---------------*/

#footer{
	background: url(../images/bg_footer.gif) center no-repeat;
	width: 810px;
	height: 30px;
	margin: 0px auto;
	clear: both;
}

#footer img{/*--to center align rss icon in footer--*/
	margin-left: 325px;
}

#post_footer{
	color:#ccc;
	text-align:right;
	padding: 20px;
	width: 800px;
	height: 15px;
	margin: -10px auto;
	font-size: 90%;
}

#post_footer a{
	text-decoration:none;
	color:#ccc;
}

#post_footer a:hover{
	text-decoration:underline;
	color:#FFF;
}

/*---- styling----*/

.clr {/*---- to clear both columns----*/
	clear:both;
}

html>body h2{
	font-size:16px;
} 

html>body h3{
	font-size:12px;
}

* html h2{
	font-size:16px;
}

* html h3{
	font-size:12px;
}

.content .text_block_left{
	display: block;
	width: 540px;
	float: left;
}

.subheader{/*--- to ommit page description--*/
	display: none;
}

.content{
	padding: 20px;
	clear: both;
}

.content h2{/*--to push down page header images---*/
	margin-bottom:45px; 
	
}

.content a{
	text-decoration:none;
	color: #555;
}

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

img{
	padding:1px;
	border: 1px solid #666;
}
	

.imgleft{
	float:left;
	margin: 5px 10px 3px 0px;
	clear: both;
}

.imgright{
	float:right;
	margin: 5px 0px 3px 10px;
}

.noborder{
	border: none;
	padding: 0px;
}

bold{
	font-weight: bold;
}

.column_left{
	float: left;
	width: 350px;
	clear: both;
}

.column_right{
	float: right;
	width: 300px;
}

/*---sidebar @ home---*/
	
#container .content #sidebar_home {
	background:url(../images/sidebar_home_bg.gif) no-repeat;
	width: 165px;
	height: 270px;
	padding: 55px 12px 15px 12px;
	text-align: left;
	float: right;
	position: relative;
	top: 25px;
	font-weight: bold;
}

#container .content #sidebar_home img{
	margin-top: 30px;
}

#container .content .rss_home{
	float: right;
	position: relative;
	top: 30px;

}
	

/*--contact form---*/

#contfrm {
	height: 330px;
	width: 415px;
	padding: 10px;
	position: relative;
	top: 10px;
	left: 20px;
	float: left;
	border: 1px solid #999;
	margin-bottom: 30px;
}

input {
	color: #000;
	background: url(../images/bg_form.gif) repeat-x;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

textarea {
	padding: 2px;
	color: #000;
	background: url(../images/bg_form.gif) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #999;
}

.red {
	color: #FF0000;
	font-weight: bold;	
}

/*---stat page styling--*/

.topblock{
	height: 300px;
	display:block;
}

#container .content #table_record .row_lighter {
	color: #333;
	background-color: #CCC;
	height: 20px;
}

#container .content #table_record .row_darker {
	color: #333;
	background-color: #999;
	height: 20px;
}

#container .content #table_record {
	text-align: center;
	width: 100%;
	border-collapse:collapse;
}
#container .content #table_record .table_header {
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	color: #333;
}

#container .content #table_stats {
	text-align: left;
	width: 60%;
	border-collapse:collapse;
	font-size: 12px;
}


.leftcontent {
	float: left;
	width: 250px;
	margin-right: 5px;
	text-align:center;
	}
	
.rightcontent{
	float: left;
	width: 250px;
	margin-bottom: 10px;
	text-align:center;
}

.midcontent{
	float: left;
	width: 250px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align:center;
}

/*---photo gallery*/


.main-gallery{
	width: 100%;
	float: right;
	}


.main-gallery li{
	width:160px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

/*---save for future use with gallery - image captions!!!

#main-gallery a:hover span{	
	top:8px;
	left:12px;
	width:160px;
	font-weight:bold;
	background:#FFF;
	padding:5px 0 5px 0;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 3px 0;
} 
*/

/*---movie page---*/

.movie_box{
	display: block;
	width: 95%;
	
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
}

.movie_box .column_right{
	float: left;
}

.movie_box .column_right h2{
	margin: 0;
}