* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}

body {
	text-align: center;
	background: url(images/back2.gif) repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wrapper {
	position: relative;
	width: 670px;
	font-size: 0.9em;
	margin: 0 auto -142px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 20px;
	border-left: 5px solid #cfcfcf;
	border-right: 5px solid #cfcfcf;
	border-top: 5px solid #cfcfcf;
	border-bottom: 5px solid #cfcfcf;
	margin-bottom: 20px;
}
.header {
	height: 190px;
	background: url(header.png) no-repeat;
}


#intro2 {
position: absolute; left: 390px; top: 0px;
background: transparent url("images/right-top.gif") top right no-repeat;
height: 140px;
width: 323px;
z-index: 2;
}

h1 {
	padding: 0 0 0.6em;
	color: #d00;
	font: 1.6em helvetica,arial,sans-serif;
	text-shadow: #ddd 1px 1px 2px;
}


h2 {
	padding: 0 0 0.6em;
	color: #d00;
	font: 1.4em helvetica,arial,sans-serif;
	text-shadow: #ddd 1px 1px 2px;
}
p {
	padding: 0 0 1em;
	color: #666;
	font: 1em/1.4em arial,sans-serif;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #d00;
}
a:hover {
	color: #d00;
}
strong {
	font-weight: normal;
}
.download {
	position: absolute;
	right: 0;
	top: 160px;
}
.footer {
	position: relative;
	width: 600px;
	margin: 0 auto;
	background: url(footer.jpg) no-repeat;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 600px;
	padding: 0;
	color: #666;
	font: 0.8em arial,sans-serif;
	text-align: center;
}


/* ---- naviagation ---- */



ul#mainnav {

	list-style: none;	
	margin: 0 0 30px 0;
	padding: 0;
	background-color: #dc212a;
	width: 623px;
	float: left;
	font-size: 0.8em;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #FFFFFF;
	border-right: solid 0px transparent;
	border-left: solid 50px #dc212a;
	z-index: 4;
	}

	
	
ul#mainnav li.selected {
	background-color: #c01d25;
	}

ul#mainnav li a:link, ul#mainnav li a:visited {
	text-decoration: none;
	display: block;
	float: left;
	color: #FFFFFF;
	border-bottom: none;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-right: solid 10px transparent;
	border-left: solid 10px transparent;
}

ul#mainnav li a:hover {
	background-color: #c01d25;
	color: #FFFFFF;
	border-right: solid 10px #c01d25;
	border-left: solid 10px #c01d25;
	position: relative;
	border-top: solid 10px #c01d25;
	border-bottom: solid 10px #c01d25;

}

ul#mainnav a, ul#mainnav a span {
	display: block;
	}

/* Commented backslash hack hides rule from IE5-Mac \*/
	
ul#mainnav a, ul#mainnav a span {
	float: none
	}	
	
/* End IE5-Mac hack */



ul#mainnav li {
	float: left;
	display: block;
	margin: 0;
	padding: 0px;
	background-color: #dc212a;
	margin-left: 0px;
	}
	
table {
  margin:15px 0 0px 0;
  padding:0;
  color: #666;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:0.75em;
  line-height:17px;
}

td {
padding-right: 20px;
}


.navbar {
	text-align: right;
	margin-top: 25px;
	padding-bottom: 0px;
}

.navbar a {
	border: 0;
	padding: 0;
}

.navbar img{
	border: 0;
	padding: 0;
}
