#nav{
	-webkit-box-shadow:#333399 5px 10px 15px inset;
	height:50px;
	background:#333366;
	position:fixed;
	width:100%;
}





#aside{
	-webkit-box-shadow:#333399 5px 10px 15px inset;
	width:20%;
	background:#333366;
	color:rgb(200,200,200);
	position:fixed;
	height:100%;
	float:left;
	margin-top:40px;
	overflow:hidden;
}



#aside ul li{
	display:block;
	color:white;
}

#aside >div >p{
	padding:7px 7px 7px 10%;
	background:rgba(1,1,1,.1);
	border-top:2px solid rgba(2,2,2,.2);
	border-bottom:2px solid rgba(2,2,2,.2);
	
}





a {
	color:white;
	text-decoration:none;
}

.box{
	height:10px;
	margin-right:20px;
	border:2px solid white;
	padding-right:5px;
}

#nav{
	margin-top:-10px;
}

#sub_nav{
	width:25px;
	margin-left:10px;
	height:20px;
	-webkit-border-radius:30px;
	overflow:hidden;
}

#sub_nav >div{
	height:3px;
	background:white;
	margin-top:2px;
}

#nav1{
	padding-left:7px;
	padding-right:7px;
	border-left:1px solid rgba(1,1,1,.3);
	border-right:1px solid rgba(1,1,1,.3);
	width:50px;
	margin-left:30px;
}

#main{
	margin-top:30px;
	width:75%;
	
	float:right;
}

#details{
	
	float:left;
	width:100%;
		border-bottom:2px solid silver;
		-webkit-box-shadow:rgb(100,100,100) 0px -5px 8px inset;
		-webkit-border-radius:80px;
		color:rgb(100,100,100);
		
}

#sub_details2{
	margin:35px;
}
#details a{
	text-decoration:none;
	color:blue;
	
}
#details > div{
	padding:10px;
	float:left;
	
	width:40%;
	
	margin:10px;
}

#d2{
	float:right;
}

.user_pics{
	height:50px;
	width:70px;
	border:2px solid blue;
}

#details2{
	float:left;
	width:100%;
	color:rgb(110,110,110);
}

#details2 > div{
	float:left;
	height:20%;
}

#details2 h2{
	padding:25px;
	margin-right:40px;
	border: 2px solid silver;
	-webkit-box-shadow:rgba(3,3,3,.5) 2px 15px 25px inset;
	-webkit-border-radius:20px;
	
}

#details2 a{
	color:rgb(110,110,110);
	margin-left:50px;
	font-family:tahoma;
	padding:8px;
	border-bottom:1px solid rgb(220,220,220);
	border-radius:0px 0px 20px 0px;
}

#sub_details2{
	
	color:white;
}
#dd2 > h3{
	color:green;
	text-align:center;
	border-bottom:2px solid silver;
	-webkit-box-shadow:rgb(150,150,150) 0px 2px 8px;
}


#details3{
	
	clear:both;
	border-radius:100%;
	background:rgba(100,100,100,.5);

}
#admin{
	overflow:hidden;
	-webkit-box-shadow:rgba(1,1,1,.8) -3px 0px 10px inset;
	border-radius:30px;
	width:100%;
	height:300px;
}

#admin_pics{
	margin:10px;
	height:50px;
	width:50px;
	border:1px solid rgba(2,2,2,.4);
}
#admin h3{
	color:lightgreen;
	background:green;
	padding:20px;
	margin-top:-10px;
}

table{
	color:rgb(100,100,100);
	
}

td{
	border-color:silver;
}