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

#Main {
	padding: 0px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background-color: #FFFFFF;
	background-image: url(../IntroductoryImages/TopLogo.jpg);
	background-repeat: no-repeat;
}
#TopLogo {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 244px;
}

body {
	background-color: #FFFFFF;
	text-align: center;
}
#SecondePart {
	background-image: url(../IntroductoryImages/GradiantBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#EditionSelection {
}

.LanguageSelection1 {
	background-image: url(../IntroductoryImages/EditionButtonToronto.gif);
	background-repeat: no-repeat;
	display: block;
	height: 66px;
	width: 355px;
	float: left;
	margin-left: 10px;
	margin-top: 50px;
}
.LanguageSelection2 {
	background-image: url(../IntroductoryImages/EditionButtonVancouver.gif);
	background-repeat: no-repeat;
	display: block;
	height: 66px;
	width: 355px;
	float: right;
	margin-right: 10px;
	margin-top: 50px;
}
.Buttons {
	height: 30px;
	width: 112px;
	display: block;
	margin-top: 28px;
	float: left;
	margin-left: 3px;
}
p {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: normal;
	color: #2b4877;
	padding-left: 10px;
	text-align: left;
	margin-left: 20px;
}
#Footer {
	font-family: "Trebuchet MS";
	font-size: 13px;
	margin-top: 50px;
}

h1 {
	font-weight: bold;
	text-transform: capitalize;
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #2b4877;
	text-align: left;
	margin-left: 30px;
	margin-top: 80px;
}


#EditionSelection {
	height: 66px;
	width: 760px;
}
