/* CSS Document */
BODY {
  margin: 0px;
  padding:0;
  text-align:center;
  /*font-size:13px;*/
  font-family:Times, Helvetica, Arial, sans-serif;
  background:#111111;
  color:#888888 
}
#page #wrapper{
	width:950px;
	width:1000px;
	padding:0;
	margin:0;
	/*margin-left:50px;*/
	text-align:left;
	background:#111111;
	position:relative
}
#wrapper{
	width:1000px;
	padding:0;
	margin:0 auto;
	/*font-size:13px;*/
	text-align:left;
	position:relative;
	background:#111111;
}
.smallText{
	color:#888888 ;
}
.price,.orderEdit{
	color:#888888 
}
table td{
	color:#888888 
}
a{ text-decoration:none; color:#888888 }

#content{
	width:750px;
	background:#111111;
	float:right;
	min-height:800px;
    height:auto !important;
    height:800px;
	padding-top:22px;
	color:#103c5c;
	padding-bottom:50px;
}
