@media screen {

#main {
	clear: both;
	text-align: center;
	background: url("../images/main.gif") repeat-x;
}

#main .highlight {
        color: white;
	background-color: #525A6C;
}

#main-in {
	width: 760px;
	min-height: 300px;
	height: auto;
	_height: 300px;
	margin: 0 auto;
	text-align: left;
	background: url("../images/column.jpg") no-repeat 0 0;
}
.a-01 #main-in, .a-05 #main-in {
	background: none;
}
#data {
	float: right;
	display: inline;
	width: 590px;
}
#content {
	float: left;
	width: 400px; padding-top: 20px;
}
.a-01 #content, .a-05 #content {
	float: none;
	width: auto;
}
#welcome {
	float: left; display: inline;
	width: 380px;
}
#news {
	float: right;
	width: 380px;
}
.column {
	margin: 0 30px 0 10px;
}
#news h2 {
	border-bottom: 1px solid #A0A7B7;
	margin-top: 0;
	padding: 2px 0 1.2em 20px;
	font-size: 1em;
	text-transform: uppercase;
	background: url("../images/bullet-headline.gif") no-repeat 0 5px;
}
#news h3 {
	border: none; padding: 0;
}
#content ul {
	display: block;
	list-style: none;
	margin: 0;
}
#content li {
	display: block;
	list-style: none;
	margin: .6em 0;
	padding-left: 15px;
	background: url("../images/bullet.gif") no-repeat 0 6px;
}
#content p {
        text-align: justify;
}
#images {
	float: right;
	width: 141px;
	padding-top: 20px;
}
#images p {
	border: 1px solid #A0A7B7;
	margin: 0 0 20px 0;
	padding: 8px 0;
	text-align: center;
	background-color: #BDC2CD;
}

}