#left_sub
{

	float:left;
	padding:20px;
	width:219px;

}

#left_sub h1
{
 	font-family:"Georgia";
    font-size:15pt;
    font-weight:Normal;
    padding-top:5pt;
    padding-bottom:4pt;
    color:#333;
}

#left_sub ul
{
    font-size:8pt;
    font-weight:Normal;
    text-transform:uppercase;
    text-decoration:none;
}

#left_sub a
{
    text-decoration:none;
}

#left_sub a:hover
{
    text-decoration:underline;
}


#right_sub
{

	float:right;
	width:549px;
	padding:20px 20px 20px 20px;
	
	
}

#right_sub h1
{
 	font-family:"Georgia";
    font-size:18pt;
    font-weight:Normal;
    text-align:center;
}

#right_sub h2
{
 	font-family:"Georgia";
    font-size:14pt;
    font-weight:Normal;
    text-align:center;
    font-style: italic;
    color:#333;
}

#discover_list
{
margin-top:20px;
}

#discover_list h1
{
 	font-family:"Georgia";
    font-size:14pt;
    font-weight:Normal;
    text-align:center;
    color:#333;
    padding-bottom:0;
    margin-bottom:0;
}

#discover_list h2
{
 	font-family:"Georgia";
 	font-size:12pt;
    font-weight:Normal;
    text-align:center;
    font-style: italic;
    color:#666;
    margin-top:0;
    padding-top:0;
}



/*=MINICALENDAR
-------------------------------*/
.minical {
	clear: both;
	width: 100%;
}
	.minical td {
		padding: 1px 3px 4px;
		text-align: center;
	}
		.minical td a {
			font-weight: bold;
		}
	.minical .full {
		background: #EFEFEF;
		border: 1px solid #ddd;
	}
	.minical caption {
		font-size: 18px;
	}
	
.minical_nav {
	text-align: center;
}
	.minical_nav a.next, .minical_nav h3, .minical_nav a.prev {
		font-size: 20px;
		display: inline;
	}
	
#sidebar .minical_nav h3 {
	font-size: 12px;
	margin: 0;
}
#sidebar .minical_nav a.next, #sidebar .minical_nav a.prev {
	font-size: 20px;
}

/* fix the calendar */
body.calendar td, body.calendar th {
	padding: 2px;
	border-width: 0;
	width: 35px;
	text-align: center;
}
