@charset "UTF-8";
/* CSS for Seeing Yellow */




/*****************************************************************************************
 *
 * "Reset Reloaded"
 * Thanks to Eric Meyer
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 *
 */

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,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%; 
	font-family: inherit;
	vertical-align: baseline;
}

strong, h2, h3 {
    font-weight: bold;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



/*****************************************************************************************
 *
 * Basic page layout.
 *
 */
 
body {
	background: url(realdotsbg.jpg) repeat top left;
}

#wrapper {
	padding: 1em 0 0 0;
	margin: 0 auto 0 auto;
	width: 926px;
}







/*****************************************************************************************
 *
 * Fonts.
 *
 */

a {
	color: #a68c00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: 2.5em bold Arial, Helvetica, sans-serif;
	margin: .75em 0 .75em 0;
}

h2 {
	font: 1.5em bold Arial, Helvetica, sans-serif;
	margin: .75em 0 .75em 0;
}

h3 {
	font: 1.4em bold Arial, Helvetica, sans-serif;
	margin: .75em 0 .75em 0;
}

p {
	margin: .75em 0 .75em 0;
}




/*****************************************************************************************
 *
 * Top of the page.
 *
 */

#header {
	width: 926px;
	height: 183px;
	background: url(SeeingDotsLogo.jpg) no-repeat left top;
}




/*****************************************************************************************
 *
 * Navigation bar.
 *
 */

#bar {
	width: 900px;
	height: 26px;
	background: url(bar.jpg) no-repeat left top;
	margin: 4px auto 0 auto;
	padding: 6px 0 0 0;
	font: 16px arial, helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
}

#bar-bottom {
	width: 900px;
	height: 26px;
	background: url(bar.jpg) no-repeat left top;
	margin: 0 auto 3em auto;
	padding: 6px 0 0 0;
	font: 16px arial, helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
}

#bar a {
	color: #ffffff;
}

#bar-bottom a {
	color: #ffffff;
}
#bar a:hover {
	text-decoration: none;
}

#bar-bottom a:hover {
	text-decoration: none;
}

#bar p { margin: 0 0 0 0; }
#bar-bottom p { margin: 0 0 0 0; }


/*****************************************************************************************
 *
 * Content.
 *
 */

#content {
	width: 866px;
	min-height: 700px;
	background: #ffffff;
	margin: 0 auto 0 auto;
	border: 1px solid #989898;
	border-width: 0 1px 0 1px;
	padding: 8px 16px 8px 16px;
	font: 1em Arial, Helvetica, sans-serif;
}


#example_images {
}


#example_images td {
    width: 340px;
    font-weight: bold;
    padding: 0.3em;
}

#alert {
    width: 350px;
    text-align: left;
    border: 4px solid #a68c00;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

#alert_number {
    font-size: 1em;
    color: #a68c00;
    font-weight: bold;
}

#alert_text {
    display: inline;
}
