* {
margin: 0;
padding: 0;
}

*:focus { outline: none }

.clear {
clear:both;
}
  
 @font-face {
 font-family: MgOpenModataRegular;
 font-style: normal;
 src: url(MgOpenModataRegular.ttf);
 }
  
 @font-face {
  font-family: lelim_800;
  font-style: normal;
  src: url(lelim_800.ttf);
  }

 @font-face {
  font-family: lelim_300;
  font-style: normal;
  src: url(lelim_300.ttf);
  }

  
a:active, a:visited, a {
color: #18a0e2;
text-decoration: none;
}
	a:hover {
	color: #222;
	text-decoration: none;
	}

body {
background: #fff url(bg.png);
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#container {
width: 825px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #999;
margin: 30px auto 30px;
text-align: left;
padding: 10px;
background: #fff;
-webkit-box-shadow:0 0 15px #888;
-moz-box-shadow:0 0 15px #888;
box-shadow:0 0 15px #888;
}

#logo {
width: 386px;
}
	#logo img {
	border: none;
	}
	#logo:hover {
	margin-top: -3px;
	margin-bottom: 3px;
	}

.contact {
float: right;
margin-top: -60px;
background: url(contact.png) no-repeat;
width: 147px;
height: 37px;
text-align: right;
padding: 8px 30px 2px 0;
}

#header {
height: 100px;
padding: 20px;
}

#content {
margin-top: 20px;
}
	#content img {
	border: 1px solid #dedede;
	}
		#content img:hover {
		border: 1px solid #ccc;
		}

h1 {
font-family: MgOpenModataRegular, arial;
font-size: 35px;
text-align: center;
color: #18a0e2;
margin: 10px 0;
}
h2 {
font-family: lelim_800, arial;
font-size: 26px;
border-top: 1px solid #198dc8;
border-bottom: 1px solid #198dc8;
margin: 10px 0;
}

span {
font-family: lelim_300, arial;
font-size: 18px;
}

#doublefoot {
width: 830px;
margin-top: 30px;
clear : both; 
}
#one {
width: 400px;
height: auto;
padding: 5px;
text-align: left;
font-size: 12px;
float: left;     
}
#two {
width: 400px;
height: auto;
padding: 5px;
text-align: left;
float: right;     
}

#footer {
clear: both;
text-align: center;
padding: 20px 0 10px 0;
}

.man {
float: left;
margin: 5px 10px;
padding: 3px;
border: 1px solid #ccc;
} 

textarea, .text, select {  
padding: 10px;
margin: 3px;
background:#fff;  
text-decoration : none; 
font: 12px/24px verdana;
text-align : left; 
color: #989898;
border: 1px solid #ccc;
}

.button {
margin-top: 5px;  
margin-right: 10px;
text-decoration : none; 
font: 12px/24px verdana;
text-align : left; 
color: #989898;
border: none !important;
}

textarea:hover, .text:hover, select:hover {  
padding: 10px;
margin: 3px;
background:#fcfcfc;  
text-decoration : none; 
font: 12px/24px verdana;
text-align : left; 
color: #989898;
border: 1px solid #c1c1c1;
}