body {
	margin: 0px;
	text-align: center;
	background-color: #7296DE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* = 10px */
	color: #021454;
}

#container {
	margin: 0px auto 0px auto;
	width: 900px;
        text-align: left;
}

#flagg{
	float: left;
	height: 22px;
	margin: 5px 0px 0px 5px;
}

#header{
	float: left;
	background: url('pic/bg.png');
	width: 894px;
	height: 300px;
	margin: 5px 0px 0px 0px;
	border-style: groove;
	border-width: 3px;
	border-color: #021454;
}

#logo{
	float: right;
	background: url('pic/logo.png') no-repeat;
	width: 300px;
	height: 320px;
	margin: 50px 0px 0px 0px;
	text-align: center;
}

#headertxt{
	float: left;
	width: 550px;
	height: 250px;
	margin: 32px 0px 0px 27px;
}

#linkcontainer{
	float: left;
	width: 206px;
}

#link{
	float: left;
	background: url('pic/bg.png');
	width: 200px;
	height: 25px;
	margin: 5px 0px 0px 0px;
	border-style: groove;
	border-width: 3px;
	border-color: #021454;
}

#main{
	float: left;
	background: url('pic/bg.png');
	margin: 5px 0px 0px 5px;
	padding: 10px 20px;
	width: 643px;
	border-style: groove;
	border-width: 3px;
	border-color: #021454;
}

#footer{
	float: left;
	background: url('pic/bg.png');
	width: 886px;
	height: 17px;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border-style: groove;
	border-width: 3px;
	border-color: #021454;
	text-align: center;
}

h1{
	font-family: Maiandra GD, Arial, Helvetica, sans-serif;
	font-size: 500%;
	margin: 0px;
}

h2{
	color: #0b3ae9;
	font-family: Maiandra GD, Arial, Helvetica, sans-serif;
	font-size: 200%;
	margin: 0px;
}

h3{
	font-size: 140%;
	margin: 0px;
}

h4{
	font-size: 140%;
	margin: 4px 0px 0px 17px;
	font-weight: bold;
}

h5{
	font-size: 120%;
	font-weight: normal;
	margin: 0px;
}

h6{
	font-family: Bobcat, Comic Sans MS, Arial, Helvetica;
	font-size: 300%;
	font-weight: normal;
	color: #0b3ae9;
	margin: 110px 20px 0px 0px;
}

a{
	color: #0b3ae9;
	text-decoration: none;
}

a:link, a:visited{
	text-decoration: none;
	color: #0b3ae9;
}

a:hover, a:active{
	text-decoration: none;
	color: #000080;
}
