/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	background-image: url(../images/backgroung.jpg);
	font-weight: bold;
}

h1 {
	font-size: 48px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	position: relative;
}
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
}
p{
	font-size: small;
	font-weight: bold;
}
h2 {
	font-size: xx-large;
	font-weight: bold;
}
h3 {
	font-size: large;
	font-weight: bold;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #003366;
}
