
body {
	margin: 20px auto;
	padding: 0;
	text-align: center;
    min-width: 500px;
	font: 70%/140% Arial, Helvetica, sans-serif;
    background: url('grad2.jpg') repeat-y center #cacaca;
}
h1 {
	font: normal 420%/110% Garamond, Georgia, serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
    padding: 0;
}
a {
    border-bottom: 1px solid #CCCCCC;
    text-decoration: none;
    color: #363;
    
}
a:hover {
    border-bottom: none;

}
#container {
    /*border-width: 0px 10px;
    border-style: double;*/
    background: url('background.gif') repeat-y;
    width: 870px;
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: left;
    
}
ul.green {
    list-style-image:url('bullet.gif');
    margin: 0px;
    padding: 0 10px;
}
lu.green li {
    clear: both;
    
}
ul {
    list-style-image:none;
    list-style-type:none;
    margin: 0px;
    padding: 0 10px;
}

ul.nav {
    list-style-image:url('arrow.png');
    margin: 0px;
    padding: 0px;
}
p.description {
    text-indent: 1.5em;
    margin: 0 0 11 0;
    
}
.subtitle {
	font: 130%/110% Garamond, Georgia, serif;
	text-align: center;
	color: #999;
	width: 300px;
	margin: .5em auto 1.5em;
	padding-top: 8px;
	border-top: 1px solid #ededed;
	letter-spacing: 2px;
}
.subtitle em {
	color: #999;
}
.subtitle a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
.subtitle a:hover {
	text-decoration: underline;
}
img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
img.preview {
    position: absolute;
    right: 5px;
}

div.subsection {
    background: none;
    padding-left: 30px;
    padding-bottom: 20px;
    border: 1px solid #CCCCCC;
    width: 840px;}

.sidenote {
    font: 95%/80% Garamond, Georgia, serif;
	text-align: center;
	color: #999;
	width: 300px;
	margin: .5em auto 1.5em;
	padding-top: 8px;
    padding-left: 8px;
	letter-spacing: 1.5px;
}

.listleft {
    width: 400px;
    position: absolute;
    left: 55px;
}
.biglist{
    height: 350px; 
    position: relative;
}

/* ------ headers ------- */


h1, h2 {
	font: bold 180%/100% Georgia, Times, serif;
	padding: 0 0 8px;
	letter-spacing: -1px;
	margin-left: -2px;
	color: #2b2b2b;
}
h1.title {
	background: url(images/tape.gif) no-repeat center center;
	text-align: center;
	font: normal small-caps 190%/100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: 0px 0 20px;
	padding: 16px 20px 16px 0;
}
h1.title span {
	color: #666666;
}
h1 a, h2 a {
	color: #763712;
}
h1 a:hover, h2 a:hover {
	color: #2b2b2b;
	text-decoration: none;
}
h3 {
	font: bold 135%/100% Arial, Helvetica, sans-serif;
	    padding: 1.2em 0 .3em;    margin-bottom: 0;
    background: url('h3bg.png') repeat-x;
    clear: both;
    width: 872px;
}
h3 em, h4 em {
	color: #CC0000;
	letter-spacing: -1px;
}
h4 {
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	/*padding: .85em 0 5px;*/
    margin: .85em 0 0 0;
	color: #666666;
}
p big, .intro {
	font: 115%/155% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	
}

/*  */

.box {
    border: 1px solid #CCCCCC;
    width: 830px;    padding-left: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.downarrow, .downarrow_hover, .uparrow, .uparrow_hover{
    padding: 8 15;
    text-decoration: none;
    border: none;
}
.downarrow{background: url('downarrow.png') no-repeat;}
.downarrow_hover{background: url('downarrow_h.png') no-repeat;}
.uparrow{background: url('uparrow.png') no-repeat;}
.uparrow_hover{background: url('uparrow_h.png') no-repeat;}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0 auto;
	padding: 0;
    width: 800px;
}
.gallery li {
	margin: 15px;
	padding: 0;
	float: left;
	position: relative;
	width: 212px;
	height: 175px;
}

.gallery a {
	text-decoration: none;
	color: #666;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery img {
	padding: 20px 0 0 21px;
}
.gallery em {
	width: 212px;
	height: 30px;
	background: url(images/picture-frame.png) no-repeat;
	display: block;
	position: absolute;
	text-align: center;
	font: 100%/100% Georgia, "Times New Roman", Times, serif;
	padding-top: 145px;
}
