body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 0.8em;
	color: #000;
	background: url(../images/bg.gif) #eee repeat-y center top;
}
img{
	border: none;
}
a:link, a:visited{
	color: #487fbf;
	text-decoration: none;
}
a:hover{
	color: #1e529e;
	text-decoration: underline;
}
h2{
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #1e529e;
}
fieldset{
	border: none;
	margin: 0;
	padding: 0;
}
legend{
	margin: 0;
	padding: 0;
}
form{
	margin-left: 10px;
}
#centeredContent{
	width: 884px;
	margin-left: auto;
	margin-right: auto;
	/*
	margin-top: 15px;
	border-top: 1px solid #ccc;
	*/
}
#big_ripple{
	width: 880px;
	height: 490px;
	padding: 1px;
	margin-top: 15px;
	border: 1px solid #ccc;
	background: url(../images/big_ripple.jpg) no-repeat;
}
#big_ripple #text_box{
	color: #1e529e;
	font-size: 12px;
	width: 310px;
	position: relative;
	left:25px;
	top:150px;
}
#header_ripple{
	width: 880px;
	padding: 1px;
	margin-top: 15px;
	border: 1px solid #ccc;
}
#nav{
	width: inherit;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#nav_small{
	width: inherit;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#content{
	width: inherit;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#footer{
	clear: both;
	width: 884px;
	margin-left: auto;
	margin-right: auto;
	color: #bbb;
	font-size: 11px;
}
#footer a:link, #footer a:visited{
	color: #bbb;
	text-decoration: none;
}
#footer a:hover{
	color: #999;
	text-decoration: underline;
}
.left{
	float:left;
}
.right{
	text-align: right;
	float: right;
}

#links_table{
	width: 100%;
}

/* Store Stuff */
#content_left{
	width: 250px;
	float: left;
}
#content_right{
	width: 590px;
	float: right;
}
#store_container{
	width: 590px;
	float: right;
}
h3{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 98%;
	color: #1e529e;
	background: #c9daea;
	padding: 3px;
	padding-left: 10px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}
.store_image{
	float: left;
	width: 220px;
}
.store_text{
	float: right;
	width: 370px;
}
.store_text p{	
	padding-right: 10px;
}
.store_add{
	float: right;
}
.store_price{
	font-size: 14px;
}
.tiny_text{
	font-size: 10px;
}
.store_image a:link, .store_image a:visited{
	text-decoration: none;
}
#gallery a:link, #gallery a:visited{
	text-decoration: none;
}
.no_bottom_margin{
	margin-bottom: 0px;
}
.input_text{
	width: 230px;
}