div#center {
	width: 1000px;
}

div#content {
	margin: 0px 25px 0px 28px;
  font-size: 1.2em;
}

ul#iconLinks {
	float: right;
}

#navTopLinks {
 text-align:right;
 margin-top:10px;
 margin-bottom:5px;
}
#bottom {
  position: absolute;
	bottom: -70pt;
  left:200px;
}
#bottomLinks {
  position:relative;
  left:-125px;
}
/* Featured Tag Element */
div#featuredTag {
	background: none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/scroll.png', sizingMethod='image');*/

	height: 255px;
	width: 265px;
	float: left;

	margin-left: 15px;
	padding-left: 75px;
	padding-top: 60px;

	color: #333333;
	padding-top: 15px;
	letter-spacing: -0.04em;
  position:relative;
  top: -90px;
}

div#featuredTag #ieSucks {
	position: relative;
	top: 40px;
}

html>body div#featuredTag #ieSucks {
	top: 0px;
}

html>body div#featuredTag {
	/*background: url(/img/scroll.png) no-repeat;   */
	margin-left: 60px;
	padding-top: 60px;
}

div#featuredTag h3 {
	color: #330000;
	font-variant: small-caps;

	font-weight: normal;
	font-size: 1em;
	letter-spacing: 0.01em;

	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
}

div#featuredTag p a {
	position: relative;
	font-family: Georgia, sans-serif;
	font-size: 1.4em;
	float: left;
	color: #330000;
	font-variant: small-caps;
}

html>body div#featuredTag p a {
  text-align:center;
  position:relative;
  width:200px;

}

div#featuredTag div.featuredImage {
	position: relative;
	bottom: 30px;
	top:-15px;
  left:-50px;
  text-align: center;
  width:200px;
}
.w200 {
  width:200px;
}
div#featuredTag div.featuredImage img {
	position: relative;
  margin-bottom:5px;
}
div#featuredTag hr {
	text-align: left;
	position: relative;
	left: -10px;

	border: 0px;
	background-color: #333333;
	color: #333333;
	height: 1px;
}

html>body div#featuredTag hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Big Logo Element */
div#bigLogo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bigLogo.png', sizingMethod='image');
	width: 475px;
	height: 182px;
  position:absolute;
  top:5px;
 left:30px;
}

div#bigLogo #ieSucks {
	position: relative;
}

html>body div#bigLogo #ieSucks {
}

html>body div#bigLogo {
	background: url(/img/bigLogo.png) no-repeat;
}
