/* CSS Document */
#newsInfo,.png ,#scrollBar{
    behavior: url(iepngfix.htc);
}
body {
	margin:0pt;
    outline-color:invert;
    outline-style:none;
    outline-width:0pt;
    padding:0pt;
	background-color:#e9e9e9;
    color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
h1 {
	color:#ed7e26;
	font-size:1.3em;
}
a {
    color: white;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main{
	margin:auto;
	width:758px;
	height:auto;

}
#header{
	float:left;
	display:inline;
	width:758px;
	height:106px;
	margin:23px 0px 0px 1px;
}
#content{
	position:relative;
	float:left;
	display:inline;
	width:758px;
	background:url(../images/ContentRepeater.jpg) repeat-y;

}
#seeDemo {
	text-align:center;
	margin-top:35px;
	clear:left;
}
#seeDemo img {
	display:inline;
}
#bottom{
	float:left;
	display:inline;
	width:758px;
	height:21px;
	background:url(../images/bottom.jpg) no-repeat;
}