* {
	margin : 0;
	padding : 0;
	top : 0;
	left : 0;
}

body {
	background-color : #44607e;
}

#mainbox {
	margin-right : auto;
	margin-left : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	position : relative;
	width : 799px;
	font-family : Arial, sans-serif;
	background-color : #ffffff;
	border : 1px solid #ffffff;
}

#navbar {
	width : 100%;
	height : 25px;
	text-align : center;
	background-image : url("/pictures/menu/button.gif");
	background-repeat : repeat-x;
}

#navbar li {
	display : inline;
	list-style-type : none;
	vertical-align : middle;
	border-right : 1px solid #8fb8bc;
}

#navbar a {
	color : #ffffff;
	padding : 0 10px 0 10px;
	text-decoration : none;
}

#navbar a:hover {
	background-image : url("/pictures/menu/button_hover.gif");
}

#pageTitle {
	text-align : center;
	padding : 8px 0 8px 0;
	border-bottom : 1px solid #ffffff;
	font-weight : bold;
	color : #ffffff;
	background-color : #00306f;
	
}

#content {
	color : #000000;
	margin-top : 10px;
	margin-left : 15px;
	width : 769px;
}

#footer {
	background-image : url("/pictures/elements/footer.png");
	background-repeat : no-repeat;
	background-position : bottom right;
}

#footer p {
	color : #ffffff;
	text-align : right;
	font-size : small;
	padding : 50px 10px 5px 0;
}

#validation{
	text-align : center;
}

#validation img{
	border : 0;
}
