@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
}
#wrapper {
	background: url(images/flowerBG.jpg) no-repeat top right;
	width: 900px; !important;
}
#nav {
}
#nav ul {
	margin: 0px;
	text-align: left;
	padding: 0px;
}
#nav ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	margin-left: 0px;
}
#nav ul li a {
	display: block;
	width: 118px;
	height: 35px;
	font-size: 13px;
	text-decoration: none;
	padding: 2px 6px 0px 6px;
	width: 108px;
	background: url(images/tab.gif) no-repeat;
}
#nav ul li .home, #nav ul li a:hover {
	width: 108px;
	background: url(images/activeTab.gif) no-repeat;
	color: #fff;
}
#leftNav {
	width: 185px;
	background-color: #e0e0e0;
	border: 1px solid #969696;
}
#leftNav ul {
	margin: 0px;	
	padding: 0px;
	list-style: none;
}
#leftNav li { 
	list-style-type: none;
	border-bottom: 1px solid #969696;
	height: 35px;
}
#leftNav .last {
	border-bottom: 0px;	
}
#leftNav li a { 
	display: block;
	font-size: 10pt;
	padding: 10px 5px;
	text-decoration: none;
	color: #000;
}

h1 {
 font-size: 16pt;
 color: #233e99;
}

.desc {
 font-size: 12px;	
}

.buy {
 color: red;
 font-size: 16px;
}

.border {
 border: 1px solid #000;	
}

.copy {
 font-size: 12px;
 padding-right: 20px;
}

#sideBox {
 font-size: 14px;
 text-align: left;
 padding: 2px;
}
#sideBox a {
 display: block;
 background-color: #233e99;
 color: #fff;
 height: 20px;
 text-align: center;
 
}
