@import url("branding.css");
@import url("sidebar.css");
@import url("nav.css");
@import url("footer.css");
/*@import url("sIFR-screen.css");*/
*{
margin:0px;
padding:0px;
}
acronym{text-transform:uppercase;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
  
  text-align:center;
  line-height: 1.6;
  font-size: 62.5%;
  font-weight:500;
/*  background-image:url(../imgs/bodyBg.jpg);
  background-repeat:repeat-x;*/
  background-color:#Ffffff;
  color:#666666;
  padding-bottom:20px;
}
#wrapper{
width:961px;
padding-top:50px
margin: 0 auto;
overflow:hidden;
text-align:justify;
background-image:url(../imgs/wrapper/wrapper-top.jpg);
background-repeat:no-repeat;
background-position:0px 150px;
}
#blockBG{
background-image:url(../imgs/wrapper/wrapper-stripe.jpg);
	background-repeat:repeat-y;
	width:959px;
	margin-top:50px;
	margin-bottom:-95px;
	margin-left:-250px;
	float:right;
    padding-bottom:0px;
}
#content{
/*background-image:url(../imgs/content-stripe.jpg);
background-repeat:repeat-y;
background-position:-7px 179px;*/
float:right;
}
h1, h2{
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.skipLink{
line-height:1px;
position:absolute;
left:-5000px;
}

.clear
{
clear:both;
}

#content{
float:right;
width:745px;
}