/* reset all margins and padding */
* {
	margin: 0;
	padding: 0;
}

/* restore padding */
h1, h2, h3, h4, p, li, dt, dd, dl {
        padding-bottom: 0.75em;
}

input, submit {
        margin-bottom: 0.75em;
}

/* restore lists */
ul, ol {
        padding-left: 2em;
}

/* link colors */
a:link {
        text-decoration: none;
        color: #484e86;
}

a:visited {
        text-decoration: none;
        color: #484e57;
}

a:hover {
        text-decoration: underline;
}
/* OK, main layout stuff 
 * The body contains a #page
 * The #page contains a #header, a #content area and a #footer
 * the #content area has a #sidebar floated to the left of it. */
body {
	font-size: 65%;
	font-family: Georgia, Garamond, Times, serif;
	background-color: #c3c3c3;
}
#page {
	margin: 1.5% 3%; 
	border: 1px solid #959596;
	background-color: white;
}

#header {
	background-color: #505861;
        background-image: url(../images/site/shari6.jpg);
        background-position: top right;
        background-repeat: no-repeat;
	color: #eee;
	width: 100%;
	overflow: hidden;
	font-weight: bold;
        font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
        padding: 0;
}

hr {
	clear: both;
}

#footer {
	background-color: #eee;
	clear: both;
	width: 100%;
	font-size: 1em;
	text-align: center;
}

#footer p {
	padding: 20px;
}

#content {
        background-color: white;
	font-size: 1.5em;
        line-height: 1.5;
        padding: 25px;
}

/* header layout: typography and colors */
#header h1 {
	text-align: left;
	color: #eee;
	padding: 25px;
	font-size: 1.6em;
}

#header ul {
	list-style: none;
	text-indent: 0;
	width: 100%;
	padding: 0px 25px;
}

#header a, #header a:visited {
	color: #eee;
	text-decoration: none;
}

#header ul a {
	display: block;
	padding: 5px;
}

#header li {
	float: left;
	width: 5em;
	text-align: center;
        padding: 0;
}

#header ul a:hover, #header ul a.current {
	background-color: #c3c3c3;
	color: #505861;
}

#header ul a.current {
	background-color: white;
	color: #505861;
}
