/* Global CSS */

body {
	margin-top: 20px;
	margin-bottom: 0px;
	background: #FFFFFF;
	font-family: tahoma, arial, sans_serif;
	font-size: 12px;
}

a:link {
	color: #248cb9;
}
a:visited {
	color: #075375;
}
a:hover {
	color: #9ED8FE;
}
a:active {
	color: #000000;
}

img {
	border: 0px;
}

.content {
	clear: both;
	margin: 0px auto;
	width: 950px;
}

img.content {
	float: left;
}

#motto {
	float: right;
	margin-top: -30px;
}

/* Page parts */
#banner {
}

#navigation {
}

#page {
}

#left {
	width: 250px;
	float: left;
	padding-top: 8px;
	color: #666666;
	text-align: right;
}

#left strong {
	color: #075375;
	font-size: 10px;
}

#right {
	float: left;
	padding-left: 20px;
	width: 680px;
}

#footer {
	background: #FFFFFF;
	bottom: 0px;
	clear: both;
	padding-top: 100px;
	text-align: center;
}