@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
}
img {
	border:none;
}
.red {
	color: #e70004;
}
a:link {
	color:#000;
	text-decoration:underline;
}
a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#e70004;
	text-decoration:none;
}
a:active {
	color:#e70004;
	text-decoration:none;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container .word {
	text-align: right;
}
#container #main {
	position: relative;
}
#container #main #left {
	text-align: center;
	float: left;
	width: 375px;
	padding-top: 18px;
}
#container #main #left .message {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
}
#container #main #right {
	text-align: center;
	float: right;
	width: 375px;
	padding-top: 26px;
}
#container #news {
	float: left;
	width: 360px;
	clear: both;
}
#container #news table tr td {
	font-size: 12px;
	padding-bottom: 20px;
}
#container #apps {
	float: right;
	width: 360px;
}
#container #apps table tr td {
	font-size: 12px;
	text-align: center;
}
#container #apps table tr td a:link {
	color:#000;
	text-decoration:none;
}
#container .title {
	height: 42px;
}
#container #footer {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7c7c7;
	float: left;
	clear: both;
	width: 750px;
	font-size: 11px;
	margin-bottom: 20px;
}
#container #footer #left {
	float: left;
	margin-top: 10px;
}
#container #footer #right {
	float: right;
	text-align: right;
	margin-top: 10px;
}

