body 
{
    background:#FFFFFF url("../img/redcornerwhite5.gif") repeat;
    font-family:"Arial Narrow", Arial, Verdana, Sans-Serif;
    margin:0;
    padding:0;
}

#logoheader 
{
    background-color:#CE0809;
    width:100%;
    height:40px;
    position:absolute;
    top:10px;
    left:0px;
    padding-top:10px;
    padding-bottom:10px;
}
    
#content
{
    width:100%;
    position:absolute;
    top:80px;
    left:0px;	
}

#blog
{
	float:left;
	width:43%;
	padding:10px;
	}
	
#nav
{
	float:left;
	width:10%;
	text-align:center;
	}
	
#extra
{
	float:left;
	width:43%;
	padding:10px;
	}
	
#photos
{
	width:100%; 
	text-align:center;
}

#post 
{
	border:1px solid #CCCCCC;
}

#posthead
{
	width:100%;
	height:auto;
	background-color:#CCCCCC;
	padding-top:2px;
	padding-bottom:2px;
}

#postfooter
{
	width:100%;
	height:auto;
	background-color:#CCCCCC;
	padding-top:2px;
	padding-bottom:2px;
}

p, li
{
    line-height:26px; 
    margin-left:2%;
    margin-right:2%;
}


p.posttitle
{
	font-weight:bold;
	font-size:20px;
	text-align:left;
	color:#CE0809;
	line-height:30px;
}

#post img
{
    width:90%;
    margin-left:5%;
    margin-right:5%;
    border:1px solid #CCCCCC;
}

#nav img
{
    border:0;
}

#photos img
{
    border:1px solid #CCCCCC;
}

.commeta {float:left; width:20%; border-right:1px solid #CCCCCC;}
.compara {float:left; width:70%; padding-left:10px;}

a:link {color:#CE0809; text-decoration:none;}
a:hover {color:#666666; text-decoration:underline;}
a:visited {color:#CE0809; text-decoration:none;}
