@charset "utf-8";
/* CSS Document */

#content_wrapper{
margin: auto;
width: 1030px;
height: 650px;
}

#top_titles{
line-height: 21px;
display: inline;
}

#featured_title {
width: 300px;
padding-left: 220px;
padding-top: 22px;
padding-bottom: 5px;
float: left;
}

#text{
width: 400px;
font-family: Arial;
font-size: 12px;
color: #575756;
background-image:url(../images/bg_middark.jpg);
border: 1px solid;
border-color: #575756;
padding-top: 8px;
padding-left: 15px;
line-height: 14px;
padding-bottom: 6px;
}

#gallery_links{
padding-top: 65px;
padding-left: 200px;
}

#gallery_links ul li{
padding-bottom: 20px;
}

.video_link {
width: 628px;
height: 102px;
display:block;
background-image:url(../images/gallery_videos_off.jpg);
border: 5px solid;
border-color: #fff;
}

.video_link:hover{
background-image:url(../images/gallery_videos_on.jpg);
}


.threedy_art_link {
width: 628px;
height: 101px;
display:block;
background-image:url(../images/gallery_3dartwork_off.jpg);
border: 5px solid;
border-color: #fff;
}

.threedy_art_link:hover{
background-image:url(../images/gallery_3dartwork_on.jpg);
}

.twody_art_link {
width: 628px;
height: 102px;
display:block;
background-image:url(../images/gallery_2dartwork_off.jpg);
border: 5px solid;
border-color: #fff;
}

.twody_art_link:hover{
background-image:url(../images/gallery_2dartwork_on.jpg);
}
