@CHARSET "UTF-8";


body {

       background-color: #FFEFD5;
       color: #8B475D;
       font-family: Comic Sans MS;
}
/* Link specifications:  */
.links A:link {text-decoration: none; color: #FFEFD5}
.links A:visited {text-decoration: none; color: #d67091}
.links A:active {text-decoration: none; color: #d67091}
.links A:hover {text-decoration: underline; color: #d67091}


/* @group Structure */

/* Full Page */
div#page-wrap {

       width: 1150px;
       min-height: 728px;
       margin: 0px Auto;
}

/* Content Box */
#descriptions {

       float:left;
       width: 820px;  
       left: 450px;
       top: 0px;
       margin: 0px;
       padding: 0px;
       overflow: auto;
       height: 728px;
		background-color: #FFEFD5; 
		color: #8B475D;
}


/* Thumbnail Container */
#thumbs {
       float:left;
       width: 230px;
       padding: 0px 0px 0px 0px;
       margin: 0px 0px 0px 0px;
	   background-color: #5b2c39;
}
#thumbswrap {
       float:left;
       width: 230px;
       padding: 0px 0px 0px 0px;
       margin: 0px 0px 0px 0px;
	   background-color: #5b2c39;
}
/* @end */

.fullsizeimage {

       width: 46px;
       height: 134px;
       padding:0;
       margin:0;
       display: block;
       float: left;
       border: 2px solid transparent;

}

.fullsize_selected {

       width: 46px;
       height: 134px;
       padding:1;
       margin:0;
       display:block;
       float: left;
       border: 2px solid #d67091;/*Selected Box Color*/

}

.fullsize_frame {

       width: 42px;
       height: 130px;
       padding: 0px;
       border: 2px dashed transparent;

}

.fullsize_frame:hover {

       border: 2px solid #FFEFD5; /*Hover Box Color*/

}

.fullsize_frame img {

       width: 42px;
       height:130px;
       padding:0;
       margin:0;
       border: 1px solid transparent;

}



.clear {
       clear: both;
}