body {
	margin: 10px; padding: 0px;
	text-align: center;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	background: #000;
	color: #fff !important;
}

#wrapper {
	margin: 0px auto;
	width: 650px;
	text-align: center;
	padding: 0px;
}

#banner {
	height: 200px;
	background-image: url('../images/top.png') !important;
}

#main {
	height: 770px;
	background-image: url('../images/bg.png') !important;
	background-repeat: no-repeat;
	
	text-align: left;
}

#introtext {
	text-align: justify;
	width: 300px;
	_width: 340px;
	padding: 20px;	
	
	position: relative;
	top: 180px;
	left: 270px;
	
	background: #fff;
	background-image: url('../images/letter.png');
	background-repeat: repeat-y;
	color: #000 !important;
	
	font-family: Georgia, Serif;
	font-style: italic;
	/* font-size: 13px !important; */
}

h1 {
	font-size: 20px;
	font-family: Georgia, Serif;
	padding: 10px;
}

h2 {
	font-size: 20px;
	padding: 10px;
}

#vcart {
	text-align: center;
	padding: 20px;
}

#product {
	padding: 10px;
	/*border: 1px solid #fff;*/
	
	border-width:1px;
	border-style:solid;
	border-bottom-color:#aaa;
	border-right-color:#aaa;
	border-top-color:#ddd;
	border-left-color:#ddd;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;

	
	margin-bottom: 30px;
}

#phead {
	font-size: 16px;
	text-align: left;
	padding: 10px;
}

#pshowcase.s1 {
	background-image: url('../images/s1.png');
	height: 400px;
	min-height: 400px;
}

#pshowcase.s2 {
	background-image: url('../images/s2.png');
	height: 700px;
	min-height: 700px;
}

#pshowcase.s3 {
	background-image: url('../images/s3.png');
	height: 200px;
	min-height: 200px;
}

#pbutton {
	text-align: center;
	padding: 10px;
}

.ptitle {
	font-size: 20px;
	font-weight: bold;
	color: #C30011;
}

#footer {
	font-size: 12px;
}

p {
	text-indent: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}