body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(img/bg.gif);
	background-color: #002157;	
}
#main {
	background-color: #002157;
	border-left: 1px solid #003;
	border-right: 1px solid #003;
	width: 780px;
	height: 100%;	
}
#lmenu {
	background: url(img/menu_bg.gif) repeat-x;
}
#um {
	background-image: url(img/umbg.gif);
	width: 726px;
	height: 23px;
}
#ls {
	background: url(img/lsbg.gif) repeat-y;
	width: 28px;
}
#rs {
	background: url(img/rsbg.gif) repeat-y;
	width: 26px;
}
#content {
	width: 726px;
	height: 100%;
	vertical-align: top;
	font-size: 11px;
	color: #06c;
}
#content a {
	color: #cb8736;
	text-decoration: none;
}
#content a:visited {
	color: #cb8736;
	text-decoration: none;
}
#content a:hover {
	color: #ff9900;
	text-decoration: none;
}
#c1 {
	width: 426px;
	float: left;
}
.h {
	border-bottom: 1px solid #047dde;
	margin-bottom: 10px;
	width: 412px;
}

h3 {
	font-size: 13px;
	padding-bottom: 15px;
}
.items {
	margin-bottom: 2px;
}
#price {
	color: #06c;
	width: 90%;
	font-size: 11px;
	margin-top: 28px;
}
#price td {
	border-bottom: 1px solid #013d80;
	padding-top: 4px;
	padding-bottom: 4px;
}
#c2 {
	padding-top: 18px; 
}
#footer {
	height: 40px;
	background: #000;
	width: 780px
}