#container {
	width: 1000px;
	margin:0 auto;
	padding:0;
	position:relative;
}

#top_menu {
	height: 100px;
}

#left_menu {
	float: left; 	
	width: 200px;
}

#main_content{
	margin: 0 100px 0 250px;
}

#copyright { 
	text-align: right;
	border-top: 1px #bbbbbb dotted;
}

.past_news p {
	display: none;
}

.past_news h3 {
	color: #669933;
	font-size:150%; 
	font-weight: 700;
}

#product_menu {
	position: relative;
	left: 30%;
}

hr { 
	border:none;
	border-top:dotted 3px #666666; 
}

.company_name {
	color: #99CC00;
	font-size:120%;
	font-weight: 700;
}

input.btn { 
	color:#FFFFFF; 
	font-weight: 700; 
	background-color:#666666; 
	border:1px solid; 
	border-color: #4863A0 #98AFC7 #98AFC7 #4863A0; 
} 