

div#maincontent {
	width: 624px;
}
#columnmain {
	margin-left: 10px;
	margin-bottom: 1em;
	float: right; 
	width: 230px; 
}
.container {
	border: 1px solid #E0E0E0; 
	margin-right: 240px; 
	background-image:url(../images/main_shadow.jpg); 
	background-repeat: repeat-y;
	margin-bottom: 1em;
}
.container h2 {
	background-image:url(../images/main_title.jpg); 
	background-repeat:repeat-x; 
	color: #2E2775; 
	font-size: 11px; 
	padding-left: 3px;
	margin-bottom: 3px;
}
.container ul {
	margin: 0px;
	padding: 0px;
	
	margin-left: 5px;
	margin-right: 5px;
}
.container p {
	margin-left: 5px;
	margin-right: 5px;
}
.container li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(../images/main_li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 7px;
}
.projects ul {
	margin-left: 3px;
}
.projects li {
	background-image: none;
	padding-left: 0px;
	margin-bottom: 5px;
}
.projects li a {
	width: 220px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.projects li a span {
	display: none;
}
.sponsors ul {
	margin-left: 3px;
}
.sponsors li {
	background-image: none;
	padding-left: 0px;
	margin-bottom: 5px;
}
.sponsors li a {
	width: 220px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.sponsors li a span {
	display: none;
}

#columnmain .container {
	margin-right: 0px; 
}
#columnmain p {
	margin-bottom: 0px;
}
