@charset "UTF-8";
/* CSS Document */

Body {
	font: 80%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	/*background: #000 url(../images/fivestar_fitness_bg.jpg);*/
	/*background-repeat: no-repeat;*/

}

.outer_container{
	width: 98%;
	padding-top: 20px;
	padding-bottom: 20px;
	

	margin-top: 20px;
	margin-left:20px;
	

}


.container {
	width: 900px;
	
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 20px;
	
}


    .shadow_box {
    display:block;
    border:0 solid #FFF;
    border-width:0 5px;
    padding: 4px;
    background: #FFF;
    color:#000000;
	box-shadow:2px 5px 5px 2px #690920;
	
}

.logo{
	float:left;
	margin-left:-40px;
	margin-top: -50px;

	
}


.fltright{
	float: right;
	margin-left: 8px;
	
	
	}

.content_start{
	float: left;
	margin-top: 0px;
	width: 880px;
}
	
#nav_menu
{
	/*width:900px;*/
	float: left;
	margin: 2px 2px 2px 2px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_menu a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 120px;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #333;
	text-decoration: none;
	text-align: center;
	background-color: #FFF;
	margin: 1px;
}

#nav_menu a:hover
{
background: #000000;
color: #FFFFFF;
}

#nav_menu a:active, a:visited, a:focus
{ 
background: #690920;
color:#FFF;
}

#nav_menu_active a
{
background: #690920;
color:#FFF;
}

#nav_menu_active a:hover
{
background: #690920;
color: # 666;
}


 

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 10;
	margin: 10;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-left: 10px;
	padding-right: 10px;
}

h1, h2, h3, h4{
	color:#690920;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	color:#666;
}
a:visited {
	color:#666;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color:#666;
}

.header{
	float: right;
	margin-right: 25px;
	padding-top: 10px;
	color: #CCC;
	text-decoration: none;
	
	
	}

	
.header:link
	{
	text-decoration: none;
	color:#CCC;
	}
	
.header:active
	{
		color:#CCC;
	}
	
.header:hover
	{
		color: #F00;
	}	

.header:visited
	{
		color:#CCC;
	}

	
.footer
	{
	font-size: 75%;
	color: #000000;
		
	}	
