body {
	background:#000000;
	margin:0;
	padding:0;
	color:#ffffff;
	font-family: "Century Gothic", "Arial", "Verdana", "Trebuchet MS";
	font-size:12pt;
}
smartobject {
	color:#000000;
	z-index:300;
}
#wrapper {
	width:850px;
	height:600px;
	margin:auto;
	padding:10px;
	background:#000000;
	color:#ffffff;
	border:45px solid #3333ff;
}
/* Header Section and Nav Bar */
#header {
	background:#3333ff;
	height:100px;
	margin:0;
}
#header img {padding-right:15px;}
#header a img, #header a {border:0;}
#header #nav {padding-top:40px;}
#header #nav {margin:3px;}
#header #nav a {margin:5px; height:30px; font-weight:none; font-size:11pt;}
#header #nav a:hover {font-weight:bold;}

/* Body Section */
#body {
	background: #000000;
	margin:0;
	overflow:none;
	position:relative;
}
#body .textLeft {
	position:absolute;
	left:0;
	width: 580px;
}
#body .textRight {
	position:absolute;
	right:0;
	width: 580px;
}
#body .imgLeft {
	left:0;
	text-align:center;
	width:240px;
	height:490px;
	color:#000000;
	background-image: url('images/imgBG.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#ffffff;
	padding:5px;
	position:absolute;
	
}
#body .imgRight {
	right:0;
	text-align:center;
	width:240px;
	height:490px;
	color:#000000;
	background-image: url('images/imgBG.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#ffffff;
	padding:5px;
	position:absolute;
}

#body .imgLeft img, #body .imgRight img {
	border:1px solid #000000;
	margin:0;
	padding:0;
}
#body .quote {
	font-size:10pt;
	font-weight:bold;
	text-align:left;
}

#body p.description {
	font-family: "Verdana", "Arial" !important;
	font-weight: bold;
	font-size:11pt;
}
#body .title {
	font-size:14pt;
}
hr {
	border:3px solid #3333ff;
	color:#3333ff;
	
}
div.imgRight hr {position:absolute; right:0; bottom:10px;}
div.imgLeft hr {position:absolute; left:0; bottom:10px;}

/* Footer Section */
#footer {
	color:#999999;
}
#footer p {
	font-size:9pt;
}
/* Links, Fonts, and Text Properties */
a, a:link, a:visited, a:active {color:#ffffff; text-decoration:none;}
#body a, #body a:link, #body a:active, #body a:visited, a:hover {color:#ddaa33;}
#body a:hover {color:#ffdd66; text-decoration:underline;}
p {line-height:1.8em; font-family: "Arial", "Verdana", "Trebuchet MS"; font-size:12pt;}
table td strong {line-height:1.8em;}
font, strong {font-family: "Arial", "Verdana", "Trebuchet MS";}
/* Menus */
#menu .title {
	font-size:12pt;
}
#menu .description {
	font-size:10pt;
}
.price {
	color: #ddaa33;
}
#menu #print {position:absolute; top:5px; right:5px;}

.items p, .items p font, .items p span { padding:0; margin:0; font-size:8pt; font-weight: none;}
