* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 89%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #dbc9bb;

}

#outer	{
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 5px;
	margin-left:-385px;
	margin-top:-220px;
	width: 770px;
	height:440px;
	background: #fff url(img/contentBg.gif) top left repeat-y;
         	border-bottom: 1px solid #CEBDB0;  
}
#page	{

	height: 430px;
	width: 760px;
	padding:10px 0 5px 10px;
	color: #900;

}
#header	{
	position: absolute;
    top: 0px;
    left: 10px;
	height: 66px;
	width: 740px;
	border-bottom: 1px solid #900;
	background:url(img/ellen_torres_logo.gif) top left no-repeat;
}

#col_1 {
	position: absolute;
	top: 80px;
	width: 230px;
}
#col_2 {
	position: absolute;
	top: 80px;
	left: 275px;
	width: 220px;
	float: right;
}

#col_3	{
	position: absolute;
	top: 90px;
	left: 530px;
	width: 208px;
	border: 1px solid #900;
	padding: 5px;
	background:url(img/letter.gif) top right no-repeat;
}

#footer	{
	position: absolute;
	top: 378px;
	margin-right: 10px;
}
img	{
	padding-bottom: 10px;
	padding-left: 30px;
}
h1	{
	margin-left: -2000px;
	font-size:18px;
}
h2	{
	margin-left: -2000px;
	font-size: 16px;
}
h3	{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
h4	{
	padding-top: 5px;
	font-size: 12px;
	}
p, li, td {
	font-size: 12px;
}
ul	{
	margin: 5px 0;
	}
ul	li{
	list-style: none;
	font-weight: bold;
	margin-bottom: 5px;
}
li ul li {
	font-weight: normal;
	list-style: circle;
	list-style-position: inside;
}
.strong 	{
margin-top: 5px;
}
