/* 100% page height */

html {
	height: 100%;
}

body {
	height: 100%;
}

#container {
	height: auto !important;
	min-height: 100%;
	height: 100%;
}

/* /100% page height */

body {
	background: #333333 url(../img/bg.gif) top repeat;
	font: normal 1em Trebuchet MS, Tahoma, Helvetica, sans-serif;
	color: #797979;
}

/* links */

a:link {
	color: #454444;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #454444;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fb849d;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #454444;
	text-decoration: none;
	font-weight: bold;
}

/* /links */

/* header */

#header {
  background: url(../img/header.gif) top no-repeat;
  width: 964px;
  height: 140px;
}

/* /header */

/* container */

#container {
	width: 964px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/container.gif) bottom no-repeat;
	background-color: #ffffff;
	border: solid;
	border-color: #000000;
	border-width: 0 8px 0 8px;
}

#container h1 {
  font-family: Georgia, Lucida Grande, Trebuchet MS, Tahoma, Helvetica, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: normal;
  color: #6a6a6a;
  margin: 10px 0 2px 0;
  height: 28px;
}

#container h2 {
  font-size: 13px;
  color: #6a6a6a;
}

.header-desc {
  font-family: Lucida Grande, Tahoma, Arial;
  font-size: 11px;
  margin: -5px 0 0 0;
  padding: 0 0 8px 0;
}

/* /container */

/* center column */

#center-column {
  width: 485px;
  margin: 0 0 0 10px;
  display: inline;
  float: left;  
}

#center-column h1 {
  text-align: center;
}

#center-column h1 #h1-desc {
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 2px;   
}

/* /center column */

/* quick-jump */

.quick-jump {
	border-bottom: 1px dashed #cfcfcf;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.quick-jump table {
	margin: 0 2px 0 2px;
	padding: 0;
}

.quick-jump table td {
	margin: 0;
	padding: 0;
}

.quick-jump p {
	margin: 0;
	padding: 0;
	line-height: 115%;
	font-size: 13px;
}
/* /quick-jump */