.sidebar_module
{
	/*-moz-border-radius: 4px;*/
	float: left;
	background-color: #EA0000;
	font-family: "Century Gothic", "Apple Gothic", Arial, Verdana, Helvetica, sans-serif;
	font-size: 0px;
	color: #FFFFFF;
	margin-bottom: 10px;
	width: 155px;
}

.sidebar_content
{
	margin: 10px;
}

/* Height of 1 module grid */
.sidebar_height1
{
	height: 65px;
}

.sidebar_height2
{
	height: 140px;
}

.sidebar_height4
{
	height: 290px;
}

.sidebar_height6
{
	height: 440px;
}


.sidebar_module h1 {
	font-weight: bold;
	font-size: 10pt;
	background-color: inherit;
	color: #FFFFFF;
}

.sidebar_module h2 {
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
}

.sidebar_module ul {
	list-style: none;
}

.sidebar_module ul li
{
}