body	{
	width: 1124px;
	min-width: 1124px;
	background-color: #CCCCCC;
	padding-top: 0;
	font-family: Arial;
}
img {
	border:0;
}
#menu	{
	
}
.url	{
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	background-image: url(../images/button_off.png);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 40px;
	padding-top: 5px;
	outline: none;
	font-size: 20px;
}
.url:hover	{
	color: #0000FF;
	text-decoration: none;
	display: block;
	background-image: url(../images/button_over.png);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 40px;
	padding-top: 5px;
	outline: none;
	font-size: 20px;
}
.url:active	{
	color: #FF0000;
	text-decoration: none;
	display: block;
	background-image: url(../images/button_on.png);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 40px;
	padding-top: 5px;
	outline: none;
	font-size: 20px;
}
#content	{
	
}
.content	{
	min-height: 200px;
	height: 200px;
}
#footer	{
	width: 100%;
	text-align: center;
	font-size: 13px;
}
.img	{
	border: 0;
	text-decoration: none;
	color: black;
}
.img:hover	{
	border: 0;
	text-decoration: none;
	color: blue;
}
.footer		{
	font-size: x-small;
	text-align: center;
}