@charset "utf-8";

/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/100% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

body {
	background-color: #FFFFFF;

}

h1 {
	font-size: 20px;
	padding-top: 15px;
	padding-left: 25px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#99A189;
	}
	
p {
	margin-bottom: 12px;
	}
	
li {
	font-size:10px;
	}
	
hr {
	color:#99A189;
	margin-top: -10px;
}
	
#wraper {
	position:relative;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
				/*border-bottom: 2px #99A189 solid;*/
}

#art {
	width:800px;
	height:400px;
	float:left;
	background-image:url(images/THESTREET-2b.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

#navbar {
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
	float:left;
	}
	
#shopping-information {
	width: 800px;
	padding-top: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-indent: 25px;
	background-image:url(images/border.jpg);
	background-repeat: repeat-y;
}
#footer {
	text-align:center;
	font-size:10px;
	line-height:10px;
	margin-top: 10px;
	width: 100%;
	float: left
}

	
