body {
margin: 30px auto;
padding: 0;
font: 75%  verdana, helvetica, "Trebuchet MS", arial,sans-serif;
line-height: 1.5em;
color: #666;
}
			/*WRAP*/
.container {
width: 900px;;
height: 37px;
padding: 0;
margin: 0 auto;
background: url(images/nav-back.png) bottom repeat-x;
/*background: #82A9D0 url(images/shade_bottom.gif) bottom repeat-x;*/
}
			/*TOP BANNER*/
#header {
width: 900px;
height: 190px;
margin: 0 auto;
background: transparent url(images/banner.jpg) no-repeat;
}
			/*TOP NAVIGATION*/
#nav {
margin: 0;
padding: 0;
}
#nav li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#nav a:link, #nav a:visited {
float: left;
font-size: 1.2em;
letter-spacing: 3px;
padding: 5px 20px 5px 20px;
text-decoration: none;
color: #000;
}
#nav a:link.active, #nav a:visited.active, #nav a:hover {
color: #666;
background: url(images/pyramid2.gif) no-repeat top center;
}

/* Maim Content */
			
#col1 {
width: 890px;
height: auto;
margin: 0 auto;
padding: 5px 5px 10px 5px;
background-color: #F8F8F8;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
}

#gallery {
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

#gallery img {
	float: left;
	margin: 0 10px 8px 0;
	border: 1px solid #D9D9D9;
	padding: 5px;
}

/* Gallery */
			  
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #a0201f;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #A0201F;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

			/*FOOTER*/
			
#footer {
width: 894px;
margin: 0 auto;
clear: both;
padding: 5px;
font-size: 0.8em;
font-weight: bold;
color: #787878;
text-align: right;
background: #E8E8E8 url(images/submenu-back.gif) bottom repeat-x;
}

#footer span:before {
	content: "2008 - 2011 ";
}

			/*TYPOGRAPHY*/
h1 {
margin:0;
padding: 15px 0 0 0;
text-align: left;
font-size: 100%;
color: #333;
background: transparent;
}
h2  { 
margin: 0;
padding-top: .6em;
padding-bottom: .5em;
padding-right: 8px;
text-transform: uppercase;
font: 130% verdana, helvetica, "Trebuchet MS", arial,sans-serif;;
color: #4A82BA;
background: inherit;
font-weight: bold;
text-align: right;
}

h3 {
margin-top: 0;
font-family: arial, georgia, helvetica, sans-serif;
font-size: 1em;
text-align: center;
color: #006699;
background: inherit;
}

			/*LINKS*/
a {
text-decoration: none;
font-weight: bold;
color: #CE565F;
background: inherit;
}
a:hover {
text-decoration: none;
color: #000;
background:  inherit;
}
a img {
border: 0;
}

			/*CLASSES*/
.imgleft {
float : left;
margin : 5px 15px;
padding : 5px;
border: 2px solid #D9D9D9;
}
.post {
padding : 3px;
margin : 20px 10px 10px 5px;
border : 1px dashed #8a795d;
font-size : 80%;
color: #aaa;
background : #fff;
} 
.post .date { 
background : url(images/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(images/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(images/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
