﻿body
{
	color: #585c5f;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #e8e5e0;
	font-family: Arial, Sans-Serif;
	font-size: .8em;
	line-height: 1.4em;
	margin: 0px;
}

.clear
{
	clear: both;
}

a
{
	color: #84221c;
}

/* */

#container
{
	background-image: url(images/cont_bg.gif);
	background-repeat: repeat-x;
	background-color: #cccbc7;
	width: 950px;
	min-height: 800px;
	position: relative;
	margin: 0px auto;
}

#header
{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 950px;
	height: 169px;
	position: relative;
}

	.logo
	{
		background-image: url(images/logo.gif);
		background-repeat: no-repeat;
		width: 414px;
		height: 157px;
	}
	
	.cocogroup
	{
		display: block;
		background-image: url(images/coco_group.gif);
		background-repeat: no-repeat;
		width: 134px;
		height: 25px;
		position: absolute;
		bottom: 11px;
		right: 0px;
	}
	
#top
{
	height: 222px;
	position: relative;
}

	#topImg
	{
		position: absolute;
		top: 5px;
		left: 8px;
	}

	#RecentProjects
	{
		color: #2d3032;
		font-size: 11px;
		background-color: #979fa4;
		border: solid 1px #67747d;
		width: 310px;
		height: 189px;
		position: absolute;
		top: 10px;
		right: 10px;
		padding: 15px;
	}
	
		#RecentProjects ul
		{
			margin: 10px 0px 0px 10px;
			padding: 0px;
		}

#content
{
	padding: 25px 20px 25px 25px;
}	

	#content #left
	{
		width: 555px;
		padding-top: 25px;
		float: left;
	}
	
	#content #right
	{
		float: left;
		width: 335px;
		padding: 25px 0px 0px 15px;
	}
	
		#contact
		{
			padding: 10px;
			margin-top: 15px;
		}
		
#footer
{
	color: #e8e5e0;
	text-align: center;
	background-color: #595e62;
	padding: 10px 0px;
}
