/* Has a background image to create the black panel down the left side of the page, because height property can't be relied on. */

body {
margin: 0;
font-family: "Times New Roman", Times, serif;
}

/* The daisy image is attached to this. */

#container {
padding: 0;
margin: 0;
}

/* Banner across top of page that says the name of the whole site */


#main-title a:link, a:visited, a:hover, a:active {
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
/* Styles for the main text on the page. */

#main-text {

}

p, ul, ol, table {
	
}

ol, ul {

}

h1 {

}

h2 {

}

a:link, a:visited {
	font-size: 1.0em;
}

a:hover {
	font-size: 1.0em;
}

/* Styles for the navbar on the left side. */

#left-menu {
display:none;

}

#left-menu p {
display:none;
}

#left-menu a:link, #left-menu a:visited {
display:none;
}

#left-menu a:hover, #left-menu a.current {
display:none;
}

/* Styles for the pullquote on the right side. */

#right-column {
display:none;
}

#right-column strong {
display:none;
}

#right-column p {
display:none;
}

/* Styles for the footer at the bottom of the page */

#footer {

}

#footer a:link, #footer a:visited {

}

#footer a:hover {

}

