body {
	margin: 0px auto;
	font-family: "Arial", "Courier", "Helvetica";
	font-size: 18px;
}

#wrapper {
	background-image: url('../images/pic_background.png');	
	background-repeat: no-repeat;
	width: 1050px;
	height: 1000px;	
	margin: 0px auto;
	margin-top: 5px;
}

#topMenu {
	padding-top: 50px;
	margin-left: 420px;
	font-size: 14px;
	font-weight: bold;
	height: 42px;
}
.topMenuItem {
	display: inline-block;
	background-image: url('../images/menu_bg.jpg');	
	background-repeat: no-repeat;
	width: 104px;
	line-height: 42px;
	text-align: center;
}

#sideMenu {
	float:left;
	padding-left: 10px;
	/*margin-top: 175px;*/
	margin-top: 145px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.sideMenuItem {
	display: inline-block;
	padding-bottom: 40px;
	width: 150px;
}

.homeDiv {
	background-image: url('../images/pic_front_page_background.png');
	background-repeat: no-repeat;	
	margin-left: 410px;
	margin-top: 40px;
	width: 600px;
	height:1000px;
	color: white;
	font-size: 17px;
	text-align: justify;
}

.otherDiv {
	background-image: url('../images/pic_other_page_background.png');
	background-repeat: no-repeat;	
	margin-left: 410px;
	margin-top: 85px;
	width: 600px;
	height:1000px;
	color: white;
	font-size: 17px;
	text-align: justify;
}
.homeDivText {
	padding-top: 200px;
	padding-left: 15px;
	padding-right: 10px;
	width: 550px;
}

.otherDivTitle {
	color: black;	
	font-weight:bold;
	font-size: 26px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
}

.otherDivText {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 10px;
	width: 550px;
}


#text {
	margin-top: -490px;
	margin-left: 327px;
}

#registerText {
	text-align: justify;
	font-size: 14px;
	width: 600px;
	color: black;
	margin-left: 600px;
	margin-top: -490px;
}

#registerButton {
	margin-top: -100px;
	margin-left: 345px;
}

#mapButton {
	margin-top: -100px;
	margin-left: 345px;
}


a {
	color:white;
	text-decoration: none;
}

a:visited {
	color:white;
	text-decoration: none;
}

a:hover  {
	color: white;
	text-decoration: underline;
}
TD {
	vertical-align: top;
	text-align: left;
}

H1 {
	text-align:center;
}	

H2 {
	text-align:center;
}	

H3 {
	text-align:center;
}	

.mapImage {
	margin-left:-15px;
	margin-top:-20px
}



