
html {
background-color: #0d0d0d;
background-image: url(.jpg);
}


body {
	background-color: #000000;
        color: #8b795e;
        width:  860px;
        margin-top: 25px;
        margin-right: auto;
        margin-bottom: 25px;
        margin-left: auto;
        border:  1px solid #917567;
}

h1 {
      font-family: Arial, sans-serif;
      font-size: 16px;
      font-weight: bold;
      color: #454545;
      font-variant: small-caps;
      padding-top: 15px;
      margin-left: 0px;
      border-bottom: 1px dotted #454545;
}

.title {
        background-color: #000000;
        color: #8b795e;
        font-family: "Arial Bold", sans-serif;
        font-size:  22px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
}


.subtitle {
        color: #454545;
        font-family: "Arial Bold", sans-serif;
        font-weight: bold;
        font-size:  16px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
}

.jwhite { 
         font-family: Arial, sans-serif;
         font-size: 11px;
         font-weight: bold;
         text-align: right;
         color: #330000;
         padding-top: 0px;
         padding-right: 7px;
         padding-bottom: 0px;
         margin-top: 2px;
         margin-left: 2px;
         margin-bottom: 2px;
}


a:link {
	color: #f5f5f5;
	text-decoration: none;
}

a:visited {
	color: #f5f5f5;
	text-decoration: none;
}

a:hover {
	color: #f5f5f5;
	text-decoration: none;
}

a:active {
	color: #f5f5f5;
	text-decoration: none;
}

img {
        border:  1px solid #454545;
}


.note {
        color: #949494;
        font-family: "Times New Roman", Times, serif;
        font-size: 13px;
        padding-left: 35px;
        padding-bottom: 10px;
        padding-right: 35px;
}

#main2 {
        background: #000000;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.gallery li {
        display: inline;
        list-style: none;
        width: 600px;
        min-height: 175px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
	}
