body {
	font-family: Verdana;
	font-size: 10px;
	color: #ccc;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: rgb(119,0,0);	
}
h1, h2, h3, h4 {
	font-weight: normal;
}
ul {
	list-style-type: none;
	padding: 0;
}
a {
	color: #c72;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
#top_nav, #branding, #tagline, #content {
	width: 950px;
	margin: 0 auto;
	clear: both;
}

/* @group topnav */
#top_nav {
	text-align: right;
	font-size: 1em;
}
#top_nav a {
	color: #ccc;
}
/* @end */

/* @group branding */
#branding {
	margin-top: 8px;
	border-top: 2px solid #700;
}
#branding h1 {
	margin: 30px 0 0 20px;
	width: 330px;
	float: left;
	height: 100px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
#branding h1 span {
	display: none;
}
#branding p, #branding h2 {
	float: right;
	width: 550px;
	font-size: 1.2em;
	margin-bottom: 20px;
}
#branding h2 {
	font-family: Georgia, serif;
	font-size: 2.2em;
	margin-bottom: 0px;
}
/* @end */

/* @group tagline */
#tagline {
	font-family: Georgia, serif;
	font-size: 2.4em;
	padding: 25px 125px 25px 125px;
	width: 700px;
	margin-bottom: 25px;
	background-image: url(../images/random-img.gif);
	background-position: 20px 30px;
	background-repeat: no-repeat;
}
#tagline em {
	color: #c72;;
}
/* @end */
#content {
	background-image: url(../images/bg-content.gif);
	background-repeat: no-repeat;
	height: 500px;
}
#breadcrumb, #subcats {
	clear: both;
	float: left;
	padding-left: 50px;
	margin-left: 20px;
}
#subcats {
	font-family: Georgia, serif;
	font-size: 2em;
}
#categories {
	width: 350px;
	clear: both;
	float: left;
	padding-left: 50px;
	margin-left: 20px;
}
#categories h3 {
	font-size: 1.8em;
	margin: 10px 0 0 0;
}
#categories h4 {
	font-size: 1.4em;
	margin: 10px 0 0 0;
}
#categories li {
	margin-bottom: 5px;
}
#categories li.adsense {
	margin: 20px 0 20px 0px;
}
#categories li.feat {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#categories li span.url {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #c72;	
}
#featuredlinks, #submit, #categoryinfo, #adsense {
	background-image: url(../images/bg-div.gif);
	background-repeat: no-repeat;
	width: 390px;
	margin: 0 20px 10px 20px;
	padding: 10px;
	float: right;
}
#featuredlinks h3, #submit h3, #categoryinfo h3, #latestlinks h3, #tophits h3, #adsense h3 {
	font-family: Georgia, serif;
	color: #c72;;
	font-size: 1.8em;
	margin-top: 0;
}
#featuredlinks li {
	width: 190px;
	float: left;
}
#featuredlinks li h3 {
	margin: 0;
}
#submit p, #categoryinfo p {
	padding-left: 80px;
}
#latestlinks {
	margin: 0px 20px 10px 0;
}
#latestlinks, #tophits {
	background-image: url(../images/bg-div-small.gif);
	background-repeat: no-repeat;
	width: 185px;
	padding: 10px;
	float: right;
	margin-top: 0;
}
#latestlinks li, #tophits li {
}
#latestlinks li a, #tophits li a {
	font-size: 1.2em;
}
#latestlinks li p, #tophits li p {
	margin: 0 0 3px 6px;
}
#footer {
	clear: both;
	font-size: 1em;
	padding: 10px 70px;
}
table td input.text, table td textarea, table td select {
	width: 300px;
}
table.formPage {
	margin: 0 20px;
}
table td {
	vertical-align: top;
	font-size: 1.2em;
	margin: 2px 5px;
	padding: 2px 5px;
}