/* 
	CSS Document for FrankandSteins.ca 
	Developed by	Autosports Media Group
	Developer		Cody Schindel - AMG
	Development		September 2, 2011
*/

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

}

body {
	background: url(images/body-bg.jpg) repeat top center #000;
	font-family: Arial;
	}

a {
	color: #000;
	text-decoration: underline;
	}
		
a:hover {	
	color: #fff;
	text-decoration: none;
	}
	
p {
	margin-bottom: 10px;
	}
	
#container {
	clear: both;
	width: 850px;
	min-height: 920px;
	margin: 0 auto;
	background: url(images/content-bg2.png) no-repeat top center;
	}
	
#header {
	width: 850px;
	height: 208px;
	}
	
	#header-l {
		float: left;
		}
	
	#header-r {
		float: right;
		}

#content {
	clear: both;
	width: 850px;
	height: 180px;
	}
	
	#content h1 {
		display: none;
		}

#flashcontent {
	clear: both;
	width: 690px;
	margin: 0 auto;
	margin-bottom: 70px;
	border: 1px solid #000;
	}

#content2 {
	clear: left;
	float: left;
	width: 355px;
	height: 122px;
	padding: 35px;
	background: url(images/content2-bg.png) no-repeat top center;
	font-size: 90%;
	color: #fff;
	}
	
	#content2 h2 {
		font-size: 95%;
		text-transform: uppercase;
		margin-bottom: 10px;
		margin-top: 10px;
		text-shadow: 1px 1px 1px #000;
		-moz-text-shadow: 1px 1px 1px #000;
		-webkit-text-shadow: 1px 1px 1px #000;
		}
		
	#content2 p {
		font-size: 80%;
		text-shadow: 1px 1px 1px #000;
		-moz-text-shadow: 1px 1px 1px #000;
		-webkit-text-shadow: 1px 1px 1px #000;
		}
		
	#content2 a {
		color: #fff;
		}
		
		#content2 a:hover {
			text-decoration: none;
			}
	
#content3 {
	clear: right;
	float: right;
	width: 425px;
	height: 192px;
	background: url(images/content3-bg.png) no-repeat top center;
	}

#footer {
	padding-top: 5px;
	clear: both;
	width: 850px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-size: 70%;
	font-weight: bold;
	text-shadow: 1px 1px 1px #666;
	-moz-text-shadow: 1px 1px 1px #666;
	-webkit-text-shadow: 1px 1px 1px #666;
	}




















