html {
	height: 100%;
	width: 100%;
}

body {
	background: #f1f1f1 url(../gfx/bg.jpg) repeat-y;
	color: #000000;
	font: 14px/1.2em 'Trebuchet MS', Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#wrapper {
	float: left;
	width: 100%;
	min-width: 950px;
}

#header {
	background: url(../gfx/header_bg.jpg);
	height: 98px;
	float: left;
	width: 100%;
}

#logo {
	width: 520px;
	height: 98px;
	background: url(../gfx/logo.jpg) no-repeat;
}

#footer {

	color: white;
}

#footer p {
	margin: 0;
	width: 800px;
	text-align: right;
	font-size: 0.8em;
}

#footer img {
	margin-bottom: 8px;
}

#footer a:hover {
	color: white;
}


#pagebody {
	float: left;
	width: 900px;	
}

#menu {
	float: left;
	width: 165px;
	padding-left: 100px;
}

* html #menu {
	position: absolute;
}

#content {
	margin-bottom: 100px;
	width: 600px;
	padding: 60px 0 0 20px;
	min-height: 1000px;
	float: left;
}


#content ul li {
	margin: 7px;
}

#welcome {
	background: url(../gfx/photo.jpg) no-repeat;
	padding: 0 0 0 50px;
	margin: 20px 0 0 20px;
	text-align: justify;
}

p {
	margin: 20px 0 0 20px;
	text-align: justify;
}


h1 {
	font-size: 120%;
	margin: 40px 20px 40px 0;
	color: #386e10;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-size: 110%;
	line-height: 140%;
	border: 0;
	margin-left: 20px;
	font-weight: bold;
	color: #e16106;
	
}

h2 a {
	text-decoration: none;
}

a {
	text-decoration: underline;
	color: #e16106;
}

img {
	border: 0 !important;
}

a:hover {
	color: black;
}

blockquote {
	font-style: italic;
	padding: 10px;
	margin: 10px;
}

pre {
	color: #000000;
	background: #F4f4f4 url(../gfx/codenums.png) repeat-y;
	border: 1px solid #ccc;
	padding: 1px;
	padding-left: 25px;
	font-size: 1em;
	width: 500px;
	margin: 2px auto;
	white-space: nowrap;
	overflow: auto;
}

#empty {
	clear: both;
}

/* Menu */


#menu ul {

	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */

}

#menu ul li {
	line-height: 180%;
	color: white;
}
	
#menu li ul {
	margin-top: 0;
	margin-left: 10px;
	width: 140px;
}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	border-bottom: 2px solid #396F11;
	color: white;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu ul li a:hover { 
	background: #396F11;
	color: #e16106;
}
		
#menu li ul li a {
	padding: 2px 10px;
	font-size: 80%;
} 
		
#menu li:hover ul, #menu li.over ul { 
	/*display: block;*/ 
}

#menu li ul a {
	font-weight: normal;
}

#menu li ul li a:hover, #menu li ul li a.active {
	background: url(../images/bullit.gif) left no-repeat;
 	padding-left: 10px;
}

#menu li.last {
	border: 0 !important;
}


/* News */

.news_head {
	margin-left: 10px;
	padding: 0;
	width: 480px;
	float: left;
}

.news_date {
	padding: 0;
	margin: 0;
	width: 41px;
	height: 36px;
	background: url(../gfx/news_bg.jpg);
	color: white; /*#009ABF;*/
	text-align: center;
	padding-top: 5px;
	float: left;
	line-height: 15px;
}

.news_day {
	color: #444444;
	font-size: 120%;
}

.news_day b {
	font-style: normal;
}

.news_title, .title {
	width: 400px;
	font-size: 180%;
	margin: 0;
	margin-left: 10px;
	float: left;
	line-height: 140%;
	border: 0;
}

.news_title a {
	text-decoration: none !important;	
	float: left;
	display: block;
}

.news_title strong {
	font-weight: normal;
}

.news {
	text-align: left;
	float: left;
	width: 470px;
	margin-left: 10px;
	margin-top: 10px;
}

.news p {
	margin-left: 0 !important;
}

.container {
	width: 560px;
	float: left;
	margin-top: 20px;
}

.news_link {
	float: left;
	margin-bottom: 1px;
	width: 470px;
}

.news_image {
	float: left; 
	margin-right: 10px;
	padding: 4px;
}

/* Gallery */

#slideshow {
	margin-left: 20px;
}

.top1_number {
	font-size: 250%;
}

.thumb_link {
	text-decoration: none !important;
}

.cat_list {
	margin-bottom: 20px;
}

.cat_list li {
	list-style-type: none;
	width: 500px;
	float: left;
	margin-bottom: 20px;
}

.cat_list li.sub {
	margin-left: 70px;
	margin-top: 0;
	margin-bottom: 10px;
	width: 410px;
	padding-left: 20px;
	background: left center no-repeat url(../images/parent.gif);
}

* html .cat_list li.sub {
	margin-left: 50px;
}

.cat_list_img {
	float: left;
	border: 1px solid black !important;
	margin-right: 10px;
}

.cat_list li h2 {
	margin: 0;
}

.cat_list_info {
	float: left;
}

.cat_list_text {
	font-size: 80%;
}

#random_img {
	border: 1px solid black !important;
	margin: 15px;
}

/* Comments */

#comment_form {
	margin-left: 20px;
}

.comment {
	border-bottom: 1px dotted #DFEDFF;
}

/* Pinboard */

.pinboard {
	text-align: left;
	float: left;
	width: 480px;
	margin-left: 40px;
	margin-top: 10px;
	background: no-repeat url(../gfx/gb_bg.jpg);
	padding: 25px 0 10px 20px;
}

/* GBook */

.gbook {
	text-align: left;
	float: left;
	width: 480px;
	margin-left: 40px;
	margin-top: 10px;
	padding: 25px 0 10px 20px;
}

/* Navigation */

#navigation td {
	line-height: 180%;
	color: white;
	width: 150px;
}

#navigation td a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	border-bottom: 2px solid #396F11;
	color: white;
}

#navigation td a:hover {
	background: #396F11;
	color: #e16106;
}

.active {
	font-weight: bold;
}

/* Search */

strong.highlight {
	color: red;
}
