body {
	background: #151922 url(http://1on1boxingfitness.com/images/background.jpg) repeat-x; /*sets our background color to white and uses our content.jpg as a background, the background is also repeated along the Y axis*/  
	margin: 0px auto;
}

h2 {
	margin: 0;
	font-weight: bold;
	padding-left: 5px;
}

#nav li ul {
	position: absolute;
	top: 30px;
	display: none;
	width: 100%;
	background: #495261;


}

#nav li:hover ul, li.over ul { 
	display: block; 
}

#nav li ul li a { 
padding: 2px 5px; 
font-size: 70%;
}
.empty1 {
	background: #CCCCCC;
	border: 1px solid #000000;
	width: 50px;
	height: 30px;
	
}
/******************************************** 
WEBSITE LAYOUT 
********************************************/  
#wrap {  
width: 900px;  
margin: 0 auto; 
text-align: left; 
} 
 
#content-wrap {  
clear: both; 
width: 890px;   
padding: 0;  
}
  
#header {  
position: relative;   
height: 140px;   
background: #caced1 url(http://1on1boxingfitness.com/images/header_bg.jpg) repeat-x;  
padding: 0;   
}

.nav ul{
background: url(http://1on1boxingfitness.com/images/nav_bg.jpg) repeat-x #4a5566;
color: #ffffff;
font-weight: bold;
text-align: center;
border:2px solid #4A5566;
border-bottom: 3px solid #4a5566;
bottom:0;
height:40px;
position:absolute;
right:0;
width:500px;
margin:0;
padding-left: 0;
}

.nav ul li {
display: inline;
line-height:250%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-align:center;
font-family: sans-serif;
}

.nav ul .current {
color:#FFFFFF;
font-weight:bold;
}

.nav ul a {
color:#FFFFFF;
font-weight:bold;
margin:0;
padding:0.2em 0.4em;
text-decoration:none;
}

.nav ul a:hover, .current {
background-color:#4a5566;
color:#FFFFFF;
}
 
#buttons {
margin: 5px 0 auto; 
padding: 5px 0 5px 0;
text-align:center;
}

#buttons img{
border: none;
}
 
#main {  
height: 667px;
background: #F6F7F7;
margin: 5px 0 auto; 
padding: 20px;  
border: solid 2px #BBBABA;
}

#main_left {
float: left;
width: 540px;
margin: 0;
padding: 0;
display: inline;
}

#welcome {
color: #3D434B;
text-align:justify;
}

#welcome h1 {
	margin-top: 0;
}

#main_right {
float: right;
width: 295px;
}

#latestv hr{
width: 80%;
border: 1px dotted #BBBABA;
}

#footer {
color: #4a5566;
text-align: center;
font-weight: bold;
}

#footer span{
color: #dad9d9;
}  

.fpage {
background: #ffffff;
border: 1px solid #dad9d9;
padding:5px;
}
.fpage img{
padding: 1px;
border: 1px solid #BBBABA;
float: left;
margin: 2px 5px 5px 2px;
}


.videos {
	padding: 10px 10px 10px 20px;
	background: #ffffff;
	border: 1px solid #dad9d9;
	font-family: arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: 120%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
#latestv a:link, a:visited{
color: #318FFF;
font-weight: bold;
text-decoration: none;
font-size:medium;
}
#latestv a:hover{
text-decoration: underline;
}