* { margin: 0px; padding: 0px; border: none; }
/*
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
*/

a:link { color: #f1e3c5;	text-decoration: underline; } 
a:visited { color: #f1e3c5; text-decoration: underline; } 
a:active { color: #f1e3c5; text-decoration: underline; } 
a:hover { color: #4876FF; text-decoration: underline; }

a.menu:link { color: #ffffff;	text-decoration: none; } 
a.menu:visited { color: #ffffff; text-decoration: none; } 
a.menu:active { color: #ffffff; text-decoration: none; } 
a.menu:hover { color: #ba2c3c; text-decoration: none; }

/* General Styles ================================================================*/

body {
	background-color: #000000;
	font: 11px Arial Narrow, Helvetica, sans-serif;
	line-height: 20px;
	color: #f1e3c5;
	}

.clear {
	clear:both;
	}

.container {
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top: 10px;
	width: 780px;
	height: 540px;
	border: 1px solid #000000;
	background: #000000;
	}
	
	.footer {
	position: absolute;
	left: 40%;
	top: 550px;
		
	}

/* pieces ================================================================*/
.col-a, .col-b {
	float: left;
	}

.a {
	background-color: #000000;
		width: 300px;
	height:580px;
	border-right: 1px solid #000000;
	}
	

.b {
	background-color: 000000;

	width: 359px;
	height: 300px;
	border-right: 1px solid #000000;
	cursor: pointer;
	}
	
.c {
	background-color: #202020;
	width: 419px;
	height: 500px;
	border-left: 1px solid #000000;
	}

.d {
	background-color: #202020;
		width: 419px;
	height: 40px;

	cursor: pointer;
	}
	
/* positions ================================================================*/
.c blockquote {
	padding: 30px 30px 0px 30px;
	margin: 0px 0px 0px 0px;
	}

.c .header {
	font-size: 11x;
		font-family: Arial Narrow, Trebuchet, Serif;
	letter-spacing: 1px;
	text-transform: capitalize;
	}
	
.c .header2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, Trebuchet, Serif;
	letter-spacing: 0px;
	text-transform: capitalize;
	}

.br {
	background-image:  url(file:////Documents%20and%20Settings/Amber/My%20Documents/senorita/images/linebreak.gif);
	background-repeat: no-repeat;
	height: 3px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 25px 0px;
	}
	
.br2 {
	background-image:  url(file:////Documents%20and%20Settings/Amber/My%20Documents/senorita/images/linebreak.gif);
	background-repeat: no-repeat;
	height: 3px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 10px 0px;
	}

.c img {
	float: left;
	margin: 0px 12px 7px 0px;
	border: 1px solid #000000;
	}
	
.sub-nav {
	margin: 0px 0px 15px 0px;
	}
/* Table ================================================================*/
.table td {
	padding: 0px 0px 5px 0px;
	vertical-align: top;
	}
	
/* ThickBox ================================================================*/
.myOnPageContent {
	visibility: hidden;
	}

/* p ================================================================*/
p.indent {
	text-indent: 35px;
	padding: 0px 0px 20px 0px;
	}
	
p.indent2 {
	text-indent: 10px;
	padding: 0px 0px 20px 0px;
	}
	
p.indent3 {
	text-indent: 0px;
	padding: 0px 0px 20px 0px;
	}
	
p.indent4 {
	text-indent: 35px;
	padding: 0px 0px 0px 0px;
	}

p.grey {
	color: #888888;
	}
