/* Necessary for IE Win */
body {
    text-align: center;
}
/* end of Necessary for IE Win */

#wrapper {
	width: 760px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: white;
	margin: 0 auto;
}

#TopBanner {
    width: 698px;
    margin:0 auto;
    position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

/* Content */

#MainContent {
    width: 760px;
    margin:0 auto;
    position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: left;
	background-color: white;
}

#ContentLeft {
    width: 266px;
    position: relative;
    top: 0px;
    left: 31px;
    z-index:5;
}

#Photos {
    width: 266px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index:6;
}

#ContentRight {
    width: 390px;
    position: relative;
    top: 0px;
    left: 339px;
    z-index:3;
	margin-top: -266px;
}

#Flags {
    width: 390px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index:3;
	margin: auto;
}

#MainText {
    width: 390px;
    position: relative;
    top: 0;
    left: 0px;
    z-index:3;
	margin-top: 15px;
}

.DottedLine {
	width: 390px;
	position: relative;
	clear: both;
	left: 0px;
	top: 0;
	margin-bottom: 15px;
}

#Tours {
	position: relative;
	left: 0px;
	width: 390px;
	margin-top: 10px;
}

/* Bottom Links */

#BottomLinks {
	position: relative;
	width: 760px;
	top: 0px;
	left: 0px;
	margin-top: 10px;
	background-color: white;
	text-align: left;
}

#Logo {
	position: relative;
	width: 145px;
	margin-bottom: 10px;
	top: 0;
	left: 31px;
	padding-bottom: 8px;
}

#Links {
	position: absolute;
	left: 339px;
	width: 390px;
	top: 50px;
}

/* End Bottom Links */

.clear {
	clear: both;
}
