/* CSS Document */
html { 
	min-width: 750px;
	}
img	{/* turns off gaps around images */
	border:	0;
	}		

/* primary layout divisions */

body	{
   	BACKGROUND:#C0C0C0;
    BORDER-BOTTOM: 0px;
  	color: #000;	
	font: 70% verdana,verdana, arial;	
	}
TEXTAREA {
border:#ccc 1px solid;
color:#000;
font-family: arial, verdana, ms sans serif;
font-size: 10pt;
font-weight: normal;
overflow:auto;
} 
INPUT {
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: normal;
font-size: 10pt;
border:#ccc 1px solid;
} 
div#container{
	width: 750px;
	/*height:100%;*/
	margin: auto;
	background: #fff url(../images/genuine_bk.gif) top right repeat-y;
	border:0px solid #007071;
	}
p.news_p {
	padding-bottom:10px;
	font-size:10px;
	border-bottom:1px solid #ccc;
	border-bottom-style:dashed;
}
.title {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #666;
}
/*-=-=-=-	boxes -=-=-=-=*/

#flash_nav {
	float:left;
}
div#logo {
	width:232px;
	height:106px;
	float:left;
	}
div#contain_1 {
	width:auto;
	background: url(../images/bk_navlog.jpg) #fff bottom right repeat-y;
	float:left;
	position:relative
}
#info_box {
	width:192px;
	height:180px;
	padding:10px 20px 0 20px;
	background:#E4DEBE;
	float:left;
	border-top:1px solid #fff;
	margin:0px 1px 1px 0;
}
.brown_text {
	color:#9F9248;
	font-weight:bold;
	margin:-10px 0 0 0;
	font-size:10px;
	line-height:18px;
}
#flash_box {
	width:516px;
	height:190px;
	float:left;
	margin:1px 0 1px 0;
}
#news_box {
	width:192px;
	
	padding:20px 20px 0 20px;
	margin-top:1px;
	border:0px solid #ccc;
	float:left;
}
div#content	{
	/*position:relative;*/
	width: 480px;
	padding:5px 5px 5px 20px;
	margin:10px 0 0 0px;
	text-align:left;
	line-height:18px;
	float:left;
	font-size:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	
	}	
div#placeholder {
	width:400px;
	height:300px;
	border:1px solid #E4DEBE;
}