html { 
	background: url(../images/bg2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Arimo', sans-serif;
	width:100%;
	overflow-x: hidden; 
}

h1,h2{
	font-size:inherit;
	font-weight:normal;
	display: inline;
}

body {
	margin-left:10%;
	padding:0;
	color: #002280;
	width:100%;
}

div.container{
	width: 100%;
	margin-left:10%
	margin-right:10%
	/*border:10px solid yellow;*/
}

div.header {
	padding:15px;
	width: 80%;
	height: auto;
	border: 1px solid white;
	border-radius: 30px;
	text-align:center;
	background: rgba(144, 195, 212, 0.6);
}

div.quote{
	font-size:20px;
}


div.menumain{
	/*border:1px solid blue;*/
	float:left;
	text-align:center;
	padding-right:5px;
	float:left;
}

div.menu {
	margin-top:5px;
	padding:10px;
	width: auto;
	height: auto;
	border-radius: 30px;
	/*background-color:#90C3D4;*/
	text-align:center;
	background: rgba(144, 195, 212, 0.6);
	margin-left:7px;
}

div.menuselected{
	margin-top:5px;
	padding:10px;
	width: auto;
	height: auto;
	border-radius: 30px;
	/*background-color:#90C3D4;*/
	text-align:center;
	background: rgba(255, 255, 255, 0.4);
	text-decoration:underline;
	margin-left:7px;
}

div.maincontent {
	margin-top:5px;
	padding:15px;
	float:left;
	border: 1px solid white;
	border-radius: 30px;
	background: rgba(144, 195, 212, 0.6);
	text-align:justify;
	font-size:18px;
	float:left;
	width:60%;
}

.profile{
	float:left;
	text-align:center;
	width:20%;
	margin-top:30px;
	padding-left:15%;
	/*border:1px solid red;*/
}

.borderedimg{
	border-radius: 20px;
	float:left;
	margin-right:20px;
}

a{
	color:#002CA6;
	text-decoration:underline;
}

a.menu{
	color:#002CA6;
	text-decoration:none;
	color: #002280;
}

a.defaultcolor{
	color:#002CA6;
	text-decoration:none;
}

div.footer {
	margin-top:5px;
	padding:15px;
	width: 80%;
	height: auto;
	border: 1px solid white;
	border-radius: 30px;
	text-align:center;
	background: rgba(144, 195, 212, 0.6);
	float:left;
	font-size:20px;
}
