@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
	padding:0;
	}

html, body, #container {
    height: 100%;
	}
	
body {
	background-image:url(../images/main_background.gif);
	background-repeat:repeat-x;
	background-color:#FFECCB;
	margin:0;
	}

h2 { 
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	text-align:left;
	margin:0 0 0 0px;
	padding:10px;
	}

/*img {
	behavior: url(iepngfix.htc);
	}*/
	
.img_first {
	border:7px solid #fff; float:left; margin: 0 0 50px 25px;
	}

.img_secondary {
	border:7px solid #fff; float:left; margin: 0 0 50px 50px;
	}

#container {
	width:733px;
	margin:auto;
	position:relative;
	min-height:90%; /* for modern browsers */
	height: auto !important; /*for modern browsers */
	height:90%; /* for IE */
	text-align:center;
	}	
	
#display {
	color:#fff;
	width:719px;
	background-image:url("../images/display_background.png");
	background-repeat:repeat-y;
	padding: 7px;
	min-height:434px;
	text-align:center;
	display:block;
	margin:0;
}

div#display p {
	color:#fff;
	font-family: serif;
	line-height:20px;
	text-align:left;
	padding:10px;
	word-spacing:1px;
	width:675px;
	}

#topnav {
	height:22px;
	color:#b03c2c;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:right;
	}

.descriptive {
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	word-spacing:2px;
	}

.float_left {
	float:left;
	}

.footer, .push {
	bottom: 0 !important;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#b03c2c;
	}

.left { text-align:left; }

.padding_10 { padding:10px; }

.topnav:link,.topnav:visited,.topnav:active { color:#b03c2c; text-decoration:none; }

.topnav:hover {	color:#b03c2c; text-decoration:underline; }

br { clear:both; }

img {border:none;}

.marginTop_10 { margin:10px 0 0 0; }