#backboard
{
    position: relative;
    margin: 0px;
    width: 920px;
    height: 370px;
    background-image: url(../Images/0_Site/Backboard.png);
    background-repeat: no-repeat;
}
/*============================*/
/*=== Index ===*/
/*============================*/
#slider
{
    position: relative;
    width: 908px;
    height: 340px;
    top: 5px;
    left: 6px;
}

.nivoSlider
{
    position: relative;
    background: #efe9d1 url(../Images/0_Site/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.nivoSlider a
{
    border: 0;
    display: block;
}

.nivo-directionNav a
{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../Images/0_Site/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
a.nivo-nextNav
{
    background-position: -30px 0;
    right: 15px;
}
a.nivo-prevNav
{
    left: 15px;
}

/*
.nivo-caption
{
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a
{
    color: #efe9d1;
    text-decoration: underline;
}
*/

#slider .nivo-controlNav
{
    position: absolute;
    left: 415px;
    bottom: -30px;
}
#slider .nivo-controlNav a
{
    display: block;
    width: 22px;
    height: 22px;
    background: url(../Images/0_Site/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}
#slider .nivo-controlNav a.active
{
    background-position: 0 -22px;
}


#introline
{
    margin:0px;
	height: 145px;
    background-image: url(../Images/0_Site/Introline.png);
}

#options
{
	width: 920px;
    height: 210px;
	margin-top:15px;
	
}

#options ul
{
	list-style:none;
	padding:0px;


} 

#options li
{
	float:left;
	width:210px;

}

.art
{
	width: 210px;
    height: 210px;
	background-repeat:no-repeat;
}

.design
{
	width: 210px;
    height: 210px;
	margin-left:10px;
	background-repeat:no-repeat;
}

.about
{
	width: 210px;
    height: 210px;
	margin-left:10px;
	background-repeat:no-repeat;
}

.divider
{
	width: 1px;
    height: 210px;
	margin-left:15px;
	background-image:url(../Images/0_Site/Divider.png);
	background-repeat:no-repeat;
}

.latest
{
	width: 240px;
    height: 145px;
	margin-left:15px;
	background-repeat:no-repeat;
}

.headline
{
	width: 240px;
    height: 15px;
	margin-left:21px;
	font-family: Arial;
    font-size: 12px;
	font-weight: bold;
    color: #363636;
}

.category
{
	
	margin-left:21px;
	font-family: Arial, Sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #363636;
}

.text
{
	width: 240px;
    height: 30px;
	margin-left:21px;
	margin-top:1px;
	font-family: Times New Roman, Times, serif;
    font-size: 12px;
    color: #636363;
}






