/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/
body { background:#ebebeb url(images/bodybg.png) repeat-x top; /*background:url(images/gride.png) repeat-y center top;*/ }

.contactinfo { width:180px; min-height:110px; _height:110px; float:right; padding:10px 15px 0 90px; background:#999999 url(images/contactinfo.png) no-repeat top left; border:3px solid #d0c8b8;  }

#content h2
{
font-weight:bold;
}
#content table.menu
{
border-collapse: collapse;

width: 750px;
}
#content table p
{
font-size:14px;
}
#content .menu tr
{
border-bottom:1px dotted #000000;
}
#content .price p
{
font-weight:bold;
margin-left:30px;
text-align:right;
margin-right:0;
}