body#splash {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #523C1D url(../images/splash/background.png) 0 0 repeat;
	font-family: georgia, serif;
	font-size: 85%;
}

#splash #frame {
	background: url(../images/splash/background-top.png) 0 0 repeat-x;
	padding-top: 100px;
} * html #splash #frame { background-position: -100px 0; }

#splash #wrapper {
	margin: 1em auto 0 auto;
	width: 423px;
	background: url(../images/splash/top.png) no-repeat;
	padding: 13px 2px 0 2px;
}

#splash #content { 
	background: #F4F4DD url(../images/splash/title.jpg) no-repeat; 
}

#splash #content :after {     
	content: ".";      
	display: block;     
	height: 0;      
	clear: both;  
	visibility: hidden;
}

#splash h1 {
	width: 423px;
	height: 55px;
	margin: 0;
	text-indent: -2000em;
}

#splash #wrapper p {
	padding: 25px 25px 15px 25px;
	line-height: 1.6;
	margin-bottom: 0;
}

#splash ul#locales, #splash ul#locales li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#splash ul#locales li {
	float: left;
}

#splash ul#locales {
	padding: 0 25px;
}

#splash #locales a {
	display: block;
	float: left;
	text-decoration: none;
	background: url(../images/splash/button.png) 0 100%;
	padding-bottom: 8px;
	cursor: pointer;
	width: 184px;
	outline: none;
}

#splash #locales a strong {
	padding: 8px 10px 0 10px;
	font-size: 120%;
	display: block;
	background: url(../images/splash/button.png) 0 0;
}

#splash #locales a:hover {
	background-position: -200px 100%;
	color: #1C2A5E;
}

#splash #locales a:hover strong {
	background-position: -200px 0;
}

#splash #locales strong img {
	vertical-align: middle;
	border: none;
}

#splash #locales #en_CA a {
	margin-right: 5px;
}

* html #splash #locales #en_CA a {
	margin-right: 2px;
}

#international {
	font-family: sans-serif;
	font-size: 80%;
	color: #B7A583;
	clear: both;
	width: 427px;
	margin: 0 auto;
	background: url(../images/splash/bottom.png) no-repeat;
} 

#international p {
	margin: 0;
	padding-top: 30px;
}

