div#content {
	width: 865px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -432px;
	background-image: url(images/order.jpg); 
	background-repeat: no-repeat; 
}

.outer_border {	
	width: 520px; 
	background-color: rgb(96, 132, 158); 
	border: 3px solid; 
	border-color: rgb(206, 228, 239);
}

div#error_msg {
   margin: 0px;
   padding: 2px 5px 2px 5px;
   border: 2px solid white;
   background-color: rgb(215,26,33);
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: rgb(0, 50, 75);
	border-bottom: solid 2px;
	border-color: rgb(0, 50, 75);
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: white;
        font-weight: bolder;
        margin: 15px 0px 3px 0px;
	padding: 0px;
}

p, form {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: white;
}

p#copyright {
	margin-left: 415px; 
	margin-bottom: 2px;
}
 
p#customer_service {
	margin-left: 420px; 
	margin-top: 0px;
}

a:link {
    color: white;
}

.shaded_dark {
	color: rgb(0, 50, 75);
}

a#order_not {
	position: absolute;
	display: block;	
	width: 219px;
	height: 247px;
	background-image: url(995.gif);
	margin: 0;	
}

a#order_not:hover {
	background-image: url(995HIGHLIGHTED.gif);
}

a#order_hype {
	position: absolute;
	display: block;	
	width: 219px;
	height: 247px;
	background-image: url(1495.gif);
	margin: 0;	
}

a#order_hype:hover {
	background-image: url(1495HIGHLIGHTED.gif);
}

a#paypal {
	position: absolute;
	display: block; 
	margin: 0;
}
