body { 
	margin:0; 
	padding:0; 
	background-color:#FBFBFB; 
	background-image:url(/img/body.jpg); 
	background-repeat:repeat-x; 
	font-family:Arial, Helvetica, sans-serif;
}

.container {
	margin-left:auto;
	margin-right:auto;
	margin-top:98px;
	border:0px solid #BFBFBF; 
	width:771px; 
	height:100%; 
	background-image:url(/img/cont-main.jpg); 
	background-repeat:repeat-y; 	
}	

.header { 
	width:771px; 
	height:35px; 
	background-image:url(/img/cont-header.jpg); 
	background-repeat:no-repeat;
}

.top_content {
	border:0px solid #BFBFBF; 
	width:771px; 
	height:98px; 
	/* background-image:url(/img/cont-top.jpg); */ 
}

.main_content {
	border:0px solid #BFBFBF; 	
	padding-left:25px;
	padding-right:25px;
}

.footer { 
	width:771px; 
	height:35px; 
	background-image:url(/img/cont-footer.jpg); 
	background-repeat:no-repeat;
}

a { 
	color:#0066FF; 
	padding:0; 
	margin:0;
	font-weight:700;
	text-decoration:none;
}

.box {
	margin-left:10px;
	padding-top:20px;
	padding-bottom:20px;
	BORDER: black 5px dashed;
	font-weight: bold;
	FONT-SIZE: 12px;
	height:120px;
	BACKGROUND-COLOR: #DDE4EE;
	TEXT-ALIGN: center;
	width: 445px;
}

.box_button_bg {
	background: #930102;
	border: 1px #930102 solid;	
}

.box_button {
	font-size: 14pt; 
	font-family: Arial; 
	letter-spacing: -1; 
	font-weight: bold; 
	width: 260px; 
	height: 40px;
}
