body{
	background-image:url(images/back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#50BCBE;
	margin:0;
	padding:0;
	font-family: futura, arial, verdana, helvetica, sans-serif;
	font-size:16px;
}

.left_side{
	background-image:url(images/ssgc_12.gif);
}

.main{
	background-color:#FFFFFF;
	padding:10;
}

.right_side{
	background-image:url(images/ssgc_13.gif);
}

.title{
	font-size:20px;
}

<!-- BCE6E9 -->

#wrapper{
	padding:5px;
}

#left_column{
	float:left;
	width:181px;
}

#left_column div{
	padding:0px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:10px;
}

#contentpaneopen{
	width:281px;

}


#right_column{
	float:right;
	width:587px;
}

#right_column div{
	padding:5px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:0px;
	text-align:left;
}

.clear_floats{
	clear:both;
} 

.border{
	border:1px solid #999999;
	background-color:#BCE6E9;
	background-position:top left;
	background-repeat:no-repeat;
}

.body{
	border:1px solid #999999;
	background-color:#FFFFFF;
	background-image:url(images/body_back.gif);
	background-position:top;
width:181px;	
background-repeat:no-repeat;
}


a:link{
        color: #0099FF;
        text-decoration:none;
}     /* unvisited link */
a:visited{
        color: #0099FF;
        text-decoration:none;
}  /* visited link */
a:hover{
        color:#12747A;
        text-decoration:none;
}   /* mouse over link */
a:active{
        color: #0099FF;
        text-decoration:none;
        }   /* selected link */






.subnav_text{
	color:#0066FF;
	font-size:14px;
}

.store_d{
	background-image:url(images/store_d_back.jpg);
	background-repeat:repeat-x;
}

td.right {
	text-align: right;
}

td.desc {
	text-align: right;
	width: 100px;
}

#content {
width:700px;
background-color:#FFF;
border:1px solid #000;
margin:10px 0 10px 0;
}

.results_table{
border-top:1px solid #000;
border-right:1px solid #000;
border-left:1px solid #000;
}

.results_table tr td{
border-bottom:1px solid #000;
}

.header{
font-weight:bold;
}

.store_table tr{
vertical-align:top;
}

.store_table h3{
margin:5px 0 5px 0;
}

.cart_table {
font-size:small;
}

.cart_table tr{
vertical-align:top;

}

.center{
text-align:center;
}

.error {
	font-weight: bold;
	color: #f00;
}

.debug {
	font-weight: bold;
	color: #090;
}

.notify {
	font-weight: bold;
	color: #00f;
}


