body {
margin:10px;
padding:0px 0px 10px 0px; /* trbl */
font-family:"Courier New", Courier, mono;
font-size:12px;
font-weight:normal;
line-height:16px;
color:#000;
}
#container {width:90%;margin:auto;} /* wrap everything in here for centering */
#header {
padding: 10px;
height:90px;
}
h1,h2,h3,h4 {font-weight:bold;text-transform:uppercase;}
h1 {font-size:24px;} 
h2 {font-size:18px;} 
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}

h1 a:visited {font-size:24px;text-decoration:none;border-bottom:0;}

a {color:black;}

a:link {text-decoration:none;}
a:visited,a:hover,a:active {text-decoration:none;border-bottom:1px dashed black;border-color:#ccc;}
input {font-family:"Courier New", Courier, mono;}

#col-thumbs {
width:900px;
float:left;
padding: 10px;
margin:auto;
}

.tweenerbox1 {
border:0px solid yellow;
margin-top:10px;
}

#footer {
border-top:1px solid black;
clear:both;
padding: 10px 10px 30px 10px;
margin:auto;
}

.left {text-align:left;}
.right {text-align:right;}



.gallery-block {
border: 0px dotted red;
width: 225px;
margin:2px;
padding: 2px;
float: left; display:inline;
}

.gallery-block ul {
list-style-position:inside;
}