/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background_02.jpg);/*
	background-color: #02213D;*/
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#fullheight {
	height:100%
}

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }
   
#Layer1 {
	position:absolute;
	left:133px;
	top:500;
	width:260px;
	height:3px;
	z-index:1;
}

/* ----- Text Modifiers -----*/
.title_16 {
	font-size:16px;
	font-weight:bold;
}

.title_14 {
	font-size:14px;
	font-weight:bold;
}

.price {
	font-size:14px;
	font-weight:bold;	
	color:#FF9900;
}

