/* CSS for shopatusav.com */

body {
	background-color:#efefef;
	/* aligning the text here for IE */
	text-align:center;
}
#container{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(images/left.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#main_structure {
	width:800px;
	/* margin settings should center the div */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#main_structure_header {
	width:inherit;
	height:25px;
	background-image:url(images/top.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#main_structure_body {
	width:inherit;
	background-color:#ffffff;
}
#main_structure_footer {
	width:inherit;
	height:15px;
	background-image:url(images/bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#header_content {
	width:inherit;
	height:145px;
}
#header_image {
	float:left;
	width:290px;
}
#header_description {
	font-family:Arial;
	font-size:16px;
}
#listing_table {
	font-family:Arial;
	font-size:13px;
	width:95%;
	margin:auto;
}
#listing_table td {
	width:50%;
	padding:5px;
	text-align:left;
	vertical-align:top;
}
.listing_description {
	width:90%;
}
.listing_link {
	font-weight:bold;
}
.listing_image {
	margin:15px 0px 15px 0px;
}
#err_msg {
	font-family:Arial;
	font-size:12px;
	width:90%;
	margin:auto;
	font-weight:bold;
	color:red;
}
#suc_msg {
	font-family:Arial;
	font-size:12px;
	width:90%;
	margin:auto;
	font-weight:bold;
	color:blue;
}
