@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(tw/templates/rhuk_solarflare_ii/images/topmenu_bg.png);
	background-repeat:repeat-x;
	float: left;
	width: 900px;
	margin-bottom: 3px;
	margin-top: 3px;
}
	
.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: 510px;
	background-image: url(../images/logo2.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top:10px;
	float: left;
	height: 120px;
 }
.termlocations {
	background-color: #BBB;
	float: left;
	height: 100px;
	width: 358px;
	margin-top: 15px;
}


.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;
}

