@charset "UTF-8";
body {
	background-color: #000000;
}
img {
	padding:1px;
    border:7px solid #000000;
	background-color: #383838;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 5px;
	text-decoration:none;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 5px;
	text-decoration:none;
}
h1.active {
	color: #CCCCCC;
}
h2.active {
	color: #CCCCCC;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
#container {
	float: left;
	height: 600px;
	width: 900px;
}
#main_left {
	float: left;
	height: 600px;
	width: 216px;
}
#main_top {
	float: left;
	height: 123px;
	width: 684px;
}
#spacer_top {
	float: left;
	height: 123px;
	width: 606px;
}
#blurb_spacer {
	float:left;
	height: 50px;
	width: 78px;
}
#blurb {
	float: left;
	height: 50px;
	width: 78px;
}
#main_content {
	float: left;
	height: auto;
	width: 684px;
}
#second_nav {
	float: left;
	height: auto;
	width: 191px;
}
#spacer_left {
	float: left;
	height: 600px;
	width: 25px;
}
#logo {
	float: left;
	height: 123px;
	width: 191px;
	background-image:url('images/rez-logo-white.png');
}
#main_nav {
	float: left;
	height: auto;
	width: 191px;
	vertical-align: top;
}
#spacer_nav {
	float: left;
	height: 25px;
	width: 191px;
}
a.facebook_btn {
	background-image:url(images/facebook_btn.png);
	float: left;
	width: 78px;
    height: 28px;
}
a.facebook_btn:hover {
	background-image:url(images/facebook_btn_over.png);
}
a.email_btn {
	background-image:url(images/email_btn.png);
	float: left;
	width: 78px;
    height: 22px;
}
a.email_btn:hover {
	background-image:url(images/email_btn_over.png);
}
