@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
}

#banner
{
	width: 750px;
	height: 108px;
	background-image:url(images/top.jpg);
}

#menu
{
	width: 750px;
	height: 37px;
	background-image: url(images/menu6.jpg);
}

#footer
{
	width: 750px;
	height: 37px;
	background-image:url(images/menu_bar.jpg);
	background-repeat:repeat-x;
}

a
{
	color:#FFCC00;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.r_pic {
	padding: 4px;
	border: 1px #FFcc00 solid;
	background: #5b0e14;
	margin-left: 8px;
}
.l_pic {
	padding: 4px;
	border: 1px #FFcc00 solid;
	background: #5b0e14;
	margin-right: 8px;
}

#column
{
	width: 40px;
	height: 90px;
	background-color:#6633CC;
	border: 5px #FF0000 solid;
}