* {
    margin: 0;
    padding: 0;
}

html, body {
    background-color: #000;
}

img {
    border:0;
}

h1 {
    font-size: 15px;
    font-weight: normal;
}

#book {

    width: 1000px;
    margin: 0 auto;
    font-family: Helvetica, Arial;
    font-size: 12px;
}

#header {
    position:relative;
    width: 1000px;
    height: 278px;
    background-image:url(/images/header-bg.jpg);
}

#header img.logo{
	position:absolute;
	top:95px;
	left:107px;
}

#header img.h-content {
	position:absolute;
	top: 77px;
	right:82px;
}

#flash {
    
    width: 1000px;
    height: 229px;
    
}

#footer {
    clear: both;
    width: 1000px;
    background-image:url(../images/footer.jpg);
    height:88px;
    text-align: center;
    color: #fff;
    line-height: 1.7;
}

#footer a, #footer a:visited {
    color: #fff;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    text-decoration: underline;
}

#left {
    width: 347px;
    float: left;
}

#right {
    width: 653px;
    float: left;
    min-height: 738px;
	padding-top:37px;
}

#contact-fb { display:block; width:200px; }

#contact-fb img { margin: 0 8px 0 0; float:left; }
#contact-fb span { height:26px; line-height:26px; }

#content.company .backlink { display:none; }
#content.company #fb-gallery ul li { list-style:none; float:left; height: 133px; width: 129px; margin:0 0 10px; }
	#content.company #fb-gallery ul li a { display:block; }
		#content.company #fb-gallery ul li a img { display:block; margin:0 auto; }

.title {
    color: #fff;
    line-height: 2;
    margin-top: 5px;
    display: block;
}

.link {
    margin-left: 111px;
    line-height: 1.4;
}

.link a, .link a:visited {
    color: #6699cc;
    text-decoration: none;
}

.link a:hover, .link a:active {
    text-decoration: underline
}

.link table {
    margin-top: 5px;
    color: #fff;
    font-size:11px;
}
    
    .link table tr td {
        padding: 5px 5px 0;
    }
    
        .link table tr td a {
            display: block;
            height: 120px;
            width: 120px;
            background-color: #fff;
        }

.art {
    width: 518px;
    margin-left: 30px;
}

.arthead {
    font-family: Geneva, Helvetica, Arial;
    font-size: 15px;
    color: #660000;
}

.artbody {
    margin-top: 5px;
    line-height: 1.5;
}

.art a, .art a:visited {
    color: #6699cc;
    text-decoration: none;
}

.art a:hover, .art a:active {
    text-decoration: underline;
}



hr {
    border: 0;
    background-color:#999966;
    height: 1px;
}

#topnav {
    position: relative;
    left: 597px;
    top: 4px;
    width: 225px;
    float: left;
}

#topnav a { float:left; margin:3px 5px 0; }
#topnav a.fb-small { margin:0 5px; }

#nav {
    position: relative;
    left: 230px;
    top: 20px;
    width: 723px;
}

.tfield {
    width: 140px;
    height: 20px;
    padding-left: 2px;
    padding-top: 2px;
}

.loginhead {
    font-family: Geneva, Helvetica, Arial;
    font-size: 18px;
    color: #660000;
}
#loginleft {
    width: 200px;
    float: left;
    border-right: 1px black solid;
    padding-right: 20px;
}

#loginright {
    width:230px;
    float: left;
    margin-left: 50px;
}

.tfield {
    border: 1px solid black;
}

.artbody ul {

    margin-left: 45px;

}

#content {
    
    background-image:url(../images/back.gif);
    background-repeat: repeat-y;
    clear: both;
    height: 100%;
}

.instructor {
    text-align: center;
    width: 250px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rarrow {
    height: 31px;
    overflow: hidden;
    background-image:url(../images/rarrow.gif);
    background-position: 0 0;
    width: 32px;
}

.rarrow:hover {
    background-position: 0 -31px;
}

.larrow {
    height: 31px;
    width: 32px;
    overflow: hidden;
    background-image:url(../images/larrow.gif);
    background-position: 0 0;
}

.larrow:hover {
    background-position: 0 -31px;
}

#lookupID {
    color: #6699cc;
    cursor: hand;
    cursor: pointer;
}
#lookupID:hover {
    text-decoration: underline;
}

#number {
    position: relative;
    left: 111px;
    float: left;
    top: 7px;
}

div.page.gallery { padding:30px 95px 30px 30px; }
	div.page.gallery img.loading { margin:15px 0 0; }
	div.page.gallery a.backlink { display:block; margin:0 0 15px; color:#69c; text-decoration:none; }
	div.page.gallery a.backlink:hover { text-decoration:underline; }
	div.page.gallery ul { list-style:none; }
		div.page.gallery li { float:left; width:175px; height:160px; margin:0 0 15px; }
			div.page.gallery li a { display:block; text-align:center; text-decoration:none; color:#69c; }
			div.page.gallery li a:hover { text-decoration:underline; }
				div.page.gallery li a img { display:block; margin:0 auto 8px; }

.error { border: 1px solid #c00; background: #c99; color: #c00; }
p.error { padding: 8px 5px; }

.confirm { border: 1px solid #0c0; background: #9c9; color: #060; padding: 8px 5px; }
