html {
	width: 100%;
	
	margin: 0 0 40px 0;
	padding: 0;
	
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	background-color: #e0f2f8;
	
	font-family: Tahoma;
	font-size: 10pt;
}

body {
	width: 800px;
	
	margin: auto auto;
	
	border-left: 1px #00416f solid;
	border-right: 1px #00416f solid;
	border-bottom: 1px #00416f solid;
	
	color: #003960;
}

a:link, a:visited {
	color: #FFF;
}

a:hover, a:active {
	color: #DDD;
	text-decoration: none;
}

.header {
	width: 800px;
	height: 200px;
	
	text-align: center;
	
	background-image: url('img/header.png');
	background-repeat: no-repeat;
	background-color: #FFF;
}

.navbar {
	width: 800px;
	
	padding-top: 5px;
	
	text-align: center;
	
	color: #FFF;
	font-weight: bold;
	
}

.content {
	width: 780px;
	min-height: 500px;
	
	padding: 10px;
	
	background-image: url('img/innerbg.png');
	background-repeat: no-repeat;
	background-color: #5cd0eb;
}

.footer {
	width: 800px;
	height: 60px;
	
	text-align: center;
	color: #FFF;
	
	font-weight: bold;
	
	background-image: url('img/footer.png');
	background-repeat: no-repeat;
	background-color: #5cd0eb;
}

.q {
	font-weight: bold;
	color: #FFF;
	
	display:block;
	margin-top:1em;
}

.a {
	color: #003264;
}
