﻿/* CSS layout */
#left_border {
    height: 990px;
	margin-right: 0px;
	width: 32px;
	display: inline;
	float: left;
	background-image: url('../images/border/lb_32x1.jpg'); 
	background-repeat:repeat-y;
}
#right_border {
	height: 990px;
	width: 35px;
	background-image: url('../images/border/rb_35x1.jpg'); 
	background-repeat:repeat-y;
	float:left;
}
#middlecontent {
    overflow:auto;
    height:883px;
}

#Content2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}

.col1 {
	width: 370px;
	height: 725px;
	float:left;
}

.col2 {
	height: 725px;
	float:left;

}
.col3 {
	position: relative;
	height: 725px;
	background-color: transparent;
	float: left;

	}

.moonCycles{
	height: 100px;
	padding: 0em 0 1em 0;
	background-color:lime;
}

.ut_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #34633e;
	line-height: 22px;
}
.retrogrades{
	height: 100px;
	width: 145px;
	padding: 0em 0 0em 0;
}
.luminaries{
	height: 100px;
	width: 145px;
	margin: 0em 0 5em 0;
}
.charts{
	height: 150px;
	padding: 0;
}


.futureDate {
	font-style: italic;
	}
	
