body { 
	scrollbar-base-color: #bca48c;
	scrollbar-arrow-color: #961719;
	font-family: Book Antiqua; 
	font-size: 12px; 
	color: #3B342D; 
	padding: 0px; 
	margin: 0px; 
	background-color: #1d302e;
}

body,p,td,div { font-size: 12px; }

a { color: #961719; }
a:HOVER { color: #d13b3d; }

table.style1 { width: 420px; border: solid 1px #5a5247; }
table.style1 td { background-repeat: no-repeat; background-color: #e5cbb2; background-image: url('/public/images/front/td_bg.jpg'); border-right: solid 1px #857968; border-bottom: solid 1px #857968; }



div#page_content {
	background-image: url('/public/images/front/index_08.jpg');
	width: 797px;
	height: 366px;
	overflow: hidden;
	position: relative;
}

div#left_boxes {
	background-image: url('/public/images/front/left_boxes.jpg');
	position: absolute; left: 25px; top: 25px; width: 266px; height: 299px;
	overflow: hidden;
}

div#left_box1 { position: absolute; left: 3px; top: 3px; }
div#left_box2 { position: absolute; left: 3px; top: 157px; }
div.left_boxInner { padding: 10px; height: 140px; }

input.text,input.text_short,input.text_long { border: solid 1px #5e5043; background-color: #fff8ed; background-image: url('/public/images/front/input_bg.png'); }
textarea.text { border: solid 1px #5e5043; width: 100%; height: 70px; background-image: url('/public/images/front/textarea_bg.png'); }

div#newsletter_box {
	margin-top: 10px;
}

div#stopka { width: 100%; }
div#stopka a { color: #dfc6ac; }

span.sep { margin-left: 10px; margin-right: 10px; color: #dfc6ac; }

div.groovybutton { padding-left: 10px; padding-right: 10px; padding-top: 4px; }

.groovybutton
{
   font-size:11px;
   font-family:Tahoma,sans-serif;
   font-weight:bold;
   color:#ffebd0;
   height:22px;
   background-color:#ffebd0;
   border-style:solid;
   border-color:#5e5043;
   border-width:1px;
}

.groovybutton { background-color: #5e5043; }
.groovybutton { 
	*background-color:#ffebd0; 
	*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#cfbfaf',EndColorStr='#5e5043');
}