			@media only screen and (max-width: 320px) {

			    	body {
        				background-color: black;
   			 	}

    				#headline {
      					// background-image: url("/bg/memberMast500.jpg");
					background-repeat: no-repeat;
					background-size: contain;
					background-position: center;
    				}

				#nav {
					width: auto;
				}

				li {
					clear:both;
					padding: 5px;
				}

				ul {
					text-align: center;
					margin: 0px;
					padding: 0px;
					clear: both;
				}

				/* Standard Layout */
				.RHS{   clear:both;float:left;margin-left:10px;  }
				.LHS{   clear:both;float:left;margin-left:10px;  }

			}

			@media only screen and (min-width: 321px) {
			    	body {
        				background-color: black;
   			 	}

    				#headline {
					height: 87px;
					width: 1132px;
      					// background-image: url("/bg/memberMast.jpg");
					background-repeat: no-repeat;
					background-position: center;
					background-size: contain;
    				}

				#nav {
					width: auto;
				}

				li {
					display: inline;
					float: left;
					padding: 15px;
				}

				ul {
					list-style-type: none;
					margin: 0px;
					padding: 0px;
					clear: both;
				}


				/* Standard Layout */
				.RHS{ width:600px;float:left;  margin-left:15px;  }
				.LHS{ width:660px;  float:left;   }


  			}








			.nav {
  				background: -webkit-linear-gradient( #b09165, #e8cf8e);
  				-webkit-background-clip: text;
  				-webkit-text-fill-color: transparent;
				display: block;
			}


			P {
				font-family:'news',Verdana, Geneva, sans-serif;
				font-size:15px; color:#CCC;
			}

			h1 {
				font-family:'text',Verdana, Geneva, sans-serif;
				font-size:20px; color:#C00;
			}


			h1.article {
				font-family:'text',Verdana, Geneva, sans-serif;
				font-size:12px; color:#C00;
			}
			h2.article {
				font-family:'text',Verdana, Geneva, sans-serif;
				font-size:12px; color:#FFFFFF;
			}

			div.article {
				clear: both;
				float: left;
				width: 400px;
				margin-right: 15px;
			}

			div.artDesc {
				float: left;
				width: 400px;
			}

			div.articleR {
				float: left;
				width: 400px;
				margin-right: 15px;
			}




