body{
	background-color: #e5e5e5;

}
#wrapper{
	width:70%;
	margin:0 auto;
	color: #fafafa;
	border:1px solid white;
	background-color: white;
}


#header{
	background-color:#6b84c6;
	height:105px;
	border-bottom: 1px solid white;
}

#logo{
	padding-top: 14px;
	padding-left:20px;
}

#page{
	color: #555555;
	height:100%;
	width:100%;
	
}

#content{
	position:relative;
	float:left;
	width:74%;
	font-size: .8em;
	margin-top: 30px;
	padding-left: 20px;
	padding-bottom:20px;
	background-color: white;
	font-family: "Calibri", sans-serif;
}

#menu{
	float: right;
	width:20%;
	background-color: #f5f5f5;
	border: 1px solid #daa520;
	margin-top: 30px;
	margin-right: 10px;
	font-size: .8em;
	color: #000080;
}

#menu a:link
{
	color: #295072;
	text-decoration:none;
}

#menu a:visited
{
	color: #295072;
	text-decoration:none;
}

#menu a:hover
{
	color: #618cb0;
	text-decoration:underline;
}

#lang a:link, #language a:visited{
	color:white;
}
#lang a:hover{
	color:yellow;
}


p{
	margin-right:0px;
}

.link_header{
	font-weight: bold;

	font-size: 1em;
}

#lang{
	float: right;
	width:100px;
	height:20px;
	padding-right:20px;
	color: white;
}
