@charset "utf-8";
/* CSS Document */

html,body {
	padding:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
body{	
	text-align:left;
	/*min-width:1000px;/* for mozilla*/
	background-color: #FFF;
	color: #000000;
	float:left;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:1004px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	/*background:  url(images/2colcentredbg.jpg) repeat-y center center;*/
		top: 0;
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:191px;
	background-image:url(../inne_03.jpg);
	overflow:hidden;
	color: #000000;
	z-index:100;
	
}

#left {
	position:absolute;/*ie needs this to show float */
	width:200px;
	float:left;
	margin-left:5px;
	left:2px;
	top: 0;
	margin-top:200px;
	margin-bottom:auto;
	
}
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #FF8080;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:780px;
	float:right;
	padding-top:220px;
	text-align:left;
	right:2px;
	border:1 px #990000 dotted;/*make room for header*/
}

#centrecontent p {padding-left:2px}




#clearfooter {
	width:100%;
	height:35px;
	clear:both;
	padding-top:15px;
	text-align:center;
	border-top:1px #FFCC00 solid;
} /* to clear footer */
html >body #minHeight{float:left;width:100%;height:100%;margin-bottom:-52px; margin-left:0px; } /*safari wrapper */


#smartBox
{
padding:5px 5px 5px 5px;
text-align:center;
}
.moreBt
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#990000;
padding-bottom:6px;
padding-top:6px;
display:block;
}
.moreBt:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#000000;
padding-bottom:6px;
padding-top:6px;
display:block;
}
.SOmoreBt
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#990000;
padding-bottom:6px;
padding-top:6px;
display:block;
padding-right:20px;
}
.SOmoreBt:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#000000;
padding-bottom:6px;
padding-top:6px;
display:block;
padding-right:20px;
}
.innerbox
{
padding-top:5px;
width:235px;
float:right;
}
.imgBox
{
padding-top:5px;
width:75px;
float:left;
text-align:center;

}
.EditButton
{
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
	float:right;
	
	}
