<!--Force IE6 into quirks mode with this comment tag-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Antonio: Left Frame Layout</title>
<style type="text/css">

body{
	margin:0;
	padding:0;
	text-align: left;
	font-family: "Arial", Helvetica, sans-serif;
}

p.colorline{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 20px;
	background-color: #0B1314;
	border-bottom: 3px solid #FCFAD5;
}

#header{
	text-align: left;
	font-size: .8em;
	height: 90px;
	border: 1px solid #666;
	padding: 0;
}
#header div{
	height: 72px;
	margin: 8px;
	border: 1px solid #ddd;
	padding-left: 25px;
}
#header h1{
	margin: 8px 0 8px 0;
	padding: 0;
}	
#header h3{
	padding: 0;
	margin: 0 0 5px 0;
}

/* Left Content */

#left{
        position: absolute;
	width: 294;
	font-family: "Arial", Helvetica, sans-serif;
}

#left h1{
	font-size: 1.4em;
	color: #FFFAF0;
}
#left h2{
	font-size: 1.2em;
	color: #FFFAF0
}
#left h3{
	font-size: 1.1em;
}
#left h4{
	border-bottom: 1px solid #FFFAF0;
}
blockquote{
	border-top: 2px solid #0B1314;
	border-bottom: 2px solid #0B1314;
	background: #F5F5DC url (quote.gif) no-repeat;
	margin-top: 15px;
	padding: 0 25px 0 25px;
	font-size: .9em;
}

/* Right content */

#right{
        position: absolute;
	left: 300;
	overflow: auto; 
	font-family: "Arial", Helvetica, sans-serif;
        background:#F5F5DC;
	margin-left: 30px;
	margin-right: 30px;   
}

.innertube{
	margin: 15px; 
}

.block{
	border-top: 2px solid #F5F5DC;
	border-bottom: 2px solid #F5F5DC;
	background-color: #F5F5DC;   
	margin-top: 15px;
	font-size: .9em;
}
a{
	color: #0000CD
;	
}
a:hover{
	color: #1901A6;
	text-decoration: underline;
}
.block a{
	text-decoration: none;
}
h1, h2, h3, h4{
	color: #4169E1;
}
.block ul{
	list-style-image: url(arrow.gif);
}
.block li{
	line-height: 1.3em;
}
.block p{
	padding: 0 10px 5px 10px;
}
.block strong{
	position: relative;
	top:6px;
	left: 10px;
}

/* 
	Footer
*/
#footer{
	clear: both;
	font-size: .8em;
	border-top: 1px solid #7B1314;
	padding-top: 3px;
	text-align:center;
	font-family: "Arial", Helvetica, sans-serif;
}

