*{
			margin:0;
			padding:0;
		}
 
@font-face{ 
	font-family: 'robotobold';
	src: url('Roboto-Bold-webfont.eot.eot');
	src: url('Roboto-Bold-webfont.eot.eot?iefix') format('eot'),
	     url('Roboto-Bold-webfont.woff') format('woff'),
	     url('Roboto-Bold-webfont.ttf') format('truetype'),
	     url('Roboto-Bold-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'robotomedium';
    src: url('Roboto-Medium-webfont.eot');
    src: url('Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Medium-webfont.woff') format('woff'),
         url('Roboto-Medium-webfont.ttf') format('truetype'),
         url('Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


		img{
			border:none;
		}
		body {
			background:#FFF;
			font-family: "robotomedium", sans-serif;
			font-size: 13px;
			font-weight: normal;
			line-height: 17px;
			letter-spacing: 2px;
			color: #FFF;
		}
		
#index {
				overflow:hidden;/*Needed to eliminate scrollbars*/
				background:#FFF;

	}

 #ins {
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	}
	



a:link{
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
}


a:visited{
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
}

a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dotted #FFF;
}




















#nav a:link{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
}


#nav a:visited{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
}

#nav a:hover{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dotted #000;
}


h1 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;  
	font-weight: 500;	
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.5em;
}
		
#nav {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;  
	font-weight: 500;	
	text-transform: uppercase;
	font-size: 12px;
	background: transparent;
	position: absolute; 
	top: 0;
	width: 100%;
	height: 40px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	text-align: left;
	z-index:100;
	}


#navdiv {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
   font-weight: 500;	
	text-transform: uppercase;
	font-size: 12px;
	background: transparent;
	top: 0;
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 10px 37px 10px 37px;
	text-align: center;
	z-index: 101;
	border-bottom: 3px solid #000;
}


		
		
