/*Copyright ©2009 Ron Collins.  All rights reserved.*/

/* General Settings */
	
body {
	margin:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2deb6;
	background: #000000;
	padding: 0px;
}
image {
	border: 0px;
}

/* Layout */
#container {
	width: 800px;
	margin: 0 auto;
}
#frntA {
	float:left;
	height:200px;
	width:400px;
	background: url(images/ig_frntA.jpg) 0 0 no-repeat;
}
#frntB {
	float:left;
	height:200px;
	width:400px;
	background: url(images/ig_frntB.jpg) 0 0 no-repeat;
}
#frntC {
	float:left;
	height:400px;
	width:400px;
	background: url(images/ig_frntC.jpg) 0 0 no-repeat;
}
#frntD {
	float:left;
	height:400px;
	width:400px;
	background: url(images/ig_frntD.jpg) 0 0 no-repeat;
}
#irongrizzly {
	width:220px;
	height:60px;
	padding-top:300px;
	padding-left:120px;
}
#adspace {
	width:468px;
	padding-right:166px;
	padding-left:166px;
	padding-bottom:20px;
}
#ads {
	width:170px;
	height:90px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	float:left;
}

/* Builtby */
#builtby {
	width: 800px;
	text-align: center;
	font-size: 12px;
	color: #f2deb6;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	float: left;
}
#builtby a:link, #builtby a:visited {
	font-size: 12px;
	color: #f2deb6;
	text-decoration: none;
	font-weight: normal;
}
#builtby a:hover {
	font-size: 12px;
	color: #b3a486;
	text-decoration: none;
	font-weight: normal;
}

/* Removes Link Outline in Firefox */
:link img {
	border: 0px;
}
:visited img {
	border: 0px;
}
:active img {
	border: 0px;
}