
body {
	font-family: times, 'times new roman', serif;
	color: rgb(110,15,88);
	background: rgb(255,235,235) url('http://clients.journalnow.com/silkpeacock/images/bg-r-01.gif') no-repeat top left;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	min-width:670px;
	}


#centercontainer {
	background: url('http://clients.journalnow.com/silkpeacock/images/bg-l-01.gif') no-repeat top right;
	top:0;
	width:100%;
	height:100%;
	min-width:770px;
	}

#container {

	position:relative;
	top:00px;
	width: 650px; 
	height:700px; 
	margin:0px; 
	}


.clear {
	clear:both;
	}


#main{
	background-color: rgb(255,235,235); 
	width: 650px; 
	height:700px; 
	margin:0px; 

	}
	
#header{
	}
	
#main_content{
	
	width: 540px; 
	text-align: left;  
	position: relative; 
	top: 10px; 
	}
	
#footer{
	position: relative; 
	top: 65px; 
	width:545px; 
	left:0px;
	}
	
#left_image_container{
	float: left; 
	}

#left_image{
	margin-top:30px;
	background-color: rgb(255,255,255);
	padding: 8px;
	border: 1px solid black; 
	}

#contact_main{
	float:left; 
	width:215px; 
	margin-top:65px;
	}
	
#right_image_container{
	float:right; 
	width:130px;
	}
#right_image{
	float:right; 
	border: 1px solid black; 
	background-color: rgb(255,255,255);
	padding: 8px;
	width:121px;
	}
	

.image{
}



#footer_p2{
	position: relative; 
	top: 65px; 
	width:545px; 
	left:0px;
	}
	
#contact_p2{
	float: right;
	}
	
#signature{
	float: left;
	text-align: left;
	padding-top: 5px;
	}
	
	
/* Links */
a:link
{
	color: rgb(21,14,123);
}
a:visited
{
	color: rgb(0,0,100);
}
a:active
{
	color: rgb(102,102,102);
}
a:hover
{
	color: rgb(123,114,255);
}


table, td {
	background-color:rgb(40,40,40);
}

.cart_delete input {
	margin-top:5px;
	margin-bottom:5px;
   color:rgb(50,0,50);
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   background-color:#dec5e3;
   border:1px solid;
   border-top-color:rgb(212,198,16);
   border-left-color:rgb(212,198,16);
   border-right-color:rgb(170,73,147);
   border-bottom-color:rgb(170,73,147);
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#dec5e3');

}