#header {
    background-image: url(../pictures/logo.jpg);
    background-size: 200px 60px;
    background-repeat: no-repeat;
	background-position:25px;
	height:5%;
    width:80%;
    color:white;
    text-align:right;
    padding:10px;
	margin:auto;
}
p{ 
	float:right;
}
p:hover{
	color:yellow;
}
h4{
  
	color:white;
	padding:0px;
	margin:0px;
	border:0:
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

#nav {
    width:80%;
	height:3%;
    padding:10px;	
	margin: auto;	
}
#pictures {
	width:800px;
	height:500px;
    margin-left: auto;
    margin-right: auto;	
		
	
}
#section {
    width:80%;
	height:30%;
    padding:10px;	
	margin: auto;	
	
}
#section2{
    width:80%;
	height:50%;
	margin: auto;	
}
#sub1{
	background-color:black;
	width:27%;
	height:25%;
    padding:1%;
	float:left;
	margin: 2%;
	color: white;
	opacity: 0.8;
	border-radius: 25px;
    box-shadow: 10px 10px 5px #888888;
}
#subPicture{
	width:100%;
	height:100%;
	margin:auto;
	border-radius: 10px;
}
#sub1:hover{
	color:yellow;
}
#picArea{
	width:100%;
	height:80%;
}
#subText{
	 font: bold 12px/25px Arial, Helvetica;
	 line-height:20px;
	  margin-left: 10%;
      margin-right: 15%;
}
#sub2{
	background-color:black;
	width:27%;
	height:25%;
    padding:1%;
	float:left;	
	margin: 2%;
	color:white;
	opacity: 0.8;
	border-radius: 25px;
	box-shadow: 10px 10px 5px #888888;
}
#sub2:hover{
	color:yellow;
}
#sub3{
	background-color:black;
	width:27%;
	height:25%;
    padding:1%;	
	float:left;
	color:white;
	margin: 2%;
	opacity: 0.8;
	border-radius: 25px;
	box-shadow: 10px 10px 5px #888888;
}
#sub3:hover{
	color:yellow;
}
#sub4{
	background-color:black;
	width:27%;
	height:25%;
    padding:1%;
	float:left;
	margin: 2%;
	color:white;
	opacity: 0.8;
	border-radius: 25px;
	box-shadow: 10px 10px 5px #888888;
}
#sub4:hover{
	color:yellow;
}
#sub6{
	background-color:black;
	width:27%;
	height:25%;
    padding:1%;
	float:left;	
	margin: 2%;
	color:white;
	opacity: 0.8;
	border-radius: 25px;
	box-shadow: 10px 10px 5px #888888;
}
#sub6:hover{
	color:yellow;
}
#sub5{
	background-color:black;
	width:27%;
	height:25%;
    padding:1%;	
	float:left;
	color:white;
	margin: 2%;
	opacity: 0.8;
	border-radius: 25px;
	box-shadow: 10px 10px 5px #888888;
}
#sub5:hover{
	color:yellow;
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
	padding:5px;	
    width:80%;
	margin: auto;  
	opacity: 0.5;	
}
body {
    background-color:black;
	background-image: url(../pictures/final.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: 100% ;
	height:3000px;
}


/* Main */
#menu {
    width: 100%;
	float:right;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;  
    background-color: opacity: 0.3;;
    background-image: linear-gradient(#444, #111);
    box-shadow: 0 2px 1px #9c9c9c;
	color:white;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
}

#menu li {
    float: right;
    padding: 0 0 10px 0;
    position: relative;
}

#menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #999;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#menu li:hover > a {
    color: yellow;
}

*html #menu li a:hover { /* IE6 */
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background-color: #444;   
    background-image: linear-gradient(#444, #111);    
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #777777;
}

#menu ul li:last-child { 
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}