body
{
	margin: 0;
	padding: 0;
	background: #FFFFCC;
	font-size: 13px;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ol, td {
	line-height: 175%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	font-weight: bold;
	color: #AD650A;
}

img { border: none; }

/* Gallery */
#gallery
{
	background: url(images/img08new1.jpg) no-repeat center top;
	clear: both;
	width: 830px;
	height: 240px;
	margin: 0 auto;
}

/* Menu */
#menu {
	height: 25px;
	width: 830px;
	margin: -60px auto;
	padding: 0px 0 60px 0;
}

ul {
    margin: 0 auto;
}

ul.horizontal_list li
{
    text-align: center;
    float:left;
    list-style: none;
    padding: 5px 5px 10px 5px;
    font-size: 16px;

}

#menu a {
	text-decoration: none;
	PADDING: 5px 15px 7px 15px;
	color: #F0CE13;
    font-weight: normal;
}

#menu a:hover
{
	background: #000000;
	color: #FFFFFF;
	/*text-decoration: underline;*/
}

/* Page */
#page {
	width: 830px;
	margin: 0 auto;
	padding: 20px;
	border: 1px;
}

/* Content  */
#content {
	float: left;
	width: 586px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 240px;
	border-left: 1px solid #AD650A;
}

#sidebar h2{
	margin: 0;
	padding: 15px 0px 0px 30px;
	background: url(images/img05.gif) no-repeat left bottom;
	border-bottom: 2px solid #AD650A;
}


.title {
	margin: 0;
	border-bottom: 2px solid #AD650A;
}

.price {
	font-weight: bold;
}

.textcenter 
{	
	margin: 10px 0 10px 0;
	text-align: center;	
}

.gallery 
{
	margin: 0;
	font-size: large;
}

.form
{
	margin: 10px;
}

/* Footer */
#footer 
{
	clear: both;
	background: #FFFFCC;
	border-top: 2px solid #AD650A;
	text-align: center;
	font-size: 9px;
	width: 830px;
	color: #372412;
}

