/* 
	Theme Name: Leonejo
	Theme URL: http://leonejo.comoj.com
	Description: Leomejo Theme is the simple basic layout style for any webpage, header, main content and footer.
	Author: Leonejo
	Author URI: http://leonejo.comoj.com
	Version: 1.0
	
	Please read the theme's FAQ page at http://leonejo.comoj.com/faqs for licensing agreements.

	Changelog:
		v1.0 - 10.12.07
		First Release of Leonejo Blog
*/

body {
    background-color: #999999;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

span#title{
	font-size:18px;
	font-weight: bolder;
}

h1 {
	font-size:18px;
	font-weight: bolder;
}

h2 {
	font-size:14px;
	font-weight: bolder;
}

div#content{
	
	width:100%;
	align:center;
}

div#outer {
	width: 1024px;
    border: thin solid #000000;
	background: #8F8E8E url(bg.jpg) center repeat-y;
}

div#header {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

div#main {
	background-color:#FFFFFF;
	text-align:left;
    margin-left: 50px;
	margin-right:50px;
	margin-top: 1px;
	margin-bottom:1px;   
	padding-left:10px; 
	padding-right:10px; 
}

div#footer {
    margin: 0px;
}

.azul {
	color: #0033CC;
}

.imgleft {
float: left;
clear: left;
margin-right:10px;
}

.imgright {
float: right;
clear: right;
margin-left:10px;
}

.justify{
	text-align:justify;
}
