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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:url(/images/toolkit-splash-bg.jpg) repeat-x center top #e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CONTAINER
-------------------------------------------------------*/
#container{
	width:1018px;
	margin:auto;
	border:3px solid #807f82;
	overflow:auto;
	background:#fff;
}
#ccla_logo{
	margin:60px auto 15px;
	display:block;
	width:271px;
}
#red_header img{
	display:block;
}
#red_header{
	background:#e31937;
}
#logo_container li{
    display: block;
    float: left;
    margin-left: 60px;
    min-height: 160px;
    width: 260px;
}
#logo_container li img{
	margin-bottom:10px;
}
#logo_container{
    margin-bottom: 0;
    margin-top: 20px;
    overflow: auto;
}
img{
	display:block;
}
p{
	font-size:12px;
	margin-bottom:10px;
	line-height:18px;
}





















