
* {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 300;
}

body{
  background-color: #ffffff;
  font-size: 0.78em;
  line-height: 1.5em;
}

h1{
  font-size: 2.18em;
  line-height: 1.5em;
  margin: 5px 0px 10px 0px;
}

h2{
  font-size: 1.64em;
  line-height: 1.5em;
  margin: 5px 0px 10px 0px;
}

h3{
  font-size: 1.45em;
  line-height: 1.5em;
}

h4{
  font-size: 1.18em;
  line-height: 1.5em;
}

h5{
  font-size: 0.95em;
  line-height: 1.5em;
}

h6{
  font-size: 0.76em;
  line-height: 1.5em;  
}

img{
  border: 0px;
}

ul{
  margin: 5px 0px 5px 20px;
}

li{
  list-style-image: url('/img/list.png');
	text-align: justify;
}

li.none{
  list-style: none;
}

p{
  text-align: justify;
  text-indent: 2em;
  margin: 0px 0px 10px 0px;
  clear: both;
}

a{
  color: #a40233;
  text-decoration: none;
  font-weight: 600;
}

a:hover{
  text-decoration: underline;
}

strong{
  font-weight: 600;
}

#header{
  width: 740px;
  height: 192px;
  color: #a40233;
  margin: 0px auto;
  font-weight: 300;
}

#header img{
  width: 246px;
  height: 192px;
  float: left;
}

#header h1{
  width: 494px;
	margin: 50px 0px 0px 0px;
  font-size: 4.4em;
  line-height: 1em;
  font-family: monospace;
  text-align: center;
  float: right;
}

#header h3{
  width: 479px;
  font-size: 2em;
  line-height: 1em;
  font-family: monospace;
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;  
}

#google_ads1{
  width: 728px;
  height: 15px;
  margin: 10px auto;
}

#main{
  width: 740px;
  margin: 0px auto;
  clear: both;
}

#left_menu{
  width: 246px;
  float: left;
}

#left_menu ul{
  margin: 0px;
}

#left_menu li{
  background-image: url('/img/but.png');
  display: inline-block;
  width: 240px;
  height: 24px;
  text-align: center;
  padding-top: 6px;
  margin-top: 2px;
}

#left_menu li a{
  text-decoration: none;
  color: #222266;
  font-weight: 300;
}

#left_menu li a:hover{
  text-decoration: underline;
}

#google_ads3{
  width: 240px;
  height: 200px;
  text-align: center;
  font-family: sans-serif;
}

#body{
  width: 480px;
  float: right;
}

.lightbox{
  float: right;
}

.alert{
  color: #ff0000;
}

#footer{
	width: 740px;
	padding: 20px 0px 20px 0px;
	font-size: 0.9em;
	margin: 0px auto;
	clear: both;
	text-align: center;
}

#footer a{
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}

#footer a:hover{
  text-decoration: underline;
}

#contact h3{
  text-align: center;
}

#contact input, #contact textarea{
  width: 480px;
  border: 1px solid #bbbbbb;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.3em;
}

#contact p{
  text-align: center;
}

#contact p input.button{
  width: 80px;
}
