/*
Whole page
-------------------------------------------- 
*/


body
{
	background-image: url("http://www.wumple.com/wp-content/themes/Wumple/images/gradient.gif");
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x;

	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: .8em;
}

p, td, th, li
{   
	font-size: 1em;
}


a:link, a:visited
{
	text-decoration: none;
	color: #0030E0;
	/* border: 1px; */
}

a:hover
{
	background-color: #eee;
/*	border: 1px solid #ccc; */
	text-decoration: none;
}

a:active
{
/*	border: 1px; */
	text-decoration: none;
}

strong
{
	font-weight: bold;
}

.addressnotice
{
	font-style: italic;
}

.listitem1
{
/*
	font-weight: bold; 
	font-size: 110%; 
*/
}

#title
{
	font-family: Georgia;
	font-weight: normal;
	font-size: 3em;
}
	 
#content
{
	margin-left: 10px;
	margin-right: 10px;
	/* width: 100%; */
	background-color: #fff;
	padding: 0.5em;
	border: 1px #eee solid;
}

#content table
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
 	font-size: 1em;
}

#footer
{
	margin-right: 10px;
	margin-left: 10px;
	padding: 0.5em;
	font-size: 90%;
}

