/* --------------------------
base styles 
-------------------------- */

body
{
    background-color: grey;	
    background-image: url(images/catmro2.gif), url(images/bg22.gif) ;
    background-position: right bottom, left top ;
    background-repeat: no-repeat, repeat-x;
    background-attachment: fixed, fixed;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font: 1em/1.2;
	padding: 0;
	color: #000;
}

h1
{
	margin: 0;
	font-size: 1em;
	font-weight: 500;
}

h2
{
	margin: 0 0 1em;
	font-size: 1.5em;
	font-weight: 500;
}

h3{
	margin: 0 0 1em;
	font-size: 1.5em;
	font-weight: 500;
	text-decoration: underline;
}
h4 {
	margin: 0 0 1em;
	font-size: 1em;
	font-weight: 500;
	color: green;
	
}
h5 {
	margin: 0 0 1em;
	font-size: 1em;
	font-weight: 500;
	text-decoration: underline;
}

p
{
	margin: 0 0 1.5em;
	line-height: 1.5;
}

strong {
	font-weight: normal;
	background-color: #D9F2D8
}

em {
text-decoration: underline;}
/* --------------------------
layout 
-------------------------- */

.container
{
	max-width: 800px;
	margin: 0 auto;
	background-image: url(images/ecologo2.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: white;
	text-align: left;
		}

.header
{
	background-color: #5C9FD6;
	padding: 1em;
	text-align: left;
}
#header2
{
text-align: center;
}

.nav-bar
{
	color: #000;
	margin-top: 150px;
	}

.phone {
	font-size: 1.5em;
	color: black;
	font-weight: bold;
	background-color: white;
	text-align: center;
	width: 0px;
	margin: 0;
	padding: 0px;
}
.content { padding: 1em; }
.main { margin-bottom: 1em; }
.aside { margin-bottom: 1em; }

.footer
{
	clear: both;
	padding: 1em;
	text-align: center;
	background-color: #ccc;
	background: url(images/bg01.gif) repeat; 
}
.class1 A:link {text-decoration: underline; font-weight: bold; color: green; list-style: none;}
.class1 A:visited {text-decoration: underline; font-weight: bold; color: green; list-style: none;}
.class1 A:active {text-decoration: underline; font-weight: bold; color: green; list-style: none;}
.class1 A:hover {text-decoration: none; color: gold; list-style: none;}
}


/* --------------------------
nav 
-------------------------- */

.nav
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li
{
	display: inline;
	margin: 0;
}

.nav a
{
	display: block;
	padding: .7em 1.25em;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid gray;
}

.nav a:link { color: #000; }
.nav a:visited { color: #000; }

.nav a:focus
{
	color: #000;
	background-color: white;
}

.nav a:hover
{
	color: #000;
	background-color: #D9F2D8;
}

.nav a:active
{
	color: #000;
	background-color: blue;
}

/* --------------------------
wide screen 
-------------------------- */

@media (min-width:800px)
{
	.header { padding: 1em 5%; }
	.nav-bar { padding: 1em 5%; }
	
	.nav li
	{
		display: inline;
		margin: 0 1em 0 0;
	}
	
	.nav a
	{
		display: inline;
		padding: 0;
		border-bottom: 0;
	}
	
	.content
	{
		overflow: hidden;
		padding: 2em 0 1em;
	}
	
	.main
	{
		float: left;
		width: 500px;
		margin: 0 30px 1em 30px;
	}
	
	.aside
	{
		float: left;
		width: 160px;
		margin-bottom: 1em;
	}
	
	.footer { padding: 1em 5%; }
}
table, td, th {
    border: 1px solid green;
}

th {
    background-color: green;
    color: white;
}