/* CSS Document */

body {
	background-color: #a1c4de;
	font-family: Calibri;
	font-size: 14px;
	color: #3e4f5d;
}

.title {
	font: 150.01% Calibri;
	color: #6f9bc0;
}

div#header {
	background-color: #ffffff;
	width: 679px;
    margin-left: auto;
    margin-right: auto;
}

div#contentcorner {
	background-color: #ffffff;
	width: 679px;
	margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

div#content {
	padding: 20px;
	background-color: #ffffff;
}


img#logo {
	position: relative;
	left: 10px;
}

img#comingsoon {
	position: relative;
	left: 240px;
}

p
{
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.5em;
}

#menu
{
	margin-top:10px;
	margin-left: 300px;	
}

a
{
	color: #6f9bc0;	
}
