@charset "UTF-8";
@import 'Common.css';
@import 'Tutorials.css';
/* Main page styles*/
#header
{
   background: url(../images/title_page.png) no-repeat;
}
/* News styles*/
.newsImage
{
   margin: 0px 10px;
   float: left;
}
.highlightNews
{
   background:#ffecbf url(../images/shadow_b.gif) repeat-y;
   padding: 10px 5px 10px 15px;
   border-bottom: 1px dashed #FFBD6E;
}
.highlightNews2
{
   background:#fffde5 url(../images/shadow_b1.gif) repeat-y;
   padding: 10px 5px 10px 15px;
   border-bottom: 1px dashed #FFDF86;
}