@charset "utf-8";
/* CSS Document */
div#main { padding: 0px 14px 40px;}

div#branding { margin:  0px -14px 30px;}

div#text {
	float: left;
	width: 600px;
	padding: 0px;
	border: none;
	background-color: #000000;
	color: #CCCCCC;
}

table#news { width: 580px;}

table#news td {
	padding: 12px 5px 12px 16px;
	border-bottom: 1px solid #3E4046;
	background-image: url(../img/news_ball.gif);
	background-position: left 1.3em;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	color: #F0E6E3;
}

table#news td a { color: #F0E6E3; text-decoration: underline;}
table#news td a:hover { text-decoration: none;}

table#news td.date {
	padding-top: 14px;
	width: 70px;
	background-image: none;
	font-size: 85%;
	font-weight: bold;
	color: #CCCCCC;
}

div#shortcut {
	float: right;
	width: 220px;
	padding-right: 16px;
}

div#shortcut ul {
	list-style: none;
	margin: 0;
}

div#shortcut ul li {
	margin: 0 0 20px 0;
}

div#shortcut ul li a {
	display: block;
	width: 220px;
	height: 70px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

div#shortcut ul li#shortcut1 a { background-image: url(../img/shortcut_01.jpg);}
div#shortcut ul li#shortcut2 a { background-image: url(../img/shortcut_02.jpg);}
div#shortcut ul li#shortcut3 a { background-image: url(../img/shortcut_03.jpg);}
div#shortcut ul li#shortcut4 a { background-image: url(../img/shortcut_04.jpg);}