body {
	background: yellow url(images/bg.jpg);
	font: 12px;
	color: #C400E7;
	font-family: helvetica;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #CC0101;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.border10 {
	border: 10px white solid;
}

p.caption {
	background: white;
	font-size: 12px;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

h1.title {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#link_box {
	position: absolute;
	width: 400px;
	left: 150px;
	top: 80px;
}

#link_box ul {
	margin: 0px;
	padding: 0px;
}

#link_box li {
	float: left;
	font-size: 13px;
	margin-right: 10px;
	background: white;
	list-style-type: none;	
}

#links_font20 a {
	color: #C400E7;
}

#links_font20 li {
	font-size: 20px;
	list-style-type: none;
	margin-bottom: 30px;
}

#links_font20_red ul {
	margin: 0px;
	padding: 0px;
}

#links_font20_red li {
	font-size: 20px;
	list-style-type: none;
	margin-bottom: 30px;
}

#main_box2 {
	position: absolute;
	left: 0px;
	top: -300px;
	background: #fff;
	border-top: 2px solid #787878;
	border-right: 2px solid #787878;
	border-bottom: 2px solid #787878;
	margin: 10px 220px 0px 0px;
	padding: 10px;
}