﻿/* hello, you know you're not supposed to be here, right? */

/* links */

a:link {
	color: #7D576B;
	border-bottom: #7D576B;
	}
a:visited {
	color: #7D576B;
	border-bottom: #7D576B;
		}
a:hover {
	text-decoration: none;
	color: #7D576B;
	}

/* the body text, margins and pretty scrollbars for ie cause I'm shallow */

body, table, td, tr {
	font: 12px Trebuchet MS;
	color: #404040;
	}

body {
	margin-top: 0px; 	}

/* forms */

form {
	background-color: transparent;
	}

input, textarea, option, select {
	background-color: #DCCDD5;
	font: 9px Trebuchet MS;
	color: #000000;
	letter-spacing: 0px;
	border: 1px solid #000000;
	padding: 2px; }



/* side */

.content{
	padding-right: 5px;
	padding-left: 5px;
	}
	


a img {
	border: none;
}


	
	
/* headers */

h5 {
	font: 10px Trebuchet MS;
	letter-spacing: 5px;
	color: #7D576B;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #DCCDD5;
	border-left: 7px solid #DCCDD5
	}

h3, h4 {
	font: 13px Trebuchet MS;
	letter-spacing: 5px;
	color: #7D576B;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #DCCDD5;
	border-left: 7px solid #DCCDD5
	}
	
.style1 {
	background-image: url('images/eliza_left.jpg');
}
.style2 {
	background-image: url('images/eliza_content.jpg');
}
.style3 {
	background-image: url('images/eliza_right.jpg');
}
