#siteContainer {
	background-image:url('/img/news/news_bg.jpg');
    background-repeat:no-repeat;
    background-position:top center;
}
#tutorialsContainer {
    margin:0px auto;
    position:relative;
    padding-top:65px;
}
#tutorialsContent {
    width:863px;
    margin:0px auto;
}
.tutorialsTitle {
    font-size:30px;
    font-family:Helvetica;
    font-weight:bold;
    text-transform:uppercase;
}
#tutorialsTop {
    width:863px;
    height:29px;
    background-image:url('/img/tutorials/outer_box_top.png');
    margin-top:50px;
}
#tutorialsBottom {
    width:863px;
    height:37px;
    background-image:url('/img/tutorials/outer_box_bottom.png');
}
#tutorialsNav {
    height:37px;
    background-image:url(../img/tutorials/outer_box_middle_repeat.png);
    width:823px;
    padding-left:40px;
    margin:0 auto;
    padding-bottom:15px;
}
#tutorialsNav a {
    display:block;
    float:left;
    outline:none;
}

#tutorialsGridContainer {
    background-color:#151515;
    width:100%;
    background-image:url('/img/tutorials/inner_box_top.png');
    /*height:400px;*/
    background-position:top center;
    background-repeat:no-repeat;
	float:left;
}
#tutorialsGridTop {
    width:831px;
    height:207px;
    margin:0 auto;
    background-image:url('/img/tutorials/inner_box_top.png');
	background-repeat:no-repeat;
	float:left;
}
#tutorialsGridBottom {
    background-color:#151515;
    width:100%;
    /*width:831px;*/
    height:30px;
    margin:0 auto;
    background-image:url('/img/tutorials/box_bg_repeat.png');
    background-position:top center;
    clear:both;

}
#tutorialsGridContent {
    width:100%;
    background-image:url('/img/tutorials/box_bg_repeat.png');
    background-repeat:repeat-y;
    background-position:center;
  	float:left;
	margin-top:20px;
}

/* tutorial index items */

.tutorialIndexThumb {
    font-family:Helvetica;
    float:left;
    width:324px;
	height:320px;
	overflow:hidden;
    margin-left:75px;
    margin-bottom:30px;
}

.tutorialIndexThumb img {
	border:1px solid #5d5d5d;
}
.tutorialIndexThumbLast {
    /*clear:left;*/
}
.tutorialDate {
    font-size:11px;
    text-align:right;
    margin-bottom:16px;
}
.tutorialViewCount {
	padding-top:25px;
    font-size:11px;
    font-weight:bold;
}
.tutorialName a {
    font-size:18px;
    font-weight:normal;
    text-transform:uppercase;
    margin-bottom:6px;
    color:#FFF;
    text-decoration:none;
}
.tutorialName a:hover { text-decoration:underline; }
.tutorialDescription {
    font-family:Verdana;
    font-size:11px;
    font-weight:normal;
    text-align:left;
    width:inherit;
}

.tutorialViewThumb {
    font-family:Helvetica;
    float:left;
    width:25%;
    margin-left:20px;
    margin-bottom:30px;
}
