/* common elements */
body	{
	margin:0;
	padding:0;
	background:#333;
}
/* universal styles */
ul, li, h1, h2, h3, h4, h5, h6	{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
	margin:0;
	padding:0;
	vertical-align:top;
	border:none;

}
/* specific styles */

ul, li	{list-style-type:none;}

form,
fieldset {
	display:inline;
	border:none;
}
h1, h2, h3, h4, h5, h6	{
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:0 0;
}
/* hides text when graphics used for text. */
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
#nav ul li span,
a span {
	position:absolute;
	font-size:1px;
	left:-9999px;
}
/* used to force compliant browsers to display backgrounds of floated elements preceding this element */
.clear {
	clear:both;
	height:1px;
	font-size:1px;
}
#container {
	background-color:#e8e8e8;
}
#topWrapper {
	background:url(http://content.stockpr.com/snsr/files/images/top_tile.gif) 0 0 repeat-x #e8e8e8;
	height:207px;
	position:relative;
	min-width:1040px;
}
#top {
	background:url(http://content.stockpr.com/snsr/files/images/top.gif) 0 0 no-repeat;
	width:980px;
	padding:0 30px;
	height:181px;
	margin:0 auto;
	position:relative;
}
#top h1, #top p {
	background:url(http://content.stockpr.com/snsr/files/images/logo.gif) 0 0 no-repeat;
	width:295px;
	height:111px;
	position:absolute;
	top:11px;
	left:355px;
}
#top a {
	display:block;
	text-decoration:none;
	height:100%;
}
#contentWrapper {
	padding:0 30px 0 30px;
	background-color:#e8e8e8;
	min-width:980px;
}
#content {
	width:980px;
	margin:0 auto;
	background:url(http://content.stockpr.com/snsr/files/images/content/home_A.gif) 0 0 no-repeat #fff;
	padding:17px 0 10px 0;
}
div.dotted_div {
	height: 8px;
	background: url(http://content.stockpr.com/snsr/files/images/content/dotted_div.gif) left repeat-x;
	font-size: 1px;
}
#footerContainer {
	background:url(http://content.stockpr.com/snsr/files/images/footer_tile.gif) 0 0 repeat-x;
	clear:both;
}
#footer {
	width:980px;
	background:url(http://content.stockpr.com/snsr/files/images/footer_bg.gif) 0 0 no-repeat;
	padding:75px 30px;
	clear:both;
	margin:0 auto;
}
#footer p, #footer a {color:#6F6F6F;}
#anitron {
	float:left;
	padding:0 0 0 23px;
	height:29px;
	background:url(http://content.stockpr.com/snsr/files/images/anitron.gif) 0 0 no-repeat;
}
#copyright {
	float:right;
	text-align:right;
}