body {

	font-family: arial, helvetica;
	font-size: 0.8em;
	font-style: normal;
	color: maroon;
	background-color: silver;
	background-image: url(../images/radialgrey.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
	
p {
	line-height: 1.5em;
}

h1 {
	font-size: 2em;
	text-align: center;
	color: #ff9999;
	background-color: grey;
	margin-top: .2em;
	margin-right: .2em;
	margin-bottom: .2em;
	margin-left: .2em;
	padding: 0.2em;
}

h2 {
	font-size: 1.5em;
	color: grey;
	text-align: center;
	text-transform: none;
	margin-top: .5em;
	margin-right: .5em;
	margin-bottom: .5em;
	margin-left: .2em;
	padding: 1em;
}

h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	border-style: ridge;
	border-width: 3px;
	border-left-width: 10px;
	border-right-width: 10px;
	border-color: maroon;
}

h4 {
	font-size: 1.5em;
	text-align: center;
	border-style: ridge;
	border-width: 3px;
	border-left-width: 10px;
	border-right-width: 10px;
	border-color: maroon;
}

img {
	margin-left: 0;
	border-style: none;
	border-width: 1em;
	border-color: grey;
}
a:link {
	color: maroon;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #cc6666;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color:grey
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff6699;
	font-weight: bold;
	text-decoration: none;
}

strong {
	font-style: italic;
	text-transform: uppercase;
}

li {
	line-height: 1.5;
}

ul{
	list-style-type: none;
	padding: .2em;
	margin-left: 2em;
	font-weight: bold;
	line-height: 1.5;
}

table {
	background-color: #ff9999;
}

#banner {
	margin: 0;
	padding: .2em;
	background-color: none;	
	border-style: none;
	border-width: 0;
	border-color: 666666;
}

#sidebar {
	float: left;
	width: 40%;
}
#menu {
	position: absolute;
	top: 55%
}

#poetic {
	float: right;
	width: 5%;
	padding-right: 10%;
	padding-top: 5%;
}

#main {
	margin-left: 45%;
	margin-right:20%;
	padding-top: 5%;	
}

#footer {
	font-size: 0.5	em;
}

p em {
	font-style: italic;
	font-weight: bold;
}
