div#container /*styleRewrite*/ {
	padding-top: 30px;
}

div#container div#flashcontent {
	border: 20px solid #ffffff;
}

/* leftcolumn -----*/

div#main div.leftcolumn {
	float: left;
	width: 380px;
	padding-left: 35px;
}

div#main div.leftcolumn ul.news {
	margin: 20px 0;
	padding: 0 0 3px;
	font-size: x-small;
	background: url("../images/index_news_border.gif") no-repeat bottom;
	list-style-type: none;
}

div#main div.leftcolumn ul.news li {
	margin-bottom: 15px;
	padding-left: 20px;
	background: url("../images/index_news_icon.gif") no-repeat 0 3px;
}

div#main div.leftcolumn ul.news span.date {
	font-weight: bold;
}

div#main div.leftcolumn ul.news a:link { color: #333333; }
div#main div.leftcolumn ul.news a:visited { color: #333333; }
div#main div.leftcolumn ul.news a:hover { color: #ff6600; }
div#main div.leftcolumn ul.news a:active { color: #ff6600; }


/* rightcolumn -----*/

div#main div.rightcolumn {
	float: right;
	width: 490px;
}

div#main div.rightcolumn ul.global {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#main div.rightcolumn ul.global li {
	float: left;
}

div#main div.rightcolumn ul.banner {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#main div.rightcolumn ul.banner li {
	margin-bottom: 10px;
}

div#main div.rightcolumn .profiletitle {
	margin-top: 30px;
	font-size: x-small;
	font-weight: bold;
}

div#main div.rightcolumn ul.profile {
	margin: 0;
	padding-left: 2em;
	font-size: x-small;
	list-style-type: square;
}

