/*
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 */
@charset "UTF-8";
/* CSS Document */

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg)!important;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	height:auto !important;
	
	
}
html
{
  background-image: url(images/bg.jpg)!important;
}

.style1 {color: #69A900}
.style2 {color: #9A1929}
.style3 {color: #69A900;font-size:24px;}

.biopic {
padding-right:30px;
padding-bottom:30px;
}

a:link {
	color: #69A900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #69A900;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #69A900;
}

#top {
width:982px;
}

#topleft {
width:342px;
float:left;
}

#topright {
width:640px;
float:left;
}

#nav {
width:982px;
height:38px;
clear:both;
}

#greenDiv{
width:982px;
height:47px;
clear:both;
}

#greenDiv2{
width:982px;
height:22px;
clear:both;
padding-bottom:20px;
}

#mainContent{
width:822px;
padding-left:80px;
padding-right:80px;
padding-top:30px;
padding-bottom:30px;
background-image:url(images/bg-inner.jpg);
background-repeat:repeat-y;
}

#navcontainer1 a
{
	display: block;
	background-image:url(images/buttons.jpg);
	background-position:  0px 0px;
	width: 243px;
	height:38px;
	float:left;
	
}

#navcontainer1 a:hover
{
	display: block;
	background-image:url(images/buttons.jpg);
	background-position:  0px -38px;
	width: 243px;
	height:38px;
	float:left;
}

#navcontainer2 a
{
	display: block;
	background-image:url(images/buttons.jpg);
	background-position:  -243px 0px;
	width: 284px;
	height:38px;
	float:left;
	
}

#navcontainer2 a:hover
{
	display: block;
	background-image:url(images/buttons.jpg);
	background-position:  -243px -38px;
	width: 284px;
	height:38px;
	float:left;
}

#navcontainer3 a
{
	display: block;
	background-image:url(images/buttons.jpg);
	background-position:  -527px 0px;
	width: 210px;
	height:38px;
	float:left;
	
}

#navcontainer3 a:hover
{
	display: block;
	background-image:url(images/buttons.jpg);
	background-position:  -527px -38px;
	width: 210px;
	height:38px;
	float:left;
}

#navcontainer4 a
{
	display: block;
	background-image:url(images/buttons.jpg);
	background-position:  -737px 0px;
	width: 91px;
	height:38px;
	float:left;
	
}

#navcontainer4 a:hover
{
	display: block;
	background-image:url(images/buttons.jpg);
	background-position:  -737px -38px;
	width: 91px;
	height:38px;
	float:left;
}

#navcontainer5 a
{
	display: block;
	background-image:url(images/buttons.jpg);
	background-position:  -828px 0px;
	width: 154px;
	height:38px;
	float:left;
	
}

#navcontainer5 a:hover
{
	display: block;
	background-image:url(images/buttons.jpg);
	background-position:  -828px -38px;
	width: 154px;
	height:38px;
	float:left;
}
.left 
{
float:left;
width:233px;

}
.right 
{
float:right;
width:435px;

}
