body {
	font-family: Courier;
	font-size: 15px;
	margin: 0px;
}

#container {
	/* border: 1px solid green; */
	width: 740px;
	text-align: left;
}

#header {
	width: 740px;
	height: 100px;
	background-image: url('images/logo.gif');	
}

#main {
	border: 1px solid gray;
	width: 738px;
}

#nav {
	width: 500px;
	float: left;
}

#nav ul {
	margin: 0px;
	margin-top: 12px;
	margin-left: 8px;
	padding: 0px;
}

#nav li {
	display: inline;
	list-style-type: none;
}	

#nav a {
	text-transform: uppercase;
	color: #000;
	font-family: arial, sans-serif;
	font-size: 11px;
}

#bar {
	background: #000;
	height: 20px;
	width: 739px;
}

#content {
	/* border: 1px solid red; */
	margin: 0 0;
	width: 739px;
}
a {
	color: #000;
}

p {
	padding:0 45px;
}

h1, h2, h3 {
	padding:0 45px;
}

h1 {
	font-size:140%;
}

h2 {
	font-size:130%;
}

h3 {
	font-size:115%;
}

.large {
	font-size:120%;
	font-weight: bold;
}

.larger {
	font-size:140%;
	font-weight: bold;
}


#security {
	width:450px;
	height:110px;
	padding:10px;
	/* border:1px solid green; */
	background-image:url('images/security.gif');
	background-repeat:no-repeat;
	background-position:center center;
	font-size:.8em;
}

img {
	border: 0px;
}

/* UC Modifications */

.ucTableHeaderBackground {
	background:#fff;
}

.ucTableHeader {
	background:#fff;
	color:#000;
	font-weight:bold;
}

.ucShoppingBackground {
	background:#fff;
}

.ucShoppingCartText {
	color:#000;
}

.ucContinueShoppingButton {
        background-image:url(/cgi-bin/UCGraphic?MERCHANTID=BSTON&ThemeCode=7d&FILENAME=ucContinueShopping.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 92px;
}

.ucContinueShoppingButtonOverlay {
	height: 31px;
	width: 92px;
}

.ucUpdateButton {
        background-image:url(/cgi-bin/UCGraphic?MERCHANTID=BSTON&ThemeCode=7d&FILENAME=ucUpdate.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 92px;
}

.ucUpdateButtonOverlay {
	height: 31px;
	width: 92px;
}

.ucFinalizeOrderButton {
        background-image:url(/cgi-bin/UCGraphic?MERCHANTID=BSTON&ThemeCode=7d&FILENAME=ucFinalizeOrder.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 92px;
}

.ucFinalizeOrderButtonOverlay {
	height: 31px;
	width: 92px;
}

.ucFormLabel {
        color:#000;
}

.ucDefault {
        color:#000;
}

.ucInfoBoxBorder {
	border:0px;
}

.ucSubBoldText {
	color:#000;
}