﻿/* CSS layout */
#masthead {
}

#top_nav {
	height:80px;
}

#container {
	width:800px;
	height: 120px;
	margin:20px;
	padding:10px;
	border:2px lime ridge;
}

#left_col {
	width: 170px;
	position: absolute;
	left: 9px;
	top: 180px;
	border:1.5px lime ridge;
	margin:20px;
}

#page_content {
	margin-left: 20px;
	position: absolute;
	left: 180px;
	width: 440px;
	top: 10px;
	font-family: Arial;
	font-size: medium;
	font-weight: 500;
	font-style:normal;
	color: silver;

}



#footer {
}

#customers
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#customers td, #customers th 
{
font-size:1em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#customers th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#customers tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}
