/* CSS Document */

   * {padding:0; margin:0;}



	.style1 {font-weight: bold
	color:#FF0000;}
	
	a {
text-decoration: none;
} 
	
	  body {
	    background:#008080; 
	  
		margin:20px 10px 0px 10px;
		padding:0px;
		}
	
	
		
	#centercontent {
	position: relative;
	width: 75%;
	margin: auto;
	border:none;
	background-image: url(../images/stars.jpg);
	background-attachment: fixed;
	background-repeat:repeat;
	/*background: #000;  */
  
    min-height: 40%; /* optional  */
	text-align: left;
	min-width: 600px; /* to allow room for images and long words */
	height: 100%;
}

#ourgangcontent {
	position: relative;
	width: 75%;
	margin:0 auto;
	border:none;
	background-image: url(../images/tracksmall.gif);
	background-attachment: fixed;
	background-repeat:repeat;
  
    min-height: 40%; /* optional  */
	text-align: left;
	min-width: 600px; /* to allow room for images and long words */
	height: 100%;
}
#linearcontent {
	position: relative;
	width: 75%;
	margin:0 auto;
	border:none;
	background: #008080;
	background-attachment: fixed;
	background-repeat:repeat;
  
    min-height: 40%; /* optional  */
	text-align: left;
	min-width: 600px; /* to allow room for images and long words */
	height: 100%;
}
     #rhy {
	  
       margin-left: auto;
       margin-right: auto;
	   background-color:#b87515;
	   }
	  #clinear {
	  margin-left: 15%;
	  margin-right: 15%;
	  background-color:#008080;
	  }

	 
    #reasonwhycontent{
	position: relative;
	width:75%;
	
	margin: 0 auto;
	border:none;
	background-image: url(../images/ReasonWhyBkg.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
	
	/*background: #000; */ 
  
    min-height:40%;
	text-align:center;
	min-width: 600px; /* to allow room for images and long words */
	height: 100%;
	}
	 
		
       
		
	
	h2 {
	font-size:14px;
	color:#FF0000;
	font-family: sans-serif;
	}
	h3 {
	    margin:0px  0px 0px;
		font-size:18px;
		font-family: sans-serif;
		text-decoration:none;
		padding-top:10px;
		color:#3300CC;
		}
	
	h5 {
	font-size:12px;
	text-align: justify;
	color:#fffccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
		
	h6 {
	font-size:36px;
	color:#000000;
	font-family: sans-serif;
	}
		
	
	
	
	
#centercontent p {
	font-family: sans-serif;
	color: #FF0000;
}
