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

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #ff751f;
}

#right {
	position: absolute; 
	left: 709px;
	top: 0px;
	width: 315px;
	height: 768px;
	background: url(right.jpg);
	background-repeat: no-repeat
}

#bod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #c53e1c;
	background: #ff751f;
}

#head {
	position: absolute;
	font-size: 98px;
	margin-left: 26px;
	margin-top: 23px;
	color: #c53e1c;
	z-index: 3;
}
#head_shadow {
	position: absolute;
	font-size: 98px;
	z-index: 2;
	color: #c95c18;
	margin-left: 28px;
	margin-top: 23px;
}
#menu {
	position: absolute;
	margin-left: 38px;
	margin-top: 164px;
	font-size: 22px;
	color: #c53e1c;
}

a {
	color: #c53e1c;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
}

#content {
	position: absolute;
	margin-top: 150px;
	margin-left: 180px;
	height: 13px;
	width: 500px;
}

