* {
  margin: 0px;
  padding: 0px;
}

html {

	min-height: 100%;
}
body {
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1px;
  background: #fff;
  color: #000;
  margin: 0px 30px;
  text-rendering: optimizeLegibility;
  background: url(../img/bg_1.gif);
}

a {
	color: #5e5e5e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.active {
	text-decoration: none;
	color: #000;
}

a:hover.active {
	text-decoration: underline;
}

a,
a:hover,
a:active,
a:visited {
  outline: 0px;
}

img {
  outline: 0px;
  border: 0px;
}

h1 {
    font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 9px;
	letter-spacing: 2px;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
	
	}
h3 {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 100px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 100px;
	margin: 50px 0px 0px -11px;
}

h3 a:hover {
	border-bottom: 5px solid #000000;
	text-decoration: none;
}


em {
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
}

strong {
	font-weight: bold;
}


#page {
  margin: 0px auto;
  width: 940px;
}

#header {
	padding-top: 45px;
}

#logo {
	display: block;
	line-height: 18px;
	margin-bottom: 10px;
	background: url(../img/logo.gif) no-repeat;
	height: 45px;
	text-indent: -6000px;
}

#menu {
	overflow: hidden;
	margin-bottom: 30px;
}
#menu li {
	list-style: none;
	float: left;
	margin-right: 26px;
}

#menu li a {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;

}

#menu ol {
	display: none;
}

#content p {
	margin-bottom: 10px;
	max-width: 400px;
}

.columns {
	overflow: hidden;
}
.column-1 {
	float: left;
	width: 443px;
	margin-right: 20px;
}
.column-2 {
	float: left;
	width: 443px;
}


#imageheader {
	width: 906px;
	overflow: hidden;
}
#imageheader li {
	list-style: none;
	float: left;
	line-height: 0px;
	margin-bottom: 18px;
	margin-right: 0px;
}


#footer {
	margin-top: 130px;
	margin-bottom: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}
#footer-logo {
	display: block;
	text-indent: -6000px;
	width: 103px;
	height: 11px;
	background: url(../img/logo_small.gif) no-repeat center center;
	margin-bottom: 20px;
	margin-left: -3px;
}


::-moz-selection {
	background: #009ee0;
	color: #fff;
}
::selection {
	background: #009ee0;
	color: #fff;
}
