@charset "utf-8";
/* CSS Document */

body {
	background-color: #b1c1dd;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#main {
	width: 850px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#content {
	width: 850px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	top: 20px;
}


#paragraph1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	position: absolute;
	left: 25px;
	width: 611px;
}

#paragraph2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	position: absolute;
	left: 25px;
	width: 800px;
}


#rightside {
	right: 200px;
	left: 650px;
	position: absolute;
	width: 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 376px;
	padding: 2px;
	top: 15px;
}

#footer {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #1C2F73;
	left: 279px;
	top: 696px;
}

#counter {
	position: absolute;
	left: 407px;
	top: 628px;
}



/* Header with Banner */

#header {
	height: 175px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#banner {
	position: absolute;
	background-color: #1C2F73;
	height: 150px;
	width: 842px;
	top: 4px;
	left: 4px;
}
#banner2 {
	background-color: #b1c1dd;
	height: 170px;
	width: 842px;
	top: 4px;
	left: 4px;
	position: absolute;
}
#logo {
	position: absolute;
	left: 1px;
	top: 1px;
}

#picture1 {
	position: absolute;
	left: 220px;
	top: 14px;
	width: 167px;
	height: 106px;
}
#picture2 {
	position: absolute;
	left: 709px;
	top: 30px;
	height: 106px;
	width: 114px;
}
#picture3 {
	position: absolute;
	height: 96px;
	width: 138px;
	left: 376px;
	top: 38px;
}
#picture4 {
	height: 93px;
	width: 162px;
	position: absolute;
	left: 557px;
	top: 22px;
}
#picture5 {
	height: 69px;
	width: 78px;
	position: absolute;
	left: 492px;
	top: 15px;
}

/* menu */

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1C2F73;
	position: absolute;
	top: 150px;
	left: 4px;
}

/* fonts and links */


#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #1C2F73;
}
#content a:link { 
	text-decoration: none; 
	color: #1C2F71;
}
#content a:visited { 
	text-decoration: none; 
	color: #1C2F71;
}
