#mainContent{
	width: 900px;
	float: left;
	padding-top:10px;
	display:inline;
	margin:0px;
	background:#fff;
}

.columnOne
{
	width:215px;
	float:left;
	margin:0px 10px 0px 5px;
	display:inline;
	min-height:250px;
}

.columnTwo
{
	float:left; 
	width:360px; 
	margin:0px 10px 0px 0px;
	display:inline;
	min-height:250px;
}

.columnThree
{
	width:295px; 
	float:left;
	margin:0px 0px 0px 0px;
}

.rowOne
{
	overflow:hidden;
	float:left;
	min-height:200px;
}

.rowTwo
{
	overflow:hidden;
	float:left;
}

.rowThree
{
	margin:0px 5px 0px 5px;
}

h2
{
	margin:0px;
	font-size:140%;
	border-bottom:1px solid #bed1e2;
}

.current
{
	font-weight:bold;
}

.container
{
	float:left;
	width:175px;
}


.recentlyupdated
{
	list-style-type:none;
	margin:0px; 
	padding:0px;
}

.recentlyupdated li
{
	margin:0px;
	padding:0px;
}
.subscription
{
	color:#8D8D8D; 
	font-size:85%;
	font-weight:bold;
	padding:5px 0 3px 0;
	display:block;
}

.subscription img
{
	border:0px;
}


/*Modal Popup*/
.modalBackground {
	background-color:#000000;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup {
	background:#fff;
	border:1px solid #CCCCCC;
	padding:0px;
}

.modalClose
{
	width:400px; 
	background:#fff; 
	height:20px; 
	text-align:right;
	padding:5px;
}
