 /* CSS for ejc designs */
 
 /* Eric Meyer's Reset http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again */
 
 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: 1;
}
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;
}


/* Element tag CSS */
body {
	font-family: Verdana, Helvetical, Arial, sans-serif;
	background-color: #fff;
	line-height: 140%;
	padding: 0;
	margin: 0 auto;
	text-align:center;
	}

a {font-weight: bold; text-decoration:none;}
a:link {color: #0B6675;text-decoration:none;}
a:visited {color: #0A50A1;text-decoration:none;}
a:hover {color: #FBAEFF;text-decoration:none;}
a:active {color: #4D0E68;text-decoration:none;}
h1 {font-size:.8em;}
h2 {
	font-weight:500;
	font-size:large;
	margin: 12px 0;
}

ul {}
	
li {list-style: none; margin: 12px 0;}
	
p {margin: 12px 0;}

/* CSS for IDs and divs */
#container {
	width: 785px;
	margin: 0 auto;
	text-align:center;

}
#container-inner {text-align:left;}

#header {
	height: 448px;
	width: 785px;
	position: relative;
}

#header span {
	background: url(images/ejc_logo.jpg) no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	}

#main-nav {
	background-color:#FFFFFF;
	float:left;
	width: 200px;
	margin: 60px 0 0 4px;
}


#content {
	margin: 60px 4px 0 220px;
	
}

#footer {
	margin: 30px 0 40px 0;
	text-align: center;

}

/* CSS for the classes */
.nav {}
.copyright {font-size:.8em;}



