@charset "UTF-8";
/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 16px;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
/* end CSS reset */





body {
	font-family: Helvetica, Sans-serif;
	font-size:11px;
}

#wrapper {
	width: 932px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 932px;
	height: 88px;
}
#header {
	width: 932px;
	padding-bottom: 35px;
}







#english {
	width: 240px;
	float:left;
	margin-right: 80px;
}

#french {
	width: 240px;
	float:left;
	padding-right: 20px;
	padding-top: 30px;
}




.textblock h5 {
	font-size: 1.7em;
	color: #999;
	margin-bottom: 14px;
}
		
		.textblock div, .textblock p { margin-bottom: 1em; color: #999; }
		
		.textblock a { color: #acab9c; text-decoration: none; text-decoration:underline; }
		
		.textblock:hover a { color: #666; text-decoration: underline; }
		
		.textblock:hover p { color: #666; }
			
		.textblock:hover h5 { color: #333; }
		
		.textblock a:hover { text-decoration: underline; color: #333333; }


.span-6 {width: 580px; }

div.span-6 {float:left;margin-right: 30px;}

/* If you want to use a block hover background color -----  div.span-6:hover {float:left;margin-right:50px; background-color:#33FF00;} ------ */

div.last {margin-right:0;}




.span-2 {width:222px; }

div.span-2 {
	float:left;
	margin-right:45px;
}

#separator {
	float: left;
	width: 20px;
	height: 225px;
	background-image: url(file:///Macintosh%20HD/Users/fespinosa/Desktop/ALDO%20KIDS/FW09/PROJECTS/01%20-%20aldokids.com%20page/html/images/separator.jpg);
	background-repeat: no-repeat;
	padding-right: 35px;
}

