/* AREA 1 */

BODY		{
		background-color:#67685D;
		}

/* USED TO ALLOW CORRECT CENTERING OF CONTENT IN BROWSER WINDOW */
#horizon
{
	color: #67685D;
	background-color: #67685D;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}


#allcontent {width: 760px; height: 608px; background-color: #fff; margin-left: -395px; left: 50%; top: -303px; position: absolute; background-color: #67685D; }

#left { 
	width: 170px;
	height: 587px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}

#right{ 
	width: 590px;
	background-color: #67685D;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 170px;
	top: 0px;
	
}

#menu {
	width: 170px;
	text-align: left;
	background-color: #999;

}

#lowerlogo {
	width: 170px;
	height: 172px;	
	text-align: left;
	background-color: #A1231B;
}


#logo { 
		height: 170px;
		width: 170px;
		background-color: #A1231B;
}


.headtest {
	height: 30px;
	background-color: #333;
}

	
.pagetitle	{
		background-color: #333;
		font-family: arial,helvetica,sans-serif;
		font-size: 17px;
		letter-spacing: .5em;
		font-weight: bold;
		color: #ccc;
		text-align: right;
		padding: 5px 5px 4px 0px;
}
	
	
#maincontent {
		width: 550px;
		height: 552px;
		padding: 20px 20px 0px 20px;
		background-color: #fff;
		font-family: arial,helvetica,sans-serif;
		text-align: left;
		font-size: 12px;
		line-height: 13px;
		color: #333;
		overflow: auto;
}


#projectcontent {
		width: 550px;
		height: 552px;
		padding: 20px 20px 0px 20px;
		background-color: #fff;
		font-family: arial,helvetica,sans-serif;
		text-align: left;
		font-size: 12px;
		line-height: 13px;
		color: #333;
		overflow: auto;
}

#projectcontent a {
		color: #A1231B;
		text-decoration: underline;
}



div.optionproj	{
		background-color: #666666;
		border-top: 1px solid white;
		padding: 3px;
		padding-left: 12px;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: white;
		}


div.option	{
		background-color: #666666;
		border-top: 1px solid white;
		padding: 3px;
		padding-left: 12px;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: white;
		}
		
div.option:hover	{
		background-color: #A1231B;
		border-top: 1px solid white;
		padding: 3px;
		padding-left: 12px;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: white;
		cursor:hand;
		}
		
div.options	{
		background-color: #333;
		border-top: 1px solid white;
		padding: 3px;
		padding-left: 12px;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: white;
		}
		
/* AREA 6 */

		
div.option_sub	{
		background-color: #888;
		border-top: 1px solid white;
		padding: 3px;
		padding-left: 23px;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: white;
		}
		
div.option_subs	{
		background-color: #333;
		border-top: 1px solid white;
		padding: 3px;
		padding-left: 23px;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: white;
		}
		
div.option_sub:hover	{
		background-color: #ccc;
		border-top: 1px solid white;
		padding: 3px;
		padding-left: 23px;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #333;
		cursor:hand;
		}
	
	
	
A		{
		text-decoration: none;
		color:white;
		}
				

	
#projects	{
		visibility: hidden;
		}
		
#block		{
		position: absolute;
		top: 239px;
		width: 174px;
		}


/* THUMBNAIL */

.thumbs {
		margin-bottom: 20px;
clear: both;

}




img.thumb{
		margin-right: 15px;
		border: 1px solid black;
margin-bottom: 20px;
}

.photo {
		margin-top: 10px;
}

.photo img {
		border: 1px solid black;
}

.small {
		font-size: 10px;
		text-align: right;
}
		
.projectinfo {
		padding-bottom: 10px;
		line-height: 15px;
		border-bottom: 1px solid #333;
		margin-bottom: 10px;
}

.desc {
		line-height: 13px;
}


.projtitle {
		font-size: 14px;
		font-weight: bold;
		line-height: 16px;
}