/* umbrella style sheet */

body {
	background: #fff url(images/umbrella.jpg) center top no-repeat;
	color: #000;
	font: 10px Verdana, sans-serif;
	margin: 0;
	padding: 0;
	}

a:active {
	color: #aaaaaa;
	text-decoration: none;
	}

#main {
	margin: 0 auto;
	width: 903px;
	padding: 0;
	}



#content {
	background: #fff;
	color: #000;
	padding: 10px;
	width: 305px;
	margin-top: 40px;
	margin-left: 200px;
	}


#nav {
	margin: 240px 0 0 160px;
	font-size: 11px;
	}

#nav ul {
	list-style: none;
	}

#nav li {
	display: inline;
	text-align: center;
	padding: 8px;
	}


#nav a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #478AD8;
	text-decoration: none;
	font-weight: bold;
	}

#nav a:hover {
	color: #4914AD;
	text-decoration: underline;
	font-weight: bold;
	}

#lower {
	margin: 30px auto 50px auto;
	width: 850px;
	}

#footer {
	background: #fff;
	margin: 0 auto 20px auto;
	width: 490px;
	text-align: center;
	font-size: 9px;
	padding: 0;
	}

#footer a:link {
	color: #F98927;
	text-decoration: none;
	padding: 5px 10px;
	}

#footer a:visited {
	color: #478AD8;
	text-decoration: none;
	}

#footer a:hover {
	color: #4914AD;
	text-decoration: underline;
	}

#footer a:active {
	color: #aaaaaa;
	text-decoration: none;
	padding: 5px;
	}

.category {
	font-size: 14px;
	font-weight: bold;
	color: #478AD8;
	font-variant: small-caps;
	}

.categorytop {
	font-size: 16px;
	font-weight: bold;
	color: #4914AD;
	font-variant: small-caps;
	text-align: center;
	}


	
