/*
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

*/



body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#00B294;
	color:#666666;
}
.newround{width:150px;
height:112px;}
td{vertical-align: top;}
#container {
	width:900px;

	margin:30px auto 0px auto;
	background-color:#ffffff;
	padding:10px;
}
img  {
	border:0px;
}
#header {
	background-image:url('images/header.jpg');
	background-repeat:no-repeat; 
	width:900px;
	height:83px;
	padding-top:120px;
	color:#ffffff;
	
}

#logo {
	width:273px;
	height:57px;
	position:absolute;
	margin:-105px 0px 0px 15px;
}

#address {
	width:150px;
	float:right;
	text-align:right;
	color:#ffffff;
	margin:-105px 15px 0px 0px;
}


.piclinks {
	display:block; height:25px;
		text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	font-size:medium;

}


#home_table {
	width:100%;
	text-align:center;
}

#left {
	width:550px;
	margin-top:70px;
}
.singlepost {
	
	margin-top:70px;
}

#right {
	float:right;
	width:280px;
	margin-top:70px;
	margin-right:10px;
}
#right h1 {  font-size:18px; }
h1 {
	color:#ffffff;
	margin:0px;
	background-color:#00B294;
	padding:5px;
	text-transform:uppercase;
	font-size:22px;
	font-weight:normal;
}

#footer {
		background-color:#00B294;
		width:100%;
		height:20px;
		color:#ffffff;
		margin-top:20px;
}

#footer table {
	width:880px;
	margin-left:10px;
}

#footer table a {
	color:#ffffff;
	text-decoration:none;
}

#footer table a:hover {
	text-decoration:underline;
}
.alignleft{ max-height: 367px;
   max-width: 647px;}
