/*
	Name: default.css
	Site: www.lisbetfriis.com
	Author: Thomas Bertram
	Last Revisited: 12 feb. 2006
*/


body {
  text-align: center;
  margin:0px auto;  
  color:#E50A0F; 
}

a,a:visited,a:link {
  text-decoration:none;
  color:#E50A0F;
}

a:hover {
  text-decoration:none;
  color:#00BFF3;
}

h1 {
  font-size:20px;
  font-weight:normal;
  margin:0px 0px 0px 0px;
}
h2 {
  font-size:10px;
  font-weight:normal;
  margin:0px 0px 0px 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin:0px;
}


/*
	Clases
*/

.red {  
  color:#E50A0F;
}

.blue {
  color:#00BFF3;
  font-weight:bold;	
}
.blueLight {
  color:#00BFF3;
}


/*
	Divs
*/

#main {
	width:850px;
	margin:0px auto;
  font-family: Helvetica,Arial,Verdana;
  font-size:12px;
}

#leftMenu{
  width:270px;
  float:left;
  text-align:left;
}

#content{
  width:575px;
  margin:0px 0px 0px 5px;  
  float:left;
  text-align:left;
}