* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #FEECD7 url(images/bkg.png) repeat-x;
 font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}

h1, h2, h3 {
	color: #916536;
}

h1 {
	font-size: 1.4em;
	margin: 10px 0 10px 10px;
}

h2 {
	font-size: 1.2em;
  margin: 10px 0 10px 10px;
}

h3 {
	margin: 0;
	font-size: 1em;
}

img {
	border: none;
}

.align-right { float:right; margin: 0 10px 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }

#wrapper { 
 margin: 0 auto;
 padding-top:10;
 width: 920px;
 margin-top:20px;
}

#header {
 color: #333;
 width: 920px;
 height: 120px;
 float: left;
 background: #F6F0E0 url(images/header.jpg);
 text-indent:-1000em;	
}

#navigation {
 float: left;
 width: 920px;
 color: #333;
 margin: 0px 0px 0px 0px;
 background-color:#C89E6E;
}


#jsddm li
	{	
	  float: left;
		list-style: none;
		font: 13px Verdana, Arial;}

#jsddm li a
	{	display: block;
		_background: #7FA71F;
		padding: 5px 20px 0 20px;
		text-decoration: none;
		font-weight: bold;
		height: 25px;
	  width: 85px;
		color: #fff;
		white-space: nowrap;
		}

#jsddm li a:hover
	{	}
		
#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;}
		
#jsddm li ul li
		{	float: none;
			display: inline;}
		
#jsddm li ul li a
		{	width: auto;
			background: #C89E6E;}
		
#jsddm li ul li a:hover
		{	background: #5A3D1D;}
		
#jsddm1 { background: #7C5E3D; }
#jsddm2 { background: #6B4E38; }
#jsddm3 { background: #5C4C40; }
#jsddm4 { background: #46403B; }
#jsddm5 { background: #B68638; }

#jsddm1:hover, #jsddm .active #jsddm1 { color:#000; background: #CA7327; }
#jsddm2:hover, #jsddm .active #jsddm2 { color:#000; background: #CA7327; }
#jsddm3:hover, #jsddm .active #jsddm3 { color:#000; background: #CA7327; }
#jsddm4:hover, #jsddm .active #jsddm4 { color:#000; background: #CA7327; }
#jsddm5:hover, #jsddm .active #jsddm5 { color:#000; background: #CA7327; }



#ezikbar {
  display: none;
  float:right;
	width: 100px;
}



#maincont {
	width: 920px;
	color: #2C2219;
	font-size: 1.1em;
	background:#FEECD7;
}

#colOne {
	float: left;
	width: 640px;
	height: auto;
	padding: 30px;
}

#colOne a{
color: #003EFF;
text-decoration: none;
font-weight:bold;
}

#colOne a:hover{
text-decoration: underline; 
color: red
}

#colOne ul {
padding: 0 0 20px 20px;
list-style-type: none;
list-style-image: url(images/arrow.png);
list-style-position: inside;
}

#colOne ul li a {
text-decoration: none;
color: #0572AB;
}


#colTwo {
  float:right;
	width: 200px;
	padding-top: 30px;
	padding-right: 10px;
}



#footer { 
 width: auto;
 clear: both;
 color: #333;
 padding:10px 0 10px 10px;
 background-color:#C89E6E;
 margin: 0px 0px 10px 0px;
}

#footer a{
color: #3A6A51;
text-decoration: none;
font-weight:bold;
}

#footer a:hover{
text-decoration: underline; 
color: red
}


/* Contact */

#contactarea {
	width:400px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px solid #333;
	font-weight: bold;
	font-size: 12px;
}

#inputbox {
	border: 1px solid #000;
	width: 270;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#inputlabel {
	font-weight: bold;
}

#textarea {
	border: 1px solid #000;
	padding: 2px;
	font-weight: bold;
	width:330;
}

#submitbutton {
	border: 1px solid #000;
	background-color: #eee;

}