/* This is the style of your browser text */

body {
	font-family: Arial, Verdana, sans-serif;
	color: #DAA3F6;
	background-color: #470C5A;
	background-attachment: fixed;
	font-size: 14px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	text-align: center;
	scrollbar-face-color: #470C5A;
	scrollbar-highlight-color: #470C5A;
	scrollbar-3dlight-color: #DAA3F6;
	scrollbar-darkshadow-color: #DAA3F6;
	scrollbar-shadow-color: #DAA3F6;
	scrollbar-arrow-color: #DAA3F6;
	scrollbar-track-color: #470C5A;
	}

p {
	margin: .5em 0 1em 0;
}

a:link, a:visited {
	text-decoration: none;
	border-bottom:1px dashed;
	color: #E066FF;
	}
	
	a:active, a:hover {
	text-decoration: none;
	border-top:1px solid;
	border-bottom:1px solid;
	color: #FFFACD;
	
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	text-align: center;
	font-size: 65px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2 {
	font-size: 40px;
	display: inline;
}

h3 {
	font-size: 20px;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 20px;
}

#principal {
	width: 740px;
	height: 100%;
	margin: 0 auto;
	border-left: 3px #FFFACD double;
	border-right: 3px #FFFACD double;	
	background-color: #470C5A;
	}

#main {
	margin: 40px 20px 0 20px;
	border-top: 1px solid #FFFACD;
	text-align:justify;
	padding: 20px 0 20px 0;
	}

#left {
	float: left;
	width: 150px;
	margin: 0 20px 14px 0;
	background-color: #470C5A;
	border-right: 1px dashed #FFFACD;
	font-size: 14px;
	text-align: center;	
}


#right {
	float: right;
	width: 120px;
	margin: 0 0 14px 20px;
}

#center {
    
}

#pullquote {
	float: right;
	margin: 0 0 .4em 1em;
	width: 145px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 20px;
	line-height: 1.3em;
}

#creditos {
	color: #FFFACD;
	font-size: 11px;
	text-align: center;
	margin: 5px 0 10px 0;
}