/*
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 */
body {
	font-size: 12px;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Sans-Serif;
	background: #046aca url('body_bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
	color: #666;
	text-align: center;
	}
#page {
	width:1004px;
	text-align: left;
	margin:0 auto;
	}

/*index page */
.menu{font-family:Arial; font-size:28px; font-weight:bold; color:#ffd200; padding-bottom:8px;}
#topbanner{width:1004px; height:145px; clear:both;}
#menubar{width:1004px; clear:both;}
.mdiv{width:284px; height:222px; background-image:url('3bg.jpg'); overflow:hidden; text-align:center; padding-top:15px;}

.f14b{ color:#ff9900; font-size:14px; font-weight:bold}

.f30{font-weight:bold; color:#fff; font-size:30px;}
.f18{color:#fff; font-size:18px; font-style:italic; line-height:40px;}
.f14{color:#fff; font-size:14px;}

#content {
	font-size: 1.2em
	}

