/* html redefinition */



html {
	}

html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #f6d3e6; 
	background-color: #1b000f;
	text-align: center;
	}

body {
	margin-top: 93px;
	}
	
a {
	color: #6c0036;
	text-decoration: none;
	}

a:hover {
	color: #ff63c2;
	text-decoration: none;
	}

/* id */

#content {
	margin-top: 5px;
	width: 742px;
	border: 1px solid #6c0036;
	padding-top: 5px;
	padding-right: 5px;
	/* background-color: #5a0b34; */
	}

#credit {
	float: right;
	right: 20px;
	text-align: right;
	color: #341829;
	}
	#credit a {
		color: #37001f;
		}
	#credit a:hover {
		color: #fff;
		}

#creditholder {
	position: absolute;
	bottom: 10px;
	width: 743px;
	left: 50%;
	margin-left: -366px;
	}

#left {
	float: left;
	padding-left: 20px;
	line-height: 14px;
	text-align: left;
	}
	#left p {
		width: 235px;
		min-height: 100%;
		}
	
#logoholder {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	width: 116px;
	height: 56px;
	background-image: url('images/ellalogo.gif');
	}

#nav {
	height: 44px;
	width: 749px;
	border-bottom: 1px solid #6c0036;
	margin-bottom: 37px;
	/* padding-top: 21px; */
	text-align: right;
	margin-left: -1px;
	}
	#nav a:link, a:visited {
		font-weight: bold;
		}
	#nav a:hover {
		color: #e15fa5;
		font-weight: bold;
		}

#subnavpage #nav {
	margin-bottom: 10px;
	}
#subnav {
	margin-bottom: 11px;
	padding-top: 20px; /* Remove me if you add a 2nd line of nav */
	text-align: right;
	line-height: 20px;
	}
	.ff2 #subnav {
		margin-bottom: 11px;
		}
	#subnav a:link, #subnav a:visited {
		margin-left: 20px;
		font-weight: normal;
		}

#right {
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	width: 466px;
	border-left: 1px solid #6c0036;
	padding-left: 5px;
	}
	
#wrapper {
	margin: 0px auto;
	width: 748px;
	height: 277px;
	/* border-top: 1px solid #5a0b34; */
	/* border-bottom: 1px solid #5a0b34; */
	}



/* class */
	
.clear {
	clear: both;
	}
.alignright {
	text-align: right;
	}
	
.description {
	width: 749px;
	text-align: right;
	line-height: 14px;
	margin-bottom: 10px;
	}

.vr {
	margin-left: 16px;
	margin-right: 16px;
	}

.black {
	color: #f6d3e6;
	}
	
.normal {
	color: #6c0036;
	}


/* Browser Fixes */

/* IE */

.ie #left {
	padding-top: 10px;
	}
	
.ie #right {
	padding-bottom: 5px;
	margin-bottom: -5px;
	}

.ie #ienest {
	padding-top: 10px;
	}

.ie .smalltop {
	margin-top: -7px;
	}
	
	



