body {
	text-align: left;
	line-height: 1.5em;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, sans-serif;
	font-size: 12px;
	color: #616161;
	background-color: #000000;
}

h5{
	color: #990000;
	font-weight: bold;
}

table {
	vertical-align: top;
	width: 100%;
}

tr, td{
	vertical-align: top;
}

td{
	padding: 3px;
}

th{
	text-align: center;
	font-weight: bold;
	color: #000000;
	padding-bottom: 3px;
}

a{
	text-decoration: underline;
	color: #333333;
}

p{
	margin-bottom: 1.5em;
}

img{
	vertical-align: top;
}
#maincontainer{
	width: 960px;
	margin: 0 auto;
}

#header{
	height: 175px;
	background: #000000 url(../images/ellana_header_bg.jpg) top center no-repeat;
	padding-top: 40px;
}

#mid{
	background: #000000 url(../images/ellana_left_bg.jpg) top left repeat-y;
}

#mid_left{
	padding: 10px 10px 35px 10px;
	width: 190px;
	float: left;
	text-align: right;
}

	#mid_left h3{
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 15px;
		color: white;
	}
	
	#mid_left ul{
		line-height: 30px;
	}

	#mid_left a{
		color: white;
		text-decoration: none;
	}
	
	#mid_left a:hover{
		text-decoration: underline;
	}
	
	#mid_left .left_section{
		border-top: 1px dashed #FFFFFF;
		padding: 10px 0;
	}
	
#breadcrumb{
	float: right;
	width: 740px;
	height: 30px;
	color: white;
	background-color: #000000;
	font-weight: bold;
}

	#breadcrumb a{
		color: white;
		text-decoration: underline;
	}
	
	#breadcrumb a:hover{
		text-decoration: underline;
	}
	
#mid_right{
	width: 720px;
	float: right;
	padding: 10px;
	background: #ffffff url('../images/body.jpg');
	min-height: 700px;
}

	#mid_right #navlinks{
	
	}
	
	#mid_right #content{
		
	}
	
	#mid_right #content td{
		border-top: 1px solid #333333;
		padding: 10px 3px;
	}
	
	.contentbox{
		width: 350px;
		height: 270px;
		background-color: #FFFFFF;
		float: left;
		margin: 5px;
		position: relative;
		color: #333333;
	}
	
		.contentbox .morebutton{
			position: absolute;
			background: url(../images/more.jpg) top right;
			height: 38px;
			width: 75px;
		}
		
		.contentbox h4{
			line-height: 20px;
			color: #FFFFFF;
			background-color: #000000;
			padding: 5px;
			text-align: center;
			font-size: 14px;
			text-transform: uppercase;
			font: Arial, Helvetica, sans-serif;
		}
		
	.round{
		background-color: #FFFFFF;
		border: 1px solid #ffffff;
		padding: 10px 10px 35px 10px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		-opera-border-radius:8px;
		-khtml-border-radius:8px;
		border-radius:8px;
		min-height: 650px;
	}

#footer{
	clear: both;
	padding: 15px;
	background: #000 url('../images/footer.jpg') bottom center;
	margin-bottom: 10px;
}

	#footer #footer_left{
		float: left;
	}
	
	#footer #footer_right{
		text-align: right;
		float: right;
	}
	
	#footer a{
		color: #ffffff;
		text-decoration: none;
	}
	
	#footer a:hover{
		text-decoration: underline;
	}

.white{
	color: #ffffff;
}

.spacer{
	clear: both;
}



.b1{
	position: absolute;
	background: url(../images/more.jpg) top right;
	height: 38px;
	width: 75px;
	bottom: 15px;
	right: 20px;
}

.b2{
	position: absolute;
	background: url(../images/more.jpg) top right;
	height: 38px;
	width: 75px;
	bottom: 15px;
	left: 80px;
}

.b3{
	position: absolute;
	background: url(../images/more.jpg) top right;
	height: 38px;
	width: 75px;
	bottom: 143px;
	right: 20px;
}

.b4{
	position: absolute;
	background: url(../images/more.jpg) top right;
	height: 38px;
	width: 75px;
	bottom: 143px;
	left: 80px;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.dropdown{
	font-size: 11px;
}

.small{
	font-size: 10px;
	vertical-align: top;
}