﻿body 
{
	background-color: #909090;
}

#outer
{
	width: 800px;
	height: 100px;
	margin: auto;
}

#banner 
{
	width: 100%;
	height: 100px;
}

#t_menu
{
	width: 100%;
	height: 40px;
	background-image: url("top_menu.jpg");
	background-repeat: no-repeat;
}

#center 
{
	width: 100%;
	background-image: url("repeat.jpg");
	background-repeat: repeat-y;
}

#l_content
{
	float: left;
	width: 470px;
	padding: 0px 0px 20px 0px;
	min-height: 100px;
	background-image: url("left.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

#r_content
{
	float: left;
	width: 330px;
	padding: 10px 0px 20px 0px;
}

#footer
{
	float: left;
	width: 100%;
	height: 50px;
	background-image: url("footer.jpg");
	background-repeat: no-repeat;
}

.clear
{
	clear: both;
}