/* Normalizes margin, padding */
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; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{ text-align : center;  }


#pal { position : relative; width : 798px; margin : 0 auto; text-align : left; top: 50px; height: 600px; }

#palette {
	position:absolute;
	left:0px;
	top:0px;
	width:798px;
	height:598px;
}

#header {
	z-index: 3;
	height:115px;
	background: url(../_img/scheadr.jpg) no-repeat;
	text-indent: -9999px;}

#header a{
	display:block;
	height:115px;
	background: url(../_img/scheadr.jpg) no-repeat;
}

#example {
	position:absolute;
	left:25px;
	top:134px;
	width:445px;
	height:386px;
}
#example img {
	float: right;}
	
#info {
	position: absolute;
	left: 499px;
	top: 284px;
	width: 216px;
}

#info2 {
	position: absolute;
	left: 499px;
	top: 284px;
	width: 216px;
}

#disclaimer {
position: absolute;
top:574px;
left: 500px;
color: #3e7998;
font-size:9px;
}
#disclaimer a:link {
text-decoration: none;
font-weight: normal;
color: #3e7998;
font-size:9px;
}

#disclaimer a:visited {
color: #3e7998;
font-size:9px;
}

#disclaimer a:hover {
color: #999;
}
