html,body
{
    background-color: #663333;
    text-align: center;
    margin: 0 0 0 0;
}

#frame
{
    margin:0 auto;
    margin-top: 0px;
    text-align: left;
    width:800px;
    border-style: solid;
    border-width: 2px;
    border-color: #FFFFFF;
    position: relative;   
}

#banner
{
    background-color: #cc9966;
    height: 120px;   
}

#banner #img
{
    position: relative;
    left: 25px;
    top: 40px;
}

/* for positioning nav links in banner */
#banner #navLink
{
    position: relative;
    left: 482px;
    float:left;
}

/* for defining style of nav links. */
.navLink
{
    color: White;
    font-family: Verdana;
    font-size: 7pt;
}

#content
{
    background-color: #ffcc99;
    font-family: Arial;
    font-size: 10pt;
    color: 	#663333; /* #cc9966; */
    min-height: 400px;
    height:auto !important;
	height:400px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#displayframe
{
    min-height: 531px;
    height:auto !important;
    height: 531px;
	width: 800px;
	background-color: White;
	border-style:none;
	text-align: center;   
}

#albumdisplayframe
{
    min-height: 321px;
    height:auto !important;
    height: 321px;
	width: 800px;
	background-color: White;
	border-style:none;
	text-align: center;   
}

#thumbnailframe
{
    width: 450px; 
    height: 40px;
    position: relative;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: middle;
}

#thumbnailframeholder
{
    text-align: center;
/*    position: relative;
    height:auto !important;
    vertical-align: middle;
    height: 70px; */
}


 #thumbnailImgs
{
    width: 1000px;
} 

.thumbnail
{
margin-top: 2px;
margin-bottom: 2px;
margin-right: 5px;
margin-left: 2px;
}

#mainpagesamples
{
    position: relative;
    background-color: #cc9966;
    text-align: center;
    color: White;
    font-family: Verdana;
    font-size: 8pt;
}

.sampleImage
{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
}

#footer
{
    background-color: #663333;
    height: 100px;
}

#footer #navLink
{
    position: relative;
    text-align: center;
    top: 40px;
}

P
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.arrows:link, .arrows:active, .arrows:visited, .arrows:hover
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}

.arrows:hover
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}

a.navLink:link , a.navLink:active , a.navLink:visited 
{
    color: White; /* #cc9966; */
    TEXT-DECORATION: underline;
    font-size: 7pt;
}

a.navLink:hover
{
    color: White;
    text-decoration: none;
    font-size: 7pt;
}

a.hyplink:link , a.hyplink:active , a.hyplink:visited 
{
    color: White; /* #cc9966; */
    TEXT-DECORATION: underline;
}

a.hyplink:hover
{
    color: White;
    FONT-FAMILY: Arial;
    text-decoration: none;
}

.title, H1, H2, P.title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: black;
    FONT-FAMILY: Arial;
    margin-top: 15px;
    margin-bottom: 5px;
}

a.nounderline
{
    text-decoration: none;
}

a.nounderline:hover
{
    font-weight: bold;
} 

a.textlink:link , a.textlink:active , a.textlink:visited 
{
    color: #663333;
    FONT-FAMILY: Arial;
    text-decoration: underline;
}

a.textlink:hover
{
    color: #663333;
    FONT-FAMILY: Arial;
    text-decoration: none;
}

/* for preloading images */
.hiddenPic {display:none;}
	
/* Pseudo-classes */
A:link{color:#FFFFFF;} /* #663333 */
A:visited{color: #FFFFFF;} /* #663333 */
A:hover{color:	#FFFFFF; text-decoration: none; } /* FF0000 */

a.bottom_nav:hover
{
    color: #FFCC99;
    font-family: Verdana;
    font-size: 7pt;
    text-decoration: none;
}

