body {margin:0; background:url(images/body_bg.png) repeat-x #A7BE20; font-family:Arial, Helvetica, sans-serif;}

#container {width:950px; margin:0 auto;}

#header {height:95px;}
#logo {
	float:left;
	padding:33px 0 0 45px;
	font-size:32px;
	font-family:Verdana, Geneva, sans-serif;
}
#logo a {display:block; color:#FFFFFF; text-decoration:none;}
#slogan {
	float:right;
	padding:33px 45px 0 0;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-style: italic;
}
#header_menu {text-align:center; color:#FFFFFF; font-size:14px; font-weight:bold; height:36px; background:url(images/header_bg.png) no-repeat; padding-top:31px;}
#header_menu a {color:#DD6734; text-decoration:none;}
#header_menu a:hover {color:#923E18;}

#main {
	background:url(images/main_bg.png) repeat-y;
	font-size:12px;
	line-height:17px;
	color:#333333;
	float:right;
	width:100%;
}
#main br {line-height:10px;}
#main a {
	color:#A7BE20;
}
#main a:hover {color:#5B6610;}
#text {
	margin:30px 285px 30px 45px;
}
#text h1 {
	font-size:18px;
	font-weight:normal;
	margin:24px 0 8px 0;
	color:#7F951F;
}
#text h2 {
	font-size:18px;
	font-weight:normal;
	margin:24px 0 8px 0;
	color:#DD6734;
}
#text ol, #text ul {padding:0; margin:10px 0;}
#text li {margin-left:40px;}
#sidebar {width:180px; float:right; margin:6px 45px 30px 30px; display:inline;}
#sidebar h3 {font-size:20px; font-weight:normal; margin:24px 0 8px 0; color:#7F951F;}
#sidebar ul {margin:0px; padding:0px;}
#sidebar li {list-style:none; padding:1px 0 1px 12px; background:url(images/li.png) 0px 8px no-repeat;}

#footer_menu {height:41px; background:url(images/footer_bg.png) no-repeat; clear:both; text-align:center; color:#FFFFFF; font-size:12px; padding-top:16px;}
#footer_menu a {color:#DD6734; text-decoration:none;}
#footer_menu a:hover {color:#923E18;}

#footer {color:#F1F7CF; text-align:center; font-size:10px; margin:2px 0 15px 0;}
#footer a {color:#F1F7CF;}
#footer a:hover {color:#DDED8D;}


#thumbBox
        { /*Outermost DIV for thumbnail viewer*/
          position: absolute;
          left: 0;
          top: 0;
          width: auto;
          padding: 10px;
          padding-bottom: 0;
          background: #313131;
          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: white;
}

#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;
}


