*
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #271D15;
	line-height: 14px;
}
BODY
{
	background-color: #EED9A4;
	text-align: center;
}
#envelope {
	margin: 0 auto;
	padding: 0 0;
	top: 0;
	width:785px;
	height:100%;
	text-align: left;
	position: relative;
}
table
{
	border-collapse: collapse;
}
.pin
{
	position:absolute;
	top:132px;
	left:565px;
	z-index:500;
	width: 62px;
	height: 94px;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled= 'true' , src= 'images/pin.png' , sizingMethod= 'scale' );
}
.pin[class]
{
	
	z-index:500;
	background-image: url(../images/pin.png);
	background-repeat: no-repeat;
	display: inline-block;
}
#home
{
	background-image: url(../images/bg_home.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	height:950px;
}

#contact
{
	background-image: url(../images/bg_contact.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	height:750px;
}
#order
{
	background-image: url(../images/bg_order.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	height:750px;
}

#clipart
{
	background-image: url(../images/bg_clipart.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	height:1150px;
}
.mod
{
	background-color:#fff;
	border: solid 1px #000;
	padding:15px 15px 15px 15px;
	margin:25px 0 0 0;
	width:575px;
	text-align:left;

}

.nav
{
	width:130px;
	padding:15px 10px 0 0;

	text-align:center;
}
.item
{
	margin:0px;
	padding:0px;
	width:415px;
}
.item_description
{
	float:left;	
	margin:0px;	
	padding: 0 0 0 10px; 
	width:275px;
}
.item_image
{
	float:right;	
	margin:10px;	
	padding:0px;	
	width:98px;	
	height:165px;
}
.item_image_sub
{
	float:left;	
	margin:10px;	
	padding:0px;	
	width:98px;	
	height:125px;
}
.content
{
	border-left:solid 1px #342C22;
	padding:0 15px 0 15px;
	width:425px;
	height:100%;
}

p.header
{
	color:#973029;
	font-size:14px;
	font-weight:bold;
	margin:0; 
	padding:10px 0 0 0;
}
.rule
{
	clear:both;
}
hr
{
	border: 0;
	height: 1px;
	width:410px;
	color: #EED9A4;
	background-color: #EED9A4;
}

img
{
	border: none;
}
.border
{
	border: solid 1px #000;
}
.float_l
{
	float: left;
}
.float_r
{
	float: right;
}

.price
{
	font-weight: bold;
}
td
{
	vertical-align: top;
}

.footer
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #9F9F9F;
}

