@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bolder;
	background: no-repeat url('img/bggray.jpg');
	height: 666px;
	color: #292929;
}

#redbits{
	background: no-repeat center url('img/bgred.gif');
	position: absolute;
	top: 0;
	left: 0;
	width: 1012px;
	height: 666px;
}

b{
	color: #ed1c24;
}

#address{
	position: absolute;
	top: 633px;
	left: 400px;
	color: white;	
	background: url('img/addressbg.gif') no-repeat;
	width: 473px;
	height: 27px;
	padding-top: 5px;
	text-align: center;
}

#nav{
	position: absolute;
	left: 565px;
	top: 40px;
	
}
.button{
	width: 97px;
	height: 17px;
	background: bottom center url('img/buttonbg.gif') no-repeat;
	text-align: center;
	vertical-align: middle;
	color: #bcbec1;	
	float: left;
}

.button:hover{
	color: #ed1c24;
}

.button a{
	color: #bcbec1;	
	text-decoration: none;	
}

.button a:hover{
	color: #ed1c24;
	text-decoration: none;
}


.buttonSelected{
	width: 97px;
	height: 17px;
	background: bottom center url('img/buttonbg.gif') no-repeat;
	text-align: center;
	vertical-align: middle;
	color: #bcbec1;	
	float: left;
}

.buttonSelected a{
	color: #ed1c24;
	text-decoration: none;
}

#startText{
	position: absolute;
	top: 249px;
	left: 145px;
	width: 223px;
	height: 229px;
	font-weight: normal;
	background: no-repeat url('img/startText.gif');
}

#startText .middle{
	position: relative;
	margin-top: 40px;
	padding-left: 13px;
	padding-right: 13px;
	width: 197px;
}

#photoContainer{
	position: absolute;
	width: 223px;
	height: 229px;
	overflow: hidden;
	top:249px;
	left:373px;
}

#photoContainer #photo{
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#photoContainer #photoCover {
	position: absolute;
	top: 0; left: 0;
	background: no-repeat url('img/photoCover.gif');
	z-index: 2;
	width: 100%;
	height: 100%;
}