

a {
	outline: none;
}

* img {
	border:none;
}

.h {
	position:relative;
	float:left;
	width:33%;
	margin-top: 50px;
}
.tagline{
	display:none;
	width:300px;
	top:350px;
	text-align: center;
	padding: 4px;
	position: absolute;
	margin-left:338px;
	top:505px;	
}
#r {text-align:right;}
#c {text-align:center;}

/*
#content {
	position:absolute;
	width:100%;
	top:76px;
	right:6px;
	clear: both;
	text-align:center;
}*/




#nav {
	height:50px;
	width:100%;
	text-align: center;
	z-index:7000;
	position: absolute;
	left:0px;
	display: block;
	
}
#nav ul{

	margin:5px auto; 
	list-style-type: none;
	border-bottom: 1px solid white;
	 padding-bottom: 10px;
	width:300px;
}
#nav li{
color:white;
 display: inline;
 cursor: pointer;
 margin:0;
 padding: 7px;
}

#nav li:hover{
 color:#b3a8af;
}


#leftpad {
   z-index: 9000;
	position:fixed;
	left:0%;
	top:0px;
	width: 15%;
	height:95%;
	/*background-color: red*/;
	display:block;
	cursor: pointer;
	/*border: 1px dashed green;*/
}
#rightpad {
	z-index: 9002;
	position:fixed;
	left: 85%;
	top:0px;
	width: 15%;
	height: 95%;
	display:block;
	cursor: pointer;
	/*background-color: red*/;
	/*border: 1px dashed green;*/
}
