body {
	background-color: #e5e5e5;
	padding-top: 0px;
	margin-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	font-family: "Lucida Grande", verdana, sans-serif;
}

.header {
    background-color: black;
	background-image: url("bg.jpg");
	background-repeat: repeat-x;
	background-position: center;
	height: 121px;
    text-align: center;
    font-size: 90px;
    font-weight: bold;
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
}

.footer {
	text-align: center;
	font-size: 9px;
}


h1 {
	text-align: center;
	color: #ffffff;
	font:3em Georgia, Times, serif;
	margin-top: 0;
	margin-bottom: 4px;
}

h2 {
	font:2em Georgia, Times, serif;
	text-align: center;
	margin-top: 5px;
}


}

a {
	color: #6e6e6e;
	padding: 1px;
}

a:hover {
	color: black;
	text-decoration: none;
	background-color: #e5e5e5;
}

a img{
    border: 0px; /* makes sure linked images do not have a border */
    text-decoration: none;
    vertical-align: middle;

}


body.login p {
  margin: 0 0 5px 0;
  font-size: 13px;
}



body.modal div.outer {
  margin: 0px 0 15px 0;;
}

body.modal div.below {
  width: 480px;
  margin: 5px auto 0 auto;
  font-size: 10px;
  text-align: right;
}

body.modal div.below a {
  color: #777;
}

body.modal div.below a:hover {
  color: #fff;
  background: #666;
}

.modal_container {
	border: 10px solid #ccc;
	background: #fff;
    text-align: left;
   width: 750px;
	margin: 0 auto;
}

.modal_container div.inner {
  margin: 0px 20px 10px 20px;
}



