@charset "UTF-8";
/* CSS Document */

body {
	height: 100%;
	margin-bottom: 1px;
	padding: 0px;
	background:#666; /* cahnge body background color here */
}

.clr {
	clear: both;
}

.outline {
  border: 0px solid #cccccc;
  background: #ffffff;
  width: 900px;
  height: 542px;
	margin: auto;
}

#buttons {
	background-image: url(../images/topmenu_bg.png);
	background-repeat: repeat-x;
	float: left;
	width: 894px;
	margin: 3px;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
}

#buttons a {
	background-image: url(../images/topmenu_bg.png);
	background-repeat: repeat-x;
	float: left;
	line-height: 20px;
	color: #fff;
	padding: 5px 11px 5px 10px;
	border-right: 1px solid #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#buttons a:hover {
	color: #333;
}

.container {
	width: 894px;
	height: 500px;
	margin-left:3px;
	margin-right:3px;
	padding-top:3px;
}

#content {
	border: 1px solid #cccccc;
	float: left;
	width: 600px;
	height: 500px;
	background-color:#CCCCCC;
}


#right {
  	float: right;
	width: 288px;
	height: 502px;
	background-color:#333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 18px;
	padding-top:30px;
	line-height: 30px;
	color:#FFFFFF;
	font-weight:lighter;
}

.clr {
	clear: both;
}

.logo {
  width: 800px;
  background-image: url(../images/logo2.jpg);
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-top:10px;
  float: left;
  height: 100px;
 }

.credits {
text-align:auto;
margin: auto;
background-color: #bbb;
width: 900px;
height: 130px;
}

p {
color: #000000;
text-align: auto;
padding-left: 15px;
padding-top: 75px;
font: Arial, Helvetica, sans-serif;
font-size: 10px;
width: 100%;
float: left;
}

a:link {
	color: #b7393c; text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #440000; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff0000;	text-decoration: none;
	font-weight: bold;
}