/* No script
-----------------------------------------------------------------------------*/

noscript div {
	background: #FFFFFF;
	border: 1px solid #C0BDB9;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
}

/* Body
-----------------------------------------------------------------------------*/

body {
	color: #000000;
	background: #cbdb2a url(../images/body-bg.png) repeat-x top left;
	font-family	: "Arial", sans-serif;
	font-weight	: normal;
	font-size: 11.5px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
}

#wrap {
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	min-height: 700px;
	width: 1000px;
}

body.standard-home #wrap { 
	background-image: url(../images/wrap-home-bg.jpg); 
}

body.standard-language #wrap { 
	background-image: url(../images/wrap-language-bg.jpg); 
}

body.standard-contest .contest-enter { 
	background: url(../images/wrap-contest-enter-bg.jpg) no-repeat center top; 
}

body.standard-contest .contest-enter-success { 
	background: url(../images/wrap-contest-enter-success-bg.jpg) no-repeat center top; 
}

/* Banner
-----------------------------------------------------------------------------*/

#banner {
	font-size: 18px;
	font-weight: normal;
	height: 205px;	
}

#banner #logo {
	background: url(../images/lang-en/logo.png) no-repeat bottom center;
	font-size: 18px;
	font-weight: normal;
	height: 205px;
	text-indent: -10000px;
	width: 430px;
}

body.en-CA #banner #logo { background: url(../images/lang-en/logo.png) no-repeat bottom center; }
body.fr-CA #banner #logo { background: url(../images/lang-fr/logo.png) no-repeat bottom center; }

#banner #logo a {
	display: block;
	height: 205px;
	width: 430px;
}

#banner #tnav {
	margin-right: 0px;
	margin-left: 422px;
	position: absolute;
	top: 20px;
}

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	font-size: 9px;
	font-weight: normal;
	padding-top: 40px;
	line-height: 11px;	
}