body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF url(../images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 16px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
	color: #7d0707;
}
a:hover, a:active {
	color: #aa4040;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
td {
	vertical-align: top;
}
td.field, td.field p {
	font-size: 11px;
	color: #666;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 105px;
	overflow: hidden;
}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	height: 63px;
	margin-bottom: 15px;
}
	#search {
		float: left;
		margin-top: 20px;
	}
	#links {
		float: right;
		margin-top: 20px;
		color: #666;
	}
		#links a:link, #links a:visited {
		    color: #FFF;
		    text-decoration: underline;
		}
		#links a:hover, #links a:active {
		    color: #CCC;
		    text-decoration: underline;
		}

/* ----------------------------------- */
/* CRUMB
/* ----------------------------------- */
#crumb {
	margin-bottom: 15px;
	color: #999;
	font-size: 11px;
}
	#crumb a:link, #crumb a:visited {
	    color: #999;
	    text-decoration: underline;
	}
	#crumb a:hover, #crumb a:active {
	    color: #666;
	    text-decoration: underline;
	}

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#content {
	width: 550px;
	float: left;
}

	#content h1 {
		font-size: 18px;
	}

	#tagline {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}

	.category {
		width: 170px;
		float: left;
		margin-right: 13px;
		margin-bottom: 15px;
		display: inline;
	}
		.category dt {
			font-size: 13px;
			font-weight: bold;
			margin: 0;
		}
			.category dt span {
				font-weight: normal;
				font-size: 11px;
			}
		.category dd {
			font-size: 11px;
			line-height: 14px;
		}
			.category dd.more {
				font-size: 10px;
			}
			.category dd.more a {
				color: #999;
			}

#side {
	width: 200px;
	float: right;
}
	#side li {
		list-style: none;
		padding-bottom: 3px;
		margin-bottom: 3px;
		border-bottom: 1px solid #CCC;
	}
	#side li.available a:link, #side li.available a:visited {
	    color: #FF0000;
	    text-decoration: underline;
	}
	#side li.available a:hover, #side li.available a:active {
	    color: #fd7272;
	    text-decoration: underline;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	margin-top: 20px;
	border-top: 1px solid #CCC;
	padding-top: 4px;
	color: #999;
	font-size: 11px;
}
	#copyright {
		float: right;
	}
	
/* ----------------------------------- */
/* LINKS
/* ----------------------------------- */
.link {
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

#featured {
	border: 1px solid #9ec4e0;
	background: #d1e6f5;
	padding: 7px 7px 0 7px;
}
	#featured .link {
		border: none;
	}