body{
	background-color:#A4B5DC;
	font-family: Verdana;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#container{
	margin: 0px;
	padding: 0px;
	text-align:left;
}

#header{
	background-color: white;
	width : 100%;
	height : 75;
	border-bottom: #A5CBD7 1px solid;
}

#menu{
	font-size:18;
	margin-top:5px;
}

#menu li{
	list-style:none;
	display:inline;
	margin-left: 15px;
}

#menu a{
	color: grey;
	text-decoration:none;
}

#menu a:hover{
	color:navy;
	border-bottom:solid 3px navy;
	padding-bottom:25px;
}

#content{
	font-size:14;
	margin: 0px 10px;
	background-color: white;
	height: 400px;
}


#list{
	font-size:14;
	margin: 0px;
	padding: 0px;
}

#list li{
	background-color: #DBE7F1;
	list-style:none;
	padding: 13px 0px;
}

#list a{
	color: grey;
	text-decoration:none;
}

#list li:hover{
	color: navy;
	background-color: #AEAEAE;
	border-right:solid 3px navy;
	padding-right:262;
}

#list li a:hover{
	color:navy;
}


#footer{
	color: grey;
	text-align: left;
	padding: 20px 10px;
}

#text_gallery1{
	top: 200;
	left: 335;
	width:275;
	height:30;
	position: absolute;
	background-color: white;
	opacity: 0.5;
	color: black;
	padding: 5px;
}

#text_gallery2{
	top: 200;
	left: 637;
	width:275;
	height:30;
	position: absolute;
	background-color: white;
	opacity: 0.5;
	color: black;
	padding: 5px;
}

#text_gallery3{
	top: 200;
	left: 940;
	width:275;
	height:30;
	position: absolute;
	background-color: white;
	opacity: 0.5;
	color: black;
	padding: 5px;
}

#text_gallery4{
	top: 385;
	left: 335;
	width:275;
	height:30;
	position: absolute;
	background-color: white;
	opacity: 0.5;
	color: black;
	padding: 5px;
}

#text_gallery5{
	top: 385;
	left: 637;
	width:275;
	height:30;
	position: absolute;
	background-color: white;
	opacity: 0.5;
	color: black;
	padding: 5px;
}

#text_gallery6{
	top: 385;
	left: 940;
	width:275;
	height:30;
	position: absolute;
	background-color: white;
	opacity: 0.5;
	color: black;
	padding: 5px;
}

.right_header{
	float: right;
	width: 25%;
	margin-top:20px;
}

.left{
	float:left;
	width: 25%;
}

.right{ 
	float:right;
	width: 75%;
}

.rounded{
	border-radius: 0px 0px 15px 15px;
}

.gallery img{
	width: 30%;
	height: 40%;
	margin-left: 20px;
	margin-top: 20px;
	opacity: 0.5;
}

.gallery a:hover img{
	opacity: 1;
}