/* CSS Document */

body,
html 
{
	margin:0;
	padding:0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	background-color:#ddddff;
	text-align:center;
}

div#content 
{
		text-align:center;
		margin:0 auto;
		width:750px;

}
#banner 
{
	padding:0;
	margin:0 auto;
	color: #333;
	width:750px;
}


#bannerleft
{
	float:left;
	height:121px;
	padding-left:31px;
	margin-top:25px;
}	

#bannerright
{
	float:right;
	height:151px;
}

.horizontalbreak
{
	clear:both;
	width:750px;
	height:1px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
}

	#content h2, #main h3, #main p {
		padding:0 10px;
    }

	#aboutdave {
	width:157px;
	float:right;
	text-align:left;
	font-size:127%;
	padding-left:10px;
	padding-bottom:10px;
	}
	#aboutdave ul {
		margin-bottom:0;
    }
    #aboutdave p {
		padding:0 10px 0 0;
    }

    #aboutdave h3{
		padding:0 10px 0 0;
		color: #006600;
		font-size: 110%;
    }

    #aboutdave h2{
		font-size: 130%;
		font-weight:normal;
		padding:0 10px 0 0;
    }

	#aboutdave ul
	{
	list-style:none;
	}
	
	#aboutdave ul li
	{
		margin-left: -20px;
	}


.project .clientquote
{
	width:365px;
	float:right;
	text-align:center;
	margin-right:10px;
	padding-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:180%;
	font-style:italic;
	color:#666666;
}

.project .citation
{
	width:365px;
	float:right;
	text-align:right;
	margin-right:10px;
	padding-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:127%;
	color:#333333;
}

.project .description
{
	width:180px;
	float:left;
	font-size:170%;
	font-weight:normal;
	color:#000000;
	padding-left:10px;
	padding-top:10px;
	position:relative;
	min-height:360px;
}

.project .description .technologies
{
	width:180px;
	float:right;
	text-align:right;
	clear:left;
	font-size:70%;
	font-weight:normal;
	color:#666666;
	padding-top:60px;
	margin-right:10px;
}

.project .description .more
{
	clear:left;
	margin-right:10px;
	font-size:70%;
	position:absolute;
	bottom:0;
	right:0;
}

.project .description .completed
{
	width:180px;
	float:left;
	clear:left;
	font-size:90%;
	color:#666666;
	padding-top:10px;
}

.project .image
{
	width:385px;
	float:right;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.project .image img
{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

.smallhorizontalbreak
{
	clear:both;
	width:580px;
	height:1px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;

}

.clearing
{
clear:both;
}

