/*
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
* {margin:0; padding:0;}

body{width:100%; height:100%; background-color:#fff;}
a{color:#000;text-decoration:none;}


/*Main*/
#main{width:1350px; height:auto; position:relative; margin:auto;}

    /*Header*/
	#header{width:1350px; height:130px; position:relative; margin:auto; background-image:url(images/header.jpg);}
	#logo{width:252px; height:129px; position:relative; float:left; background-image:url(images/logo.jpg); background-repeat:no-repeat; margin-left:310px; }
	#menu{width:500px; position:relative; float:right; margin-top:100px; margin-right:250px;}
	#menu li{display:inline; padding-left:25px;}
	#menu ul{font-family:Helvetica; font-size:14px; color:#000;}
	
	
	/*Container*/
	#container{width:1350px; height:500px; position:relative; margin:auto; background-color:#000;}
	#navleft{width:300px; height:210px; position:absolute; float:left; padding-top:50px; padding-left:300px;}
	.navtab1{width:240px; height:196px; float:left;background-image:url(images/estetica.jpg);}
	.navtab2{width:240px; height:196px; float:left;background-image:url(images/estetica.jpg); margin-top:20px;}
	#navright{width:330px; height:471px; float:right; background-image:url(images/right.jpg); background-repeat:no-repeat; padding-right:300px;}
	
	
	/*Footer*/
	#footer{width:1350px; height:130px; position:relative; margin:auto; background-image:url(images/footer.jpg);}
