body {
	background-color:#282828;
}

@media (min-width:1200px){.container{width:1050px}}

#blackwrapper {
	background-color:#000;
}

.row{
	margin-top:5px;
	}

.row_menu{
	margin: 5px 10px 5px 10px;
	}

.row_main{
	margin: 5px 10px 0 10px;
	}
		
.nav-tabs>li>a {
  background-color:#000;
  color: #dabc7e;
}

.nav-tabs {
	border-bottom: 0;
}

a{
  text-decoration: underline;
		color: #dabc7e;
}

a:active 
   { 
   color: #9c9593;          
   } 
a:hover 
   {
   color:#9c9593;
   }

.link-list{
	padding:10px 0 5px 10px;
}

.link-list>li{
	padding:10px 0 5px 0;
}
			
			
h1,
h2,
h4,
h5,
h6 {
	   margin:20px;
	  	color:  #ffffff;
    font-weight: 700;
}

h3 {
	   margin:60px 0 20px 40px;
	  	color:  #ffffff;
    font-weight: 700;
}

.title {
	color: #dabc7e;
}

.italics_text{
	font-style:italic;
   }
   
.whitetext{
   font-family:inherit;
   font-size: inherit; 
   color: #ffffff;
		}
		
.whitetext a{
  text-decoration: underline;
		}

.whitetextbold{
   font-family:inherit;
   font-size: inherit; 
   color: #ffffff;
	 font-weight: bold; 
		}
		
.whitetexboldt a{
  text-decoration: underline;
		}

		
.whitetextsmall{
			font-family:inherit;
   font-size: 85%; 
			color: #ffffff;
		}
		
.whitetextsmall a{
  text-decoration: underline;
		}
		
.redtext{
			font-family:inherit;
   font-size: inherit; 
			font-weight: bold; 
			color: red;
		}
		
.whiteseperator {
	border-top:#ffffff solid 1px;
	padding-top:5px;
	height:1px;
	width:100%;
}

input, .form-control {
   margin-bottom: 10px;
}
.pusher5{
   margin-top:5px;
}
.pusher10{
   margin-top: 10px;
}
.pusher20{
   margin-top: 20px;
}

.pusher40{
   margin-top: 40px;
}
.pusher100{
   margin-top: 100px;
}
