body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	color: black;
	text-align: center;
	background-color: gray;
}


input, option, select, textarea {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

img {
	border: none;
}

a {
	color: rgb(7,101,176);
}

a:hover {
	color: #AA0000;
}

#page {
	margin: 10px auto 0px auto;
	text-align: left;
	width: 780px;
	height: 500px;
	background-image: url('../images/main-illustration.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: rgb(0,31,73);	
}

#page .content {
	margin-left: 355px;
	height: 500px;
	width: 445px;
	background-color: rgb(188,154,92);
}

#page .content .inside {
	margin: 35px;
	color: White;
}

#page .content .inside p {
	line-height: 1.8em;
	letter-spacing: 0.10em;
	text-align: justify;
}

.contact {
	border-top: solid 1px white;
	padding-top: 20px;
	margin-top: 20px;
	text-align: center;
	line-height: 1.4em;
}

.contact a {
	text-decoration: none;
	color: White;
}

.contact a:hover {
	text-decoration: underline;
	color: rgb(7,101,176);
}


#languages {
	margin: 10px auto 0px auto;
	text-align: center;
	width: 780px;
}

#languages ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#languages ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
}

#languages ul li a {
	color: White;
	text-decoration: none;
}

#languages ul li a:hover {
	text-decoration: underline;
}

#languages ul li .selected {
	color: Silver;
}

#languages ul li .selected:hover {
	text-decoration: none;
}