body {
	margin:0;
	padding:0;
	border:none;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
	color:#333333;
	text-align:center;
}

#page {
	width:750px;     
	margin:0 auto;
	text-align:left;
	background:#ffffff;
	border: #000000 1px solid;
}

#top {
	height:150px;
}

#sep_black_20 {
	height:20px;
	background:#000000;
}

#sep_black_5 {
	height:5px;
	background:#000000;
}

#nav {
	margin-left: 10px;
	margin-right: 10px;
}

#principal {
	margin:0 auto;
	text-align:left;
	background:#ffffff;
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	height:50px;
	text-align:center;
	background:#cccccc;
}

a:link {
	color: #ff3300;
	text-decoration: none;
}

a:visited {
	color: #ff3300;
	text-decoration: none;
}

a:hover {
	color: #ff3300;
	text-decoration: underline;
}

a:active {
	color: #ff3300;
	text-decoration: none;
}

ul, ol {
	margin:0;
	padding:0;
	list-style:none;
}

h1, h2, h3 {
	margin: 0.8em 0;
	color:#ff3300;
	font-size:1.4em;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.0em;
}
	
.dest {
	color:#333333;
}
	