html { overflow: -moz-scrollbars-vertical; height: 100%; }

/* Main Attributes */
#main 
{
	width: 718px; 
	border: 1px solid #999; 
	border-top: 0px;
}
#footer 
{ 
	width: 718px;
	background: #537EA9; 
	font: 7pt/17pt tahoma; 
	text-align: right; 
	padding-right: 10px; 
	color: #ccc; 
}

/* Submenu Attributes */
.submenu_wrap 
{
	width: 100%;
	padding: 10px
}
.submenu a
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #555753;
	width: 100%;
	padding: 5px;
	display: block;
	border-bottom: 1px solid #999;
	text-align: left;
}
.submenu a:hover
{
	text-decoration: none;
	background-color: #A4C0E2;
	color: #537EA9;
}

/* Recent Projects Attributes */
#recent {width: 180px; padding: 10px; text-align: center}

/* Content Attributes */
#content { padding: 0 10px; margin-bottom: 15px;}
#content h1 { font: bold 11pt verdana; margin: 15px 5px 5px 5px; color: #369;}
#content p { font: 8pt/16pt verdana; margin: 0px 5px 10px 5px; text-align: justify}
#content hr { margin-bottom:5px;}
.picRight { float: right; margin: 6px 3px 0px 10px}

/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }
* html .clearfix {height: 1%;}
.clearfix {display: block;}
