/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}


/* Our own em sizing stuff to set em size to 10px */
html { font-size: 1.25em ; } /* Set base font size to 20px (= 1.25 ý 16px) */ 
body { font: normal normal 50%/100% "Lucida Grande", Arial, Helvetica, sans-serif ; } /* 50% of 20px = 10px */  
html>body { font-size: 10px ; } /* Overrides the above in all browsers except IE */

hr { display: none; }

/* Site Styling */

body {
	background: #67a47f url(../images/bg-body.png) repeat-x left top ;
	text-align: center ;
}

#container {
	margin: 30px auto ;
	width: 705px ;
	text-align: left ;
}

#branding {
	height: 180px ;
	width: 100% ;
	position: relative ;
}

#branding h1 {
	position: absolute ;
	left: 396px ;
	top: 0 ;
	width: 309px ;
	height: 180px ;
	text-indent: -9999px ;
	background: transparent url(../images/logo.png) no-repeat left top ;
}

#branding img {
	position: absolute ;
	top: 0 ;
	left: 0 ;
}

#content {
	position: relative ;
	width: 100% ;
}

#content-main {
	width: 370px ;
	margin-left: 315px ;
	padding: 10px ;
	background: #fff url(../images/bg-main.png) no-repeat left top ;
}

#content-supp {
	position: absolute ;
	left: 0 ;
	top: 0 ;
}

#siteinfo-credits {
	background: transparent url(../images/bg-main-bottom.png) no-repeat right top ;
}

#siteinfo-credits a {
	color: #fff ;
}

#siteinfo-credits p {
	margin-top: 0 ;
	padding-top: 20px ;
}

a {
	font-weight: bold ;
	color: #1ca34b ;
}

h2 {
	font-size: 1.5em ;
	padding: 10px ;
}

#content-main ul,
p {
	margin: 10px ;
	font-size: 1.2em ;
	line-height: 1.3 ;
}

#content-main li { margin-left: 2em ; }

p#legals { font-size: 0.9em ;}