html, body {
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-color: #EAEAEA;
	background-image: url('/images/bg.png');
}

body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 15px rgba(0,0,0,.8);
}

a {
	color: #09F;
	text-decoration: underline;
}
a:hover {
	color: #F00;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

h1 {
	font-size: 20pt;
	margin: 20px 0 7px 0;
}
h2 {
	font-size: 16pt;
	margin: 20px 0 5px 0;
}
h3 {font-size: 12pt;}
h4 {font-size: 11pt;}
h5 {font-size: 10pt;}
h6 {font-size: 10pt;}

#page_title {
	color: #96DF0A;
	font-size: 42pt;
	font-weight: bold;
	margin: 70px 10px 5px 100px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5059);
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.in {
	position: relative;
	top: -23pt;
	z-index: 50;
}

#info {
	color: #555;
	font-size: 11pt;
	margin-left: 100px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5059);
}

#services {
	color: #555;
	font-size: 13pt;
	line-height: 160%;
	margin-top: 70px;
	margin-left: 100px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5059);
}

#contacts {
	color: #555;
	font-size: 12pt;
	line-height: 160%;
	margin: 70px 10px 10px 100px;
}

#copy {
	color: #555;
	font-size: 11pt;
	margin: 70px 10px 10px 100px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5059);
}

.text {
	color: #555;
	font-size: 11pt;
	text-align: justify;
	margin: 10px 50px 10px 100px;
	max-width: 800px;
}

.text ol, .text ul {
	text-align: left;
}