
* {
margin:0; 
padding:0; 
}

body {
font-family: helvetica, arial, verdana, sans-serif; 
font-size: 72%; /* Resets 1em to xxpx */
background-color:#59595B;
color:white;
}


a {
color:#fa9f00; 
text-decoration: none; 
}

a:hover {
text-decoration: underline; 
}


.clearing {
clear:both;
}

p {
margin-bottom:.5em;
line-height:125%;
}

h1 {
font-weight:normal;
font-size:2em;
color:white; 
margin-bottom:12px;
}

h2 {
font-weight:normal;
font-size:1.1em;
color: #fa9f00; 
text-transform:uppercase;
margin:12px 0 2px 0;
}

h3 {
font-weight:normal;
font-size:1.2em;
margin-bottom:6px;
}


/* Layout */

#header {
height:82px;
width:100%;
background: transparent url(../images/Header_bar.jpg) repeat-x bottom left;
float:left;
display:inline;
}

#header img{
float:left;
display:inline;
}


#main {
margin:0;
padding: 0 0 20px 0;
background: transparent url(../images/bkgr_main.gif) top left repeat-y;
width:850px;
float:left;
display:inline;
}

#content {
width:650px;
margin:20px 0 0 20px;
float:left;
display:inline;
}

#footer {
width:100%;
clear:both;
border-top:1px white solid;
font-size: .85em; 
}

#footer p {
margin:6px 0 6px 6px;
}




/* Navigation */

div #nav  { 
width:150px;
float:left;
display:inline;
}

#nav ul { 
margin:20px 0 0 12px;
padding: 0;
font-size: 1.2em; 
color: #333; 
list-style-type: none; 
}

#nav ul li {
margin-bottom:8px;
}

#nav ul li a {
color: #333; 
text-decoration: none;
}

#nav ul li a:hover{
color: white; 
}

#nav ul ul{ 
padding: 0;
margin:0 0 0 8px;
font-size: .85em; 
list-style-type: none;  
}

#nav ul ul li{ 
margin:3px 0 0 0;
}


/* Home Page */

#homeflash {
float:left;
display:inline;
margin-right: 20px;
}

#homecolumn {
float:left;
width:370px;
}

#homeimglinks a {
margin-right:10px;
}

.dividerline {
border-top: 1px white dotted;
}

/* Gallery */

.thumb {
padding: 0;
width:130px;
height:150px;
margin-bottom:10px;
float:left;
display:inline;
text-align:center;
color: #fff; 
}

.title {
padding: 0;
margin:0;
font-size:1em;
line-height:100%;
}

.medium, .size {
padding: 0;
margin:0;
font-size:.9em;
}







