a:link {
	text-decoration:none;
	color: #CCCCCC;
	}

a:visited {
	text-decoration:none;
	color: #CCCCCC;
}
a:hover {
	text-decoration:none;
	color: #FFFF99;
}
a:active {
	text-decoration:none;
	color: #FFFFCC;
}
a:focus { text-decoration:blink;
}
a.footer:link {
	text-decoration:none;
	color: #CCCCCC;
}
a.footer:hover {
	text-decoration:none;
	color: #FFFFFF;
}
a.footer:visited {
	text-decoration:none;
	color: #CCCCCC;
}


body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;



	background: background .png repeat-x;
	background-image: url(../background.png);
}
#box {
	width: 1024px;
	height: 700px;
	background-color: #999999;
	margin: auto;
}
#head {
	width: 1024px;
	height: 115px;
	color: #CCCCCC;
}
#menu {
	width: 1004px;
	height: 20px;
	text-align: left;
	font-size:14px;
	padding-left: 20px;
	color: #000000;
	font-weight: bold;
}
#content {
	height: 545px;
	width: 1024px;
	background-color: #CCCCCC;
	background-image: url(../background180.png);
}



#content-l {
	width: 170px;
	height: 545px;
	float: left;
}
#content-l0 {
	width: 150px;
	height: 412px;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	font-size:12px;
	color:#333333;
	text-decoration: none;
}
#content-l1 {
	width: 150px;
	height: 113px;
	padding-bottom: 10px;
	padding-left: 20px;
	
}

#content-m {
	height: 545px;
	width: 684px;
	float: left;
}
#content-m0 {

}

#content-r {
	width: 170px;
	height: 545px;
	float: right;
}
#content-r0 {
	width: 150px;
	height: 412px;
	padding-top: 10px;
	color:#333333;
	padding-right: 20px;
	font-size: 12px;
	text-align: right;
}
#content-r1 {
	width: 150px;
	height: 113px;
	padding-bottom: 10px;
	padding-right: 20px;
}
#footer {
	width: 1024px;
	height: 20px;
	background-color: #990000;
}
#footer-l {
	width: 150px;
	height: 18px;
	font-size:12px;
	color: #CCCCCC;
	text-align: left;
	float: left;
	padding-top: 2px;
	padding-left: 20px;
}
#footer-m {
	width: 684px;
	height: 18px;
	font-size:12px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 2px;
	float: left;
}


#footer-r {
	width: 150px;
	height: 18px;
	font-size:12px;
	color: #CCCCCC;
	text-align: right;
	float: left;
	padding-top: 2px;
	padding-right: 20px;
}

