/* CSS Document */

body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	height: 100%;
	background-image: url(../images/main_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

html
{
	height: 100%;
}

table.main
{
	width: 100%;
	height: 100%;
	background-image: url(../images/main_top_bg.gif);
	background-position: top;
	background-repeat: repeat-x;	
	padding-bottom: 30px;
}

td.main
{
	
}

h3
{
	color: #6e5e3b;
	font-weight: bold;
	font-size: 20px;
}

p.homepage
{
	padding-left: 14px;
	padding-right: 14px;
}

p.contact
{
	padding-left: 16px;
	padding-right: 14px;
}

strong
{
	color: #272115;
}

li
{
	margin-bottom: 12px;
}

a:link
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:link
{
	text-decoration: underline;
}

ul.services
{
	line-height: 4px;
}
