@charset "utf-8";
* {margin: 0; padding: 0;}

body
{		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 62.5%;
}

#content
{      width:931px;
       height:456px;
	   background-image:url(images/content_bg.jpg);
	   background-repeat:no-repeat;
	   margin:4px;
	   font-size: 1.2em;
	   float:left;
}





#header 
{
       padding-top:20px;
	   margin-left:380px;
	   height:205px;
}

#head_l
{
        width:326px;
		height:205px;
		float:left;
}

#head_r
{
    	height: 206px;
		margin-left: 330px;
		margin-right: 20px;
}





#c_l
{   
        width:225px;
		margin-left:30px;
		margin-top:120px;
		float:left;
}

#c_r
{
         margin-left:340px;
		 margin-top:70px;
		 margin-right:50px;
}		





h1 {
	color: #006699;
	margin-top: 75px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.5em;
}

h2 {
	color: #bf8a44;
	margin-left: 60px;
	margin-right: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h4 
{
	width: 210px;
	margin-top: 20px;
	margin-bottom: 5px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	color: #A6BB7A;
}

h5 
{
      color: #738251;
	  font-size:0.8em;
}

.red 
{ 
    color: #614240;
}

.welcome
{
	text-align: left;
	margin-right: 30px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #6B383D;
	padding-left: 20px;
}

#menu { }

#menu ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#formular
{
	margin-left: 20px;
	width: 190px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-image: url(images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.input 
{		display: block;
        width: 185px;
        background: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;
}
		
textarea {
		  width: 185px;
          background: url(images/input_bg.png);
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;
          margin-top: 3px;
}

label
{   
	color: #738251;
	font-style: italic;
}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}

#a2
{
display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu1.png);
	background-repeat: repeat-x;
	height: 27px;
	color:#000000;
	text-decoration: none;

}
#a2:hover 
{	
	background: url(images/menu1.png) 0 -45px;
	color: #562930;
}

#a1
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
	color:#333333;
	text-decoration: none;
}

#a1:hover 
{	
	background: url(images/menu.png) 0 -45px;
	color:#000000;
}
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */





#footer 
{   	
		padding: 20px;
		text-align: center;
		border-top: 1px dotted #CCCCCC;
		border-bottom: 1px dotted #CCCCCC;
		background-color: #F9F7EA; 
}

#iframe
{
	background-color:#FFF;
float:left;
border:none;
width:571px;
height:1020px;
} 










