/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#FFFF00;
	background-image:url(back.jpg);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#update {
	position:absolute;
	left:120px;
	top:6px;
	width:600px;
	z-index:1;
}

#update p {
	font-size:11px;
	}

#content {
	position:absolute;
	left:120px;
	top:76px;
	width:600px;
	z-index:1;
	padding-bottom:40px;
}

.new {
	background:#FF0000;
	color:#FFFFFF;
	font-size:10px;
	padding:1px;
	}

#marginal {
	position:absolute;
	left:780px;
	top:76px;
	width:180px;
	height:180px;
	z-index:1;
	font-size:11px;
}

#fresh {
	position:absolute;
	left:430px;
	top:73px;
	width:125px;
	height:16px;
	z-index:2;
}

h1 {
	font-size:40px;
	font-weight:normal;
	width:600px;
	border-bottom:1px solid #000000;
	padding-bottom:8px;
	margin-top:8px;
}

h2 {
	font-size:40px;
	font-weight:normal;
	width:600px;
	border-bottom:1px solid #000000;
	padding-bottom:8px;
	margin-top:8px;
}

p {
	font-size:14px;
	line-height:18px;
}

a, a:link {
	color:#000000;
}

a:hover {
	text-decoration:none;
}
