@charset "utf-8";
/** div{ border:1px solid #C06 } **//* Debug Containers Assist */

body {
	background:#000;
	margin: 0; 
	padding: 0;
}

#container_main {
	width: 1000px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	overflow:hidden;
	background:#01011d;
	}
#container_main_1 {
	width: 1000px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	overflow:hidden;
	background:#00002a;
	}

#container_main_2 {
	width: 100%;
	float:left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:0%; /* Reduced 5% > 0% to display more on page */
	padding-bottom:5%;
	overflow:hidden;
	}

#container_main_3 {
	width: 1000px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	overflow:hidden;
	background:#2a138b ;
	}
#container_main_4 {
	width: 1000px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	overflow:hidden;
	background:#00003f;
	}
#container_main_5 {
	width: 1000px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	overflow:hidden;
	background:#3f1ccd;
	}
	
#header_1{
	xbackground:#140217;
	background:#CCC;
	float:left;
	padding-top:2.5%;
	padding-bottom:3.5%;
	width:100%;
	background-image:url(layout_imgs/header-5.jpg);
	background-repeat:repeat;
	height:15%;
	}
/*********************************/
#nav_bar{
	margin-left:15%;
	width:70%;
	float:left;
}	
/*********************************/
.header_top{
	float:left;
	margin-left:15%;
	width:70%;
}
.header_bottom{
	margin-left:100px;
	width:1000px;	
	}
.navbar_button{
	margin:0;
	padding:0;
	}

#body_main{
	padding-top:0px;
	}

/*
Big Gallery
*/

#footer_2{
	width:100%;
	background-image:url(layout_imgs/header-5.jpg);
	background-repeat:repeat;
	padding-top:30px;
	padding-bottom:30px;
	float:left;
	}

#footer_1{
	width:100%;
	background-image:url(layout_imgs/header-5.jpg);
	background-repeat:repeat;
	padding-top:2%;
	padding-bottom:3%;
	height:8%;
	float:left;
	}
	
.footer-quote-1{
	text-align:center;
	margin-top:30px;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:20px;
	color:#CCC;
}
	
/*********************************/
.navbar_gallery{
	float:left;
	margin:0;
	padding:0;
	width:33.8%;
	}
.navbar_blog{
	float:left;
	margin:0;
	padding:0;
	width:32.85%;
	}
.navbar_contact{
	float:left;
	margin:0;
	padding:0;
	width:33.33%;
	}
