html {
	width: auto;
}

body{
	background-image:url("/g/leftback3.jpg");
	background-repeat: repeat-y;
	font-family:'Arial', 'Calibri', 'Tahoma', sans-serif;
	width:auto;
	height:auto;
	margin-left:3px;
	margin-right:auto;
	border:none;
	color:#000099;
}

img{
	border:none;
}

.center{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#header{
	margin-top:0px;
	width: 800px;
	height:120px;
	margin-right:0;
	margin-bottom:0px; 
	clear:both;
}

#menu{
	width:175px;
	height:880px;
	float:left;
	font-weight:bolder;
	font-size:13px;
	color:black;

}

#twitter{
	margin-left:5px;
	width:150px;
	height:auto;
	/*border: 5px solid red;*/
	
}


#content{
	float:left;
	width:65%;
	height:auto;
	margin-bottom:auto;
	margin-left:30px; 
	margin-right:5px;
}

a:link    {text-decoration:none; color:navy;}
a:visited {text-decoration:none; color:purple;}
a:hover   {text-decoration:underline; color:maroon;}
a:active  {text-decoration:none; color:red;}

img.buttons{
	width:130px;
	height:26px;
	margin-bottom:-3px;
	border:0;
}

.about{
	font-size:15px;
	color:navy;
	margin-left:10px;
	width:auto;
	line-height:150%;
}

a.goback{
	padding:3px 8px 3px 8px;
	background-color:#E0E0E0;
	border:2px black outset;
	font-size:10pt;
	font-weight:bold;
	color:black;
	text-align:center;
	text-decoration:none;
}

#ads{
	width: 200px;
	height: auto;
	clear: right;
	float: right;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	/*border-left:3px black solid;*/
	margin-left: 35px;
	margin-top: -125px;
}

#ads img{
	margin-left:auto;
	margin-right:auto;
	border:none;
}

#ads .bars{
	height:2px;
	width:125px;
	padding-right: 25px;
}

#ads .text{
	color:#000000;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	width:auto;
}

#footer{
	float:left;
	width:1000px;
	/*border-top: 2px black solid;*/
	margin-top:25px;
	margin-left:0;
	clear: right;
}

.roundedCorners{
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

#storeTypes {
	border-collapse: collapse;
}

#storeTypes td {
	border-color: inherit;
	border-style: none;
}