@charset "UTF-8";
/* Graphic Design CSS Document */

h2
{
	clear: both;
	border-top: 4px solid #004f00;
}
#topArea
{
	background: #004f00;
}

#header
{

	background: url(../images/web_header.jpg) no-repeat;
}

#rightSide img
{
	border: 8px solid #000099;
}

.webContainer
{
	display: inline; 
	width: 465px;
	clear: both;
	margin: 10px 0px 10px 6px;
	border-top: 1px dashed #999999;
	float: left;
	position: relative;
}
.webContainerRight
{
/*	display: block; */
	width: 465px;
	margin: 10px 6px 10px 0;
	border-top: 1px dashed #999999;	
	float: right;
	position: relative;
}


.webDescription
{
	float: right;
	position: relative;
	width: 292px;
}

.webDescription .title
{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #004f00;
}

.webImage
{
	float: left;
	width: 160px;
	height: 120px;
	border: 2px solid #000000;
	margin: 4px 0 0 0;
}

.webDescriptionLong
{
	margin: 6px 0 6px 0;
	border-top: 1px dashed #999999;	
}

#inactiveSites
{
	width: 920px;
	margin: 10px auto 10px auto;
	
	
}

#inactiveSites img
{
	border: 2px solid #000000;
	margin: 8px;
	
}








