/* CSS RESET */

html, body, div, span,

applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dd, dl, dt, li, ol, ul,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td, embed
{
	margin: 0px;

	padding: 0px;

	border: 0px;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	line-height: 1;

	font-family: Georgia, 'Times New Roman', Times, serif;

	text-align: left;
}

img
{
    display: block;
}

a
{
    outline: none;
}

a img, :link img, :visited img
{
    border: 0px;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    text-decoration: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

h1
{
    font-size: .72em;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    padding: 3px 0px 10px 0px;
    color: #AAAEB3;
    line-height: 1.4;
}

h2
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 0px 10px 0px;
    color: #AAAEB3;
    line-height: 1.4;
}

/* END CSS RESET */

body
{
	text-align: center;
	background-color: White;
}

#loadingDiv
{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: White;
    z-index: 300;
}

#containerDiv
{
    width: 950px;
    height: 750px;
    margin-left: auto;
    margin-right : auto;
    background-color: white;
}

#bannerDiv
{
    text-align: center;
    width: 100%;
    height: 120px;
    background-color: Transparent;
    float: left;
}

#sidebarDiv
{
    position: relative;
    width: 167px;
    height: 593px;
    background-color: #F4F4FF;
    border: solid 1px #CCCCFF;
    float: left;
    overflow: hidden;
}

#dirDiv
{
    position: relative;
    width: 40px;
    height: 40px;
    background-color: Transparent;
    overflow: hidden;
}

#pageTitleDiv
{
    position: relative;
    text-align: center;
    width: 100%;
    height: 38px;
    border-bottom: solid 1px #CCCCFF;
    overflow: hidden;
    background-color: #F4F4FF;
}

#thumbsDivContainerDiv
{
	background-color: Transparent; 
	height: 562px;
	width: 100%;
	overflow: hidden;
}

#thumbsDiv
{
	position: relative;
    background-color: Black;
    width: 167px;
    overflow: hidden;
}

#contentDiv
{
    position: relative;
    width: 100%;
    text-align: center;
    background-color: Transparent;
    float: left;
}

#menuBarDiv
{
    width: 100%;
    height: 35px;
    text-align: center;
    background-color: Transparent;
    overflow: hidden;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: .7em;
    text-transform: capitalize;
    color: #AAAEB3;
    font-weight: bold;
    vertical-align: middle;
}

#menu
{
    text-align: center;
    list-style: none;
    text-indent: 0em;
    text-transform: capitalize;
}

#menu li
{
    display: inline;
    list-style-image: none;
    text-transform: capitalize;
}

#menu a
{
    color: #AAAEB3;
    padding: 5px 0px 5px 0px;
    line-height: 1.4;
    text-transform: capitalize;
}

#menu a:hover
{
    color: #663854;
}

#menu img
{
    display: inline;
    margin: 0px 4px 0px 0px;
}

#displayDiv
{
    position: relative;
    width: 781px;
    height: 602px;
    text-align: left;
    background-color: Transparent;
    overflow: hidden;
}

#mediaDiv
{
    z-index: 150;
    background-color: Transparent;
    width: 100%;
    height: 562px;
    text-align: center;
}

#mediaDiv img
{
	border: outset 4px #CCCCFF;
}

#displayDiv img
{
    margin-left: auto;
    margin-right: auto;
}

#captionDiv
{
    position: absolute;
    width: 100%;
    top: 0px;
    height: 40px;
    text-align: center;
    background-color: Transparent;
    overflow: hidden;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: .7em;
    line-height: 1.3;
    color: #555;
}

#bCardDiv
{
    margin: auto;
    text-align: left;
    color: Gray;
    background-color: Black;
    border: solid 1px gray;
    width: 250px;
    height: 50px;
    line-height: 1.3;
    font-size: .7em;
    overflow: hidden;
}

#bCardDiv a
{
    color: #D51725;
}

#bCardDiv a:hover
{
    text-decoration: underline;
}

#bCardDiv img
{
    display: block;
    margin: 1px 10px 1px 1px;
    float: left
}

.par1
{
    text-align: center;
    line-height: 2.5;
    font-size: .8em;
}

.par1 a:hover
{
    text-decoration: underline;
}

