﻿body
{
	background-color: #ccff99;
}

#content
{
	
}

#header
{
	height: 200px;
	margin-bottom: 10px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#gutter
{
	float: left;
	width: 3%;
	height: 10px;
}

#col1
{
	float: left;
	width: 48%;
	background-color: #bbb;
	margin-bottom: 10px;
	margin-top: 35px;
}

#col2
{
	float: left;
	width: 20%;
	margin-left: 3%;
	background-color: #bbb;
	margin-bottom: 10px;
	margin-top: 35px;
}

#col3
{
	float: left;
	width: 20%;
	margin-left: 3%;
	background-color: #bbb;
	margin-bottom: 10px;
	margin-top: 35px;
}

#footer
{
	clear: both;
	height: 50px;
	background-color: #666;
}

a, a:visited, a:hover, a:active, a:focus
{
	direction: ltr;
	outline: 0;
}

#holder
{
	position: absolute;
	width: 100%;
	background: url(dl-menu/tabs_0.gif) repeat-x left top;
	padding-left: 10px;
	overflow: hidden;
}
dl.menu
{
	width: 250px;
	float: left;
	margin: -32700px -150px 0 0;
	background: url(dl-menu/tabs_0.gif) no-repeat left bottom;
}
dl.menu a
{
	display: block;
	height: 25px;
	color: #fff;
	font: normal 11px/25px verdana, sans-serif;
	text-decoration: none;
	text-indent: 10px;
}
dl.menu a:visited
{
	color: #fff;
}

dl.menu dt
{
	float: left;
	padding: 0;
	margin: 32700px 0 0 0;
	position: relative;
	z-index: 50;
}
dl.menu dt a
{
	background: transparent;
	width: 100px;
}
dl.menu dt a:hover, dl.menu dt a:focus, dl.menu dt a:active
{
	margin-right: 1px;
	background: url(dl-menu/tabs_1.gif) no-repeat left top;
	text-decoration: none;
}

dl.menu dd
{
	float: left;
	padding: 25px 0 0 0;
	margin: -25px 0 0 0;
	position: relative;
	z-index: 10;
	background: url(dl-menu/tabs_1.gif) no-repeat left top;
}
dl.menu dd a
{
	background: #666;
	width: 150px;
}
dl.menu dd a:hover, dl.menu dd a:focus, dl.menu dd a:active
{
	margin-right: 1px;
	background: #ccc;
	color: #000;
}

h1
{
	margin: 0;
	padding: 5px;
}

h2
{
	margin-top: 0;
	padding-top: 7px;
}

h2, p
{
	margin-left: 7px;
	margin-right: 7px;
}
