/**********************DEFAULT CSS**********************/

/* ------------------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;
}
/* ----------------------------------------------- */


body {
	background: transparent url(http://i.cdn.turner.com/adultswim/footer/submissions/tools/img/submissionsBg.jpg) repeat;
	font-size: 10pt;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
}
	
	#nav {
	
	}
	
	#wrapper {
		width: 1000px;
		margin: 0pt auto;
	}
	
		#content {
			margin: 40px auto 0 auto;
			width:845px;
		}
		
			#header {
				text-align: center;
			}
			
				#header h1 {
					font-size: 48px;
				}
			
			#navigation {
				font-size: 20px;
				margin-top: 10px;
				text-align: center;
			}
			
				#navigation a:visited, #navigation a:hover, #navigation a:link, #navigation a:active {
					font-weight: bold;
					color: #000000;
				}
			
			#games {
				margin-top: 40px;
			}
		
				.title {
					font-weight: bold;
					font-size: 23px;
					margin-bottom: -8px;
				}
				
				h3 {
					font-weight: bold;
					font-size: 23px;
					margin-bottom: 20px;
				}
				
				.heading {
					margin-top: 15px;
					margin-bottom: 15px;
					font-style: italic;
				}
				
				.contact {
					margin: 15px 0 15px 15px;
				}
				
				p {
					margin-bottom: 15px;
				}
				
				ol {
					margin-left: 35px;
				}
				
					ol li {
						list-style: decimal outside;
					}
				
				ul {
					margin-left: 35px;
				}
				
					ul li {
						list-style-type: disc;
					}
				
				.topBuffer {
					margin-top: 15px;
				}
				
				.indent {
					text-indent: 20px;
				}
				
				.bold {
					font-weight: bold;
				}
				
				#games a:visited, #games a:hover, #games a:link, #games a:active {
					font-weight: bold;
					color: #000000;
				}
			
			#shows {
				margin-top: 40px;
			}
			
				.separator {
					margin-bottom: 15px;
				}
				
				#shows a:visited, #shows a:hover, #shows a:link, #shows a:active {
					font-weight: bold;
					color: #000000;
				}
		
	#footer {
		margin-top: 25px;
	}

