	
	html, body {
		margin: 0;
		padding: 0;
	}
	
	body {
		background: url(../images/bg_y.jpg) repeat-x 0 0;
	}
	
	#main, #flash_alt, #wrapper {
		width: 1003px;
	}
	
	#wrapper {
		overflow: hidden;
		margin: 20px auto;
		height: 850px;
	}
	
	#copy_ctr {
		height: 143px;
		margin:0;
		background: url(../images/copy_bg.jpg) no-repeat 0 0;
		border: 0px solid pink;
		padding: 1px;
	}
	
	p {
		font-size: 13px;
		color: #005596;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	.content {
		margin:0;
	}
	
	#flash_alt {
		margin:0;
		display:none;
	}
	
	#mammo_form input {
		width: 100px;
		border: none;
		margin-bottom: 3px;
		height: 17px;
		margin-left: 5px;
		font-size: 12px;
		padding: 4px 0 0 8px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#mammo_form #to_fields input {
		width:164px;
	}
	
	#mammo_form #from_fields input {
		width:133px;
	}
	
	#mammo_form textarea {
		width: 200px;
		padding: 8px 0 0 8px;
		height: 141px;
		margin:0 0 0 10px;
		background: none;
		border: none;
		overflow: visible;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		resize:none;
	}
	
	#message_wrap {
		overflow:auto;
		background: #FFF;
		background: url(../images/message_body_bg.jpg) no-repeat;
		margin:0;
	}
	
	#from_fields {
		height: 62px;
		background: url(../images/from_body_bg.jpg);
		padding: 1px;
	}
	
	#to_fields {
		height: 66px;
		background-image: url(../images/to_body_bg.jpg);
		padding: 1px;
	}
	
	#from_fields span, #to_fields span {
		display:block;
		margin:0;
		padding:0;
		margin-top: 11px;
	}
	
	#to_fields span {
		margin-top: 13px;
	}
	
	#send_btn, input#send_btn {
		height: 38px;
		width: 90px;
		background: url(../images/send_btn.jpg) no-repeat 0 -1px;
	}
	
	#send_btn:hover {
		background-position: 0 -65px;
	}
	
	input#send_btn {
		margin:0;
		padding:0;
		text-indent: -99999px;
		outline: none;
		display: block;
		border: 0px solid #FFFFFF;
	}
	
	.indent {
		outline: none;
		text-indent: -99999px;
		display: block;
	}
	
	#learnMore_btn {
		background: url(../images/learnMore_btn.jpg) no-repeat 0 0;
		height: 25px;
		width: 234px;
	}
	
	#schedule_btn {
		background: url(../images/schedule_btn.jpg) no-repeat 0 0;
		height: 25px;
		width: 246px;
	}
	
	#learnMore_btn:hover, #schedule_btn:hover {
		background-position: 0 -22px;
	}
	
	#flash_ctr {
		margin:0;
		padding:0;
		background: url(../images/flash_ctr.jpg) no-repeat 0 0;
		height:408px;
	}
	
	#message_header {
		background: url(../images/message_header_bg.jpg) no-repeat 0 -2px;
		height:38px;
		width:243px;
		margin:0;
	}
	
	#message_btns {
		background: url(../images/message_header.jpg) no-repeat 0 -28px;
		height:27px;
		width:243px;
		margin:0;
		top:14px;
		position: relative;
		padding-left:5px;
	}
	
	#message_btns.msg1 {
		background-position: 0 -28px;
	}
	
	#message_btns.msg2 {
		background-position: 0 0px;
	}
	
	#message_btns a {
		display:block;
		width:114px;
		height: 25px;
		float:left;
		text-indent: -99999px;
		outline: none;
		position: relative;
		z-index:1;
	}
	
	.clr {
		clear:both;
		height:0;
		width:0;
		margin:0;
		padding:0;
	}
