@charset "utf-8";
/* CSS Document */

body{
	background:#7E4244 url(../images/marathon_bg.jpg) no-repeat top center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#993333;
}
*{margin:0;padding:0;}
p{
	padding:10px 0;
}
ul li{
	list-style-position:outside;
	margin-left:15px;
}
img{
	border:none;
}
#wrap{
	width:958px;
	margin:0 auto;
}
#left{
	float:left;
	width:351px;
	padding-bottom:15px;
}
#left img{
	display:block;
}
.hackBox{
	background-color:#BF6536;
}
#right{
	width:590px;
	margin-left:15px;
	margin-top:5px;
	float:left;
	margin-bottom:15px;
}
.top{
	height:70px;
	background:url(../images/marathon_bg_top.gif) no-repeat;
}
.number{
	font-size:24px;
	color:#993333;
	font-weight:bold;
	margin-left:145px;
	font-family:Arial, Helvetica, sans-serif;
}
.numArea{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/marathon_number_bg.gif) no-repeat;
	width:102px;
	height:68px;
	padding-top:25px;
	text-align:center;
	color:white;
	font-size:24px;
	float:right;
	margin-right:10px;
	display:inline;
}
.content{
	line-height:150%;
	color:#993333;
	padding:10px 0 0 15px;
}
.newsContent{
	line-height:150%;
	color:#993333;
}
.newsTitle td{
	border-bottom:1px solid #CCC;
}
.newsTitle2{
	font-size:14px;
	color:#F00;
	font-weight:bold;
}
.newsSubject td{
	border-bottom:dotted 1px #e1e1e1;
	height:24px;
	line-height:24px;
	color:#993333;
}
.newsSubject a{
	color:#C00;
	text-decoration:none;
}
.newsSubject a:hover{
	text-decoration:underline;
}
