html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
    background-color: #f8f8f8;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1021px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 470px;
}
#head_left{
  position: relative;
  float: left;
  width: 400px;
}

#head_right{
  position: relative;
  float: right;
  width:621px;
  text-align: center;
}

/* Menu
-----------------------------------------------------------------------------*/
.menu{
  padding-top:50px;
  padding-right: 120px;
  float:right;
  width: 180px;
}

.menu li{
  line-height:34px;
 font-family: Myriad Pro Cond;
 font-size: 30px;
 text-align: right;
}
.menu li a{
  color: #38393a;
}
.menu li.activ{
  background-color: #689f09;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 50px;
}

p{
  padding-left: 100px;
  padding-right: 100px;
  font-family: Arial;
  font-size: 18px;
  line-height: 30px;
  color: #484747;
}
p a{
  color: #2974A5;
}


.intext li{
  font-family: arial;
  padding-left: 150px;
  padding-right: 150px;
  font-size:16px;
  line-height: 26px;
  color: #484747;
  font-style: italic;
  list-style-type:square ;
  list-style-position: inside;

}
h3{
  font-family: arial;
  padding-left: 100px;
  padding-right: 100px;
  font-size:18px;
  line-height: 24px;
  color: #484747;
  padding-bottom: 20px;
}
.c1{
  margin-left: 100px;
  float: left;
  margin-right: 50px;
  border: #fff 5px solid;
}
h1{
  font-family: arial;
  padding-left: 100px;
  padding-right: 100px;
  font-size:22px;
  line-height: 24px;
  color: #484747;
  padding-bottom: 20px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1021px;
	margin: -50px auto 0;
	height: 50px;
    text-align: center;
}
