
/* ------------------GLOBAL RESET-------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------------------------------------- */

/***************** NAV CSS *******************/
#navcss-562d00 {
	padding:0px 0 2px 0;
	//padding:1px 0 1px 0;
	background:#562d00;
	margin-top:14px;
}

	#navcss-562d00 #asNav {
		margin:0 auto;  /* center aligned */
	}

			#navcss-562d00 #navLinks a, #navcss-562d00 #navLinks a:link, #navcss-562d00 #navLinks a:visited {
				color: #fff2bd !important;
			}
			
			#navcss-562d00 #navLinks a:hover {
				color: #4f4f4f !important;
			}
/* ----------------------------------------------- */

/***************** PAGE CSS *******************/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #c2ab52;
	background: transparent url(http://i.cdn.turner.com/adultswim/sitemap/tools/img/sitemapBg.jpg) repeat;
}

	#wrapper {
		width: 900px;
		background: #fff2bd;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	
		#header {
			margin: 0 auto;
			width: 821px;
			height: 127px;
			background: transparent url(http://i.cdn.turner.com/adultswim/sitemap/tools/img/header.png) no-repeat;
			_background: transparent url(http://i.cdn.turner.com/adultswim/sitemap/tools/img/header.gif) no-repeat;
		}
		
		#content {
			width: 770px;
			margin: 20px 0 0 100px;
		}
		
			#crumbs {
				margin-bottom: 32px;
			}
			
				.crumb {
					color: #746321;
					font-size: 16px;
				}
				
					.crumb a:visited, .crumb a:hover, .crumb a:link, .crumb a:active  {
						color: #746321;
						text-decoration: none;
					}
					
					.page-nav:visited, .page-nav:hover, .page-nav:link, .page-nav:active  {
						color: #746321;
						text-decoration: none;
						font-size: 16px;
						font-weight: bold;
						margin: 0 0 0 100px;
					}
			
			#leftColumn {
				width: 350px;
				float: left;
			}
			
				.section {
					margin-bottom: 32px;
					height: auto;
				}
				
					.sectionName {
						color: #746321;
						font-size: 13px;
						margin-bottom: 2px;
					}
					
						.sectionName a:visited, .sectionName a:hover, .sectionName a:link, .sectionName a:active {
							color: #746321;
							text-decoration: none;
						}
					
					.page {
						font-size: 13px;
						font-weight: normal;
						margin-bottom: 2px;
					}
					
						.page a:visited, .page a:hover, .page a:link, .page a:active  {
							color: #9F8313;
							text-decoration: none;
						}
					
					.bolded {
						font-weight: bold;
					}
			
			#rightColumn {
				width: 375px;
				float: right;
			}
		
	#footer {
		margin-top: 25px;
	}
	
	.iframe {
		background: #fff2bd;
	}
