/* Eric Meyer Reset - Jan 2008 */

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;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}




/* An outline of the key elements
#wrapper
#header
#menu
#content
#footer

COLORS
   Body Background:   #dec8f1;
   Main Text:         #
   Links:             #
   Blue Headline:    #5793dd;
   Sub header blue: #5e9ddf;
*/

body
{
	font-size: small;
	line-height: 160%;
	padding: 0px;
	margin: 0;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-color: #dec8f1;
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: georgia, times, serif;;
}

#wrapper {
	width:770px;
	margin:0px auto;
	text-align:left;
}

#header
{
	width: 770px;
	height: 180px;
	float: left;
	display: block;
	background-color: #dec8f1;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0;
	margin: 0;
}

#header h1
{
	width: 770px;
	height: 120px;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	text-indent: -8000px;
}

ul#menu
{
	width: 580px;
	height: 35px;
	display: inline;
	float: left;
	margin: 0 0 0 170px;
}

ul#menu li
{
	float: left;
	padding: 0 20px 0 0;
	font-size: 110%;
	line-height: 180%;
}


ul#menu li a
{
	text-decoration: none;
	padding: 2px;
}

#content
{
	float: left;
	display: block;
	background-color: #FFF;
	background-image: url(images/middle-bg.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding: 20px 50px;
	color: #444;
	width: 670px;
}
#content h1
{
	background-color: #FFF;
	color: #5793DD;
	font-size: 150%;
	line-height: 200%;
}

#content h2
{
	background-color: #FFF;
	color: #5e9ddf;
	font-size: 130%;
	line-height: 200%;
}

#content h3
{
	background-color: #FFF;
	color: #99ccff;
	font-size: 100%;
	line-height: 200%;
	text-transform: uppercase;
}
#content p { padding: 0 0 1em 0; }


#content ul,#content ol { margin: 0 0 1em 1em; }

#content ul li
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 0 0 0 1.5em;
}

#content ol li
{
	padding: 0 0 0 0;
	list-style-type: decimal;
	list-style-position: inside;
}

a:link
{
	color: #4787d7;
	background-color: #FFF;
}
a:visited
{
	color: #b27edf;
	background-color: #FFF;
}
a:hover
{
	color: #0953d6;
	background-color: #FF9;
}
a:active
{
	color: #0953d6;
	background-color: #FFF;
}

#content img.left
{
	float: left;
	display: block;
	padding: 0 1em 1em 0;
}

#content img
{
	float: right;
	display: block;
	padding: 0 1em 1em 1em;
}
#footer
{
	float: left;
	display: block;
	background-color: #DEC8F1;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 770px;
	height: 100px;
}


#footer p
{
	padding: 10px 0 0 0;
	background-color: #FFF;
	color: #999;
	margin: 0 50px 0 50px;
	float: left;
	display: inline;
}




/* HACKS */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* use this if IE7 does support clearfix hack */

.clear
{
	clear: both;
	font-size: 0.1px;
	height: 0pt;
	line-height: 0pt;
	width: 0pt;
}
