﻿body
{
	color: #463d38;
	background-color: #e8e5e0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	margin: 0px;
}

.clear
{
	clear: both;
}

a
{
	color: #821d17;
	font-weight: bold;
}

a:hover
{
	color: #a28b69;
}

#top
{
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 168px;
	width: 100%;
}

#container
{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 950px;
	min-height: 200px;
	position: relative;
	margin: 0px auto;
}

	.logo
	{
		display: block;
		background-image: url(images/logo.gif);
		background-repeat: no-repeat;
		width: 414px;
		height: 157px;
		position: absolute;
	}
	
	.aggregateneeds
	{
		background-image: url(images/aggregateneeds.gif);
		background-repeat: no-repeat;
		width: 353px;
		height: 57px;
		position: absolute;
		top: 55px;
		left: 455px;
	}
	
	.cocogroup
	{
		background-image: url(images/cocogroup.gif);
		background-repeat: no-repeat;
		width: 134px;
		height: 25px;
		position: absolute;
		top: 133px;
		right: 0px;
	}

#content
{
	padding: 183px 15px 15px 15px;
}	
		
	#column1
	{
		width: 321px;
		float: left;
	}

	#column2
	{
		width: 587px;
		float: right;
	}

		.imgborder
		{
			background-color: #69605b;
			border: solid 6px #cac3b5;
			padding: 1px;
			margin-bottom: 15px;
		}
		
		.rightimg
		{
			float: right;
			margin-left: 20px;
		}
		
		#text
		{
			width: 537px;
			margin: 25px;
		}
