body
{
	font: 84%/1.6 arial, helvetica, sans-serif;
	color: #e0ffff;
	background-color: #ff64a6; /* pink*/
	padding: 0;
	margin: 0;
	min-width: 750px;
}



.dreamies #header {
	background-image: url(../img/headerB.jpg) ;
	/*background: left no-repeat;*/
	height: 200px;
	width: 100%;
	/*position: absolute;
	z-index: 2;*/
	top: 0px;
	left: 0px;
}


p #altura {
	position: absolute;
	border: 0;
	font-size: 1px;
}

#altura {
	z-index: 3;
	right: 0;
	height: 200px;
	width: 375px;
	/*background: url(liz.png) right no-repeat;*/
}

/*content box*/
#container
		{
			margin: 0;
			background-color: #fef2ae; /*green 9bcd5a  2f4f4f*/
			padding-left: 150px;
			padding-right: 50px;
			position: relative;
			overflow: hidden;
		}
		
#container .column {
  
  float: left;
	padding-bottom: 20000px;   
	margin-bottom: -20000px;
	
}
		
#contentcolumn{
background: url(../img/roundedcornr_775147_tl.png) no-repeat left top;
background-color: #fef2ae; 
padding-top: 1em;
padding: 10px 20px;
width: 80%;
}

.innertube{
margin-left: 10px; 
margin-top: 0;
}			


#leftcolumn{
position: relative;
width: 130px;          
padding: 0 10px;
margin-left: -100%;
background: #8fbc8f;
left: -190px;
}
#rightcolumn {

width: 130px;   
padding: 0 10px;       
margin-right: -190px;  
}
		
/*end content box*/		

/*navigation*/

div.content {
    background-color: #c3a6de; /*purple*/
    border: #c3a6de solid 1px;
    clear: left;
    padding: 10px;
	color: #008;
}

ol#toc {
      float:left;
      width:80%;
      font-size:100%;
      line-height:normal;
    height: 2em;
    list-style: none;
    margin: 10px 100px 0px  100px;
    padding: 0;
	min-width: 600px;
}

ol#toc a {
    background: #c3a6de url(../img/tab_purple_hover.gif);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #c3a6de;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li.current a {
    background-color: #c3a6de;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(../img/tab_purple_hover.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}
/*end naviagation*/




.dreamies caption {
	padding: 0 0 5px 0;
	width: 300px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
/*
.dreamies th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 10px 10px 12px;
}

.dreamies td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #c3a6de;
	padding: 4px 4px 4px 12px;
	color: #4f6b72;
}
.dreamies td.alt {
	background: #c3a6de;
	color: #797268;
}
.dreamies td.alt a {
	color: #797268;
}
.dreamies td.alt a:visited {
	color: #797268;
}*/

#contenttable {
	background: #c3a6de;
	border:0px;
	}

#topstripe{
clear: both;
height: 35px;
width: 100%;
background: #c3a6de;

}
/*end round content*/
	 
#footer{
clear: both;
position: relative;
width: 100%;
height: 50px;
background: #4a4a4a;
color: #e0ffff;
text-align: center;
padding: 4px 0;
padding-top: 1em;
font-size:10px;
}

/*menu left*/
#leftcolumn{
position: relative;
width: 130px;          
padding: 0 10px;
margin-left: -100%;
background: #8fbc8f;
left: -190px;
}

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 150px;
padding-top: 0px;
margin-left: -10px;
margin-top: 40px;
background-color:#8fbc8f;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
}
#vertmenu .on {
background-color: #caeaca;
font-weight: bold;
}

#vertmenu .sub {
background-color: #000000;
text-indent: 20px;
}
#vertmenu .subon {
background-color: #333333;
font-weight: bold;
text-indent: 20px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu li {
margin: 0px;
padding: 0px;
}

#vertmenu li a {
font-size: 90%;
display: block;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
padding: 4px 0px 2px 4px;
text-decoration: none;
color: #000000;
width:146px;
}


#vertmenu li a:hover, #vertmenu li a:focus {
color: #000000;
background-color: #e0ffff;
font-weight: bold;
width: 152px;
}	

/*** IE6 Fix***/

* html #leftcolumn {
  left: 10px; 
  float: left;
}
*html>body #leftcolumn {
margin-left: -120%;

}
* html #vertmenu {
  margin-right: -10px;
	         
} 
/*contact us page*/
#HelpForm_Form  {
	border: 1px solid #c3a6de;
	margin: 2px;
}

/*end round content*/





