@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bfbfbb;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a{
	text-decoration:none;
	color:blue;
}
a:hover{
		text-decoration:underline;

}

input{
background:#C7B58B;
}

textarea {
background:#C7B58B;
	
}

.menu a{
	text-decoration:none;
	color:red;
}


.menu a:hover{
	color:blue;
	font-size:x-large;
}



#msgBox{
	background:orange;
	border:1px black solid;
	font-weight:bold;
	margin-bottom:10px;
}


 #contable{
	text-align:center;
}
 #conform{
padding-left:20px;
	vertical-align:top;
	text-align:right;
}

 #conform table{
padding-left:20px;
	vertical-align: top;
	text-align:right;
}

 #coninfo{
border-right:#000 solid 1px;
padding-right:20px;	
vertical-align: top;
text-align:right;

}
.pagelink{
vertical-align:super;
color:#6D3D3D;
}



 #buypictable{
	text-align:center;
}
 #buypicform{
padding-left:20px;
	vertical-align: top;
	text-align:right;
}

 #buypicform table{
padding-left:20px;
	vertical-align: top;
	text-align:right;
}

 #buypicinfo{
border-right:#000 solid 1px;
padding-right:20px;	
vertical-align: top;

}

 #homeLeft{
	 padding-left:10px;
border-right:#000 solid 1px;
padding-right:20px;	
vertical-align: top;

}

 #homeRight{
padding-left:10px;
padding-right:10px;
vertical-align: top;
text-align:right;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

 .PicForSale{
width:200px;
height:200px;
border:none;
/*visibility:hidden;
display:none;*/
}


 .PicBig{
width:500px;
}
.PicSmall{
width:130px;
height:130px;
border:none;
}


 #gallery table{
border:solid 1px #FFC;
}

#gallery table table{
border:none;
}
.normal_h1{
font-size:medium;
font-weight:bold;
margin-bottom: 0px;
padding-bottom: 0px;
}
.img_inside_text1 img{
width:250px;float:left;margin:15px;height:187px;border:none;
}
.img_inside_text1 a{
border:none;
}