/*csslayout*/


/*Master Background*/
.page {background-color:#ccffff;
	width:100%;
	margin:auto;
	padding:10px;
}

/*Main-Header Section*/
.main-header {background-color:#996633;}
.social-sites li {
		display:inline;
		width:50%;
		float:right;
}
.btn-group button {
  background-color: #009999; 
  width:30%;
  font-family:Verdana,Monospace ; 
  font-size:18px;
  font-weight:Bold; 
  padding:10px; 
  text-align:inline;
  border: 1px solid black; 
  color: white; 
  padding: 10px 24px; 
  cursor: pointer; 
  float: left; 
}


/*Navigation*/
.nav-main {background-color:#00e6e6;
	width=100%; 
 	font-family: Verdana,Monospace; 
	font-size:18px;
	font-weight:Bold; 
	padding:10px; 
	text-align:inline; 
}


/* Container Section (Main + Sidebar) */
.container {
  background-image:url("cover1.png");
  padding: 10px;
  overflow: hidden; 
  box-sizing: border-box;
  width=100%; 
  font-family: Verdana,Monospace; 
  font-size:18px;
  font-weight:Bold; 
  text-align:inline; 
  text-indent: 50px;

}
.center {
  font-style: italic;
  text-align: center;
  background-color: #5cd6d6;
  color:  #000000;
}

/* Main Section */
.main {
  background-color: #cc9966;
  width: 70%;
  float: left; 
  box-sizing: border-box;
 
}

/* Main-Footer Section */
.main-footer { 
  background-image:url("footer.png");
  width=100%; 
  font-family: Verdana,Monospace; 
  font-size:18px;
  font-weight:Bold; 
  text-align:inline; 
  text-indent: 50px;
  clear:both;
			
}














































