/* General Styles */
*{
	margin: 0; padding: 0; border: 0;
}

H1{
 font-size:large; 
 padding-left:50px;
}  
H2{
  font-size:medium;
}
h3{
  font-size:small;
}
A{
  color:white;
  text-decoration:none;
}
a:hover{
	/*text-decoration:underline;*/
}	
ul{
list-style-type:none;
}
.cleardiv{
  clear:both; 
}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Myriad, Verdana, Tahoma, sans-serif;
 	margin: 0;
	padding: 0;
	border: 0;
    text-align:center;
    color:white;
    background-image:url(images/nefrit_BG2.gif);
	background-repeat:repeat-x;   
	background-color:#1e120b;
	
}

#page{
	width:760px;
	text-align:left;
	margin: 0 auto;
}
#header{
	Margin-top:170px;
}


#main_content{
	height:750px; /*get rid of it later*/
}
.comingsoon{
	text-align:center;
	font-weight:bold;
	font-size:1.3em;
	}
	.comingsoon h1{
		margin-bottom:30px;
		}
.comingsoon p{
	margin-bottom:20px;
	}
#logos{
	width:760px;
	text-align:center;
	margin: 0 auto;
 
	
}		
.links{
	display:block;
	
	
	
}	
#footer_wrraper {
    text-align:center;
    background-image:url(images/footerBG.gif);
	background-repeat:repeat-x;   
	background-color:#1e120b;
	
}
#footer{
	padding-top:100px;
   height:153px;
   width:760px;
   text-align:center;
   
   margin: 0 auto;
}	   
#footer{
	font-weight:normal;
	font-size:0.9em;
}
#footer a{
	text-decoration:underline;
	}