/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

html,body {
	margin: 0px;
	padding: 0px;
	background-color: #346633;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-x;

	
}

a{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#346633;
}
h1{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#346633;
}
h2{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
h3{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
p{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
}
ul{
	margin-top:0px;
	margin-bottom:0px;
}
li{
	font-family: Verdana, Helvetica, sans-serif;
}
img{
border:0;
}
	#divBody{
		text-align:center;
		width:100%;

	}
	#divContent{
		width:866px;
		background-image:url(/images/c_bg.gif);
		margin:auto;
		margin-top:20px;
	}
	#divTopNaviLine{
	}
	#divTopNavi{
		margin-left:7px;
		margin-right:9px;
		background-image:url(/images/t_bg.gif);
		background-repeat:repeat-x;
		height:30px;
		padding:0;
	}
	#divFlash{
		margin-left:5px;
		margin-right:7px;
		padding:0;
	}
	#divText{
		margin-left:40px;
		margin-right:7px;
		margin-top:10px;
		margin-bottom:50px;
		padding:0;
	}
	#divInfo p {
		color:#666666;
		font-size:11px;
		padding-bottom:20px;
	}
	#divInfo img {
		padding-bottom:5px;
	}
	.tdLeft{
		width:380px;
text-align:left;
	}
	.tdRight{
		width:380px;
text-align:left;
	}
	.pics{
		margin-right:6px;
	}

.menu-wrapper  {
         background-image:  url();   
          background-repeat:  repeat;
          text-align:left;
	 list-style-type: none;
	 margin: 0px; 
         color:#000000;
         margin-left:-42px;   

	}
	.menu-wrapper li {
	 display: block;
	 float: left;
         font-weight:bolder;
	 border-right: 2px solid #ffffff;
	 padding: 1px 8px 1px 8px;
          list-style-type: none;
          text-align:center;
	}
		.menu-wrapper li a {
			text-decoration: none;
			color: #000000;
                        text-align:center;
		}
		.menu-wrapper .current_page_item {
			background-color:;
			 border-right: 2px solid #ffffff;
			margin-left: -1px;
                        text-align:center;
		}
		.menu-wrapper .first {
			margin-left: -0px;
                        text-align:center; 
		}
		.menu-wrapper .current_page_item a {
			color:black;
                        text-align:center;
		}