#homeimg
{
	float: right;
	width: 979px;
	height: 378px;
	position: relative;
	/*background: #8c7853;*/
}

* html #homeimg
{
	margin-left: -3px;
}

#homeimg img
{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 1px;
	_height: 1px;
	width: 979px;
	height: 378px;
}

/* --------------- */
	body {
		width:100%;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:85%;
		color:#000000;
		background-image:url("https://www.momentsinbronze.com/images/back1.jpg");
		background-repeat:repeat-x;
		background-position:top;
		background-color:#FFF;
		text-align:center;
	}
	
	#shell,
	#shell_footer {
		width:1000px;
		margin:auto;
		padding:0;
		display:block;
	}
	
	#shell #main {
		width:1000px;
		margin:0;
		padding:0;
		/*background-image:url("https://www.momentsinbronze.com/images/page_back.jpg");
		background-repeat:no-repeat;
		background-position:top left;*/
		text-align:center;
		display:block;
		float:left;
	}
	
	/* HEADER */
	#header {
		width:1000px;
		height:171px;
		margin:0;
		padding:0;
		text-align:left;
		background-image:url("https://www.momentsinbronze.com/images/header/logo_bar.png");
		background-repeat:no-repeat;
		background-position:top center;
		/*background-image:url("https://www.momentsinbronze.com/images/header/header_back.jpg");
		background-repeat:no-repeat;
		background-position:top center;*/
	}
	#header #header_left {
		width:385px;
		height:171px;
		margin:0;
		padding:0;
		display:block;
		float:left;
	}
	#header #header_left #logo {
		width:340px;
		height:135px;
		margin:25px 0 0 10px;
		padding:0;
		display:block;
		float:left;
	}
	#header #header_right {
		width:605px;
		height:171px;
		margin:0;
		padding:0;
		display:block;
		float:left;
	}
	#header #header_right #header_right_top {
		width:605px;
		height:106px;
		margin:18px 0 0 0;
		padding:0;
		text-align:right;
		display:block;
		float:left;
	}
	#header #header_right #header_right_menu {
		width:605px;
		height:40px;
		margin:0;
		padding:0;
		text-align:right;
		display:block;
		float:left;
	}
	#logo_print {
		display:none;
	}

	/* MAIN */
	#body_section {
		width:1000px;
		margin:0;
		padding:0 0 25px 0;
		text-align:left;
		display:block;
		float:left;
	}
	
	/* MENU */
	ul.menuItems {
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.menuItems li {
		margin:0 0 0 18px;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		/*font-family:"Courier New", Courier, monospace;*/
		font-size:16px;
		font-weight:bold;
		float:left;
	}
	ul.menuItems li a:link, ul.menuItems li a:visited {
		color:#FFF;
		text-decoration:none;
	}
	ul.menuItems li a:hover {
		color:#000;
		text-decoration:underline;
	}
	
	/* HOMEPAGE CONTENT */
	#mast {
		width:1000px;
		height:385px;
		margin:0;
		padding:0;
		background-image:url("https://www.momentsinbronze.com/images/mast/mast_back.png");
		background-repeat:no-repeat;
		display:block;
		float:left;
	}
	#mast_secondary {
		width:1000px;
		height:167px;
		margin:0;
		padding:0;
		display:block;
		float:left;
	}
	#mast #mast_content,
	#mast_secondary #mast_content {
		width:979px;
		margin:0 0 0 11px;
		padding:0;
		display:block;
		float:left;
	}
	#mast h1 {
		height:23px;
		margin:0;
		padding:0;
		color:#006633; /*#253991;*/
		font-family:"Courier New", Courier, monospace;
		font-size:18px;
		display:block;
		border:none;
	}
	#mast div.block_text p {
		margin:4px 3px 3px 0;
		padding:0;
		font-weight:bold;
	}
	
	/* BAR */
	#bar {
		width:1000px;
		height:310px;
		margin:0;
		padding:0;
		display:block;
		float:left;
	}
	
	/* Content */
	#body_right {
		width:741px;
		margin:0;
		padding:0;
		display:block;
		float:left;
	}
	#body_right #body_right_top {
		width:741px;
		height:63px;
		margin:0;
		padding:0;
		background-image:url("https://www.momentsinbronze.com/images/content_top.png");
		background-repeat:no-repeat;
		display:block;
		float:left;
	}
	#body_right #body_right_content {
		width:741px;
		margin:0;
		padding:0;
		background-image:url("https://www.momentsinbronze.com/images/content_back.png");
		background-repeat:repeat-y;
		display:block;
		float:left;
	}
	#body_right #body_right_bottom {
		display:none;
		width:741px;
		height:63px;
		margin:0;
		padding:0;
		background-image:url("https://www.momentsinbronze.com/images/content_bottom.png");
		background-repeat:no-repeat;
		float:left;
	}
	
	#breadcrumbs {
		margin:3px 0 0 0;
		padding:0;
		font-size:11px;
		color:#999999;
		text-transform:lowercase;
		cursor:default;
		display:block;
	}
	#breadcrumbs a:link, #breadcrumbs a:visited {
		color:#999999;
		text-decoration:underline;
		font-weight:normal;
	}
	#breadcrumbs a:hover {
		color:#c2272d;
		text-decoration:none;
		font-weight:normal;
	}
	
	h1 {
		margin:15px 5px 5px 20px;
		font-size:170%;
		font-weight:bold;
		color:#333;
		cursor:default;
	}

	h2 {
		margin:5px 0 3px 0;
		padding:0;
		font-size:135%;
		font-weight:bold;
		border-bottom:1px #000 solid;
		cursor:default;
	}
	h2.upper {
		text-transform:uppercase;
	}
	h3 {
		margin:0 0 5px 0;
		padding:0;
		font-size:115%; /*14px;*/
		font-weight:bold;
		border-bottom:1px #000 dashed;
		cursor:default;
	}
	#textarea{
		width:960px;
		margin:0 0 30px 20px;
		padding:0;
		color:#000000;
		display:block;
		float:left;
	}
	div.textarea{
		width:960px;
		margin:0 0 10w\px 0;
		padding:0;
		color:#000000;
		display:block;
		float:left;
	}
	
	td {
		font-size:12px;
	}
	p {
		margin:0 0 10px 0;
		padding:0;
	}	
	p.text {
		text-indent:1.5em;
		orphans:inherit;
		widows:inherit;
		padding:0px 0px 15px 0px;
		margin:0px;
	}
	
	a:visited, a:link {
		text-decoration:underline;
		font-weight:bold;
		color:#8c7853;
		/* B1946C */
	}
	a:hover {
		text-decoration:none;
		font-weight:bold;
		color:#000000;
	}
	
	table.apply td {
		padding:3px 0 4px 2px;
		text-align:left;
		vertical-align:top;
	}
		
	/* Other Styles */
	.learnmore {cursor:help;}
	.errorMsg {font-weight:bold; color:#FF0000;}

	.aligncenter {text-align:center;}
	.alignright {text-align:right;}
	.bold {font-weight:bold;}
	.italic {font-style:italic;}
	.smalltext {font-size:10px; font-weight:bold;}
	.valigntop {vertical-align:top;}
	.valignbot {vertical-align:bottom;}
	
	/* FOOTER */
	#footer {
		width:100%;
		height:150px;
		margin:0;
		padding:0;
		background-image:url("https://www.momentsinbronze.com/images/footer/footer_back.jpg");
		background-repeat:repeat-x;
		background-position:top center;
		display:block;
		float:left;
	}
	#shell_footer {
		height:100px;
		background-image:url("https://www.momentsinbronze.com/images/footer/footer_smilie.gif");
		background-repeat:no-repeat;
		background-position:top right;
	}
	#footer #footer_bar {
		width:1000px;
		margin:5px 0 0 0;
		padding:0;
		font-size:14px;
		font-weight:bold;
		color:#666;
		text-align:center;
		display:block;
		float:left;
	}
	#footer #footer_bar a:visited, #footer #footer_bar a:link {
		text-decoration:none;
		font-weight:bold;
		color:#8c7853;
	}
	#footer #footer_bar a:hover {
		text-decoration:underline;
		font-weight:bold;
		color:#000; /*#0D5181;*/
	}
	#footer_left {
		width:300px;
		margin:0;
		padding:0;
		text-align:center;
		font-size:10px;
		color:#666;
		float:left;
		display:block;
	}
	#footer_middle {
		width:399px;
		margin:8px 0 0 0;
		padding:0;
		text-align:center;
		font-size:10px;
		color:#666;
		float:left;
		display:block;
	}
	#footer_middle a:visited, #footer_middle a:link {
		text-decoration:none;
		font-weight:bold;
		color:#666666;
	}
	#footer_middle a:hover {
		text-decoration:underline;
		font-weight:bold;
		color:#000; /*#0D5181;*/
	}	
	#footer_right {
		width:300px;
		margin:0;
		padding:0;
		text-align:center;
		color:#666;
		float:left;
		display:block;
	}
	
	/* FORMS */
	form {
		margin:0px;
	}
	#btn_submit {
		position:relative;
		top:0px;
		left:150px;
		margin:5px 0px 0px 5px;
	}
	.formfield {
		border-top:1px solid #284293;
		border-left:1px solid #284293;
		border-bottom:1px solid #284293;
		border-right:1px solid #284293;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#000000;
		background-color:#FFFFFF;
		background-position:top;
		margin-top:0;
		padding:0;
		vertical-align:top;
	}
	.formbutton {
		border-top:1px solid #000000;
		border-left:1px solid #000000;
		border-bottom:1px solid #000000;
		border-right:1px solid #000000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color:#FFFFFF;
		background-color:#284293;
		background-position:top;
		margin-top:0;
		vertical-align:top;
	}
	
	#alert_red, #alert_green {
		width:585px;
		height:45px;
		padding:12px 5px 5px 15px;
		margin:10px 5px 5px 0px;
		background-repeat:no-repeat;
		font-weight:bold;
		display:block;
	}
	#alert_red {
		background-image:url("https://www.momentsinbronze.com/images/alert_red.gif");
	}
	#alert_green {
		background-image:url("https://www.momentsinbronze.com/images/alert_green.gif");
	}
	#alert_red a:visited, #alert_red a:link {
		text-decoration:underline;
		color:#FFFFFF;
	}
	#alert_red a:hover {
		text-decoration:underline;
		color:#000000;
	}