@import "default.css";
	
body {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

		
p,h1,pre {
	color: #000000;
	font-size: 11px;
	margin: 0px 10px 10px 10px;
}

		
h1 {
	font-size: 14px;
	padding-top: 10px;
}

	
#globalbox {
	background-color: #FFFFFF; /* border: solid 1px black; */
	margin: 0px auto;
	width: 90%;
}

	
#portfolio {
	background: url(/images/mac_mini.jpg) top right no-repeat;
	border-bottom: 1px dotted #D8D8D8;
	border-left: 1px dotted #D8D8D8;
	border-right: 1px dotted #D8D8D8;
	float: left;
	margin-right: 1%;
	padding: 0px 0px 0px 0px;
	width: 22%;
}

#portfolioline {
	background: #999900;
	height: 10px;
	width: 100%;
}

	
#services {
	background: url(/images/puzzle.jpg) top right no-repeat;
	border-bottom: 1px dotted #D8D8D8;
	border-left: 1px dotted #D8D8D8;
	border-right: 1px dotted #D8D8D8;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	padding: 0px 0px 0px 0px;
	width: 22%;
}

#servicesline {
	background: #006699;
	height: 10px;
	width: 100%;
}

	
#resume {
	background: url(/images/markers.jpg) top right no-repeat;
	border-bottom: 1px dotted #D8D8D8;
	border-left: 1px dotted #D8D8D8;
	border-right: 1px dotted #D8D8D8;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	padding: 0px 0px 0px 0px;
	width: 22%;
}

#resumeline {
	background: #996600;
	height: 10px;
	width: 100%;
}

		
#contact {
	background: url(/images/mic.jpg) top right no-repeat;
	border-bottom: 1px dotted #D8D8D8;
	border-left: 1px dotted #D8D8D8;
	border-right: 1px dotted #D8D8D8;
	float: left;
	margin-left: 1%;
	padding: 0px 0px 0px 0px;
	width: 22%;
}

#contactline {
	background: #993300;
	height: 10px;
	width: 100%;
}

#leftnav {
	float: left;
	line-height: 18px;
	margin-right: 1%;
	padding: 0px;
	width: 22%;
}

#content {
	float: left;
	line-height: 18px;
	margin-left: 1%;
	margin-right: 1%;
	padding: 0px;
	text-align: justify;
	width: 46%;
}

#rightnav {
	float: left;
	line-height: 18px;
	margin-left: 1%;
	padding: 0px;
	width: 22%;
}

#footer {
	border: 1px dotted #D8D8D8;
	padding: 10px;
	width: 480px;
}

.topnavigation{
	background: #F6F6F6;
	line-height: 15px;
	padding: 10px;
}

.contentpadding{
	padding: 10px;
}

.break{
	clear: both;
	height: 1px;
}

	
.portfolioheadline{
	color: #999900;
	font-weight: 900;
}

.resumeheadline{
	color: #996600;
	font-weight: 900;
}

.servicesheadline{
	color: #006699;
	font-weight: 900;
}

.contactheadline{
	color: #993300;
	font-weight: 900;
}

.horizontaldivider {
	border-bottom: dotted 1px #D8D8D8;
	width: 100%;
}

.error{
	color: #FF0000;
	font-weight: 900;
}

.buttongray120 {
	background-color: transparent;
	background-image: url(/images/button_gray_120_bk.gif);
	border: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

.buttongray60 {
	background-color: transparent;
	background-image: url(/images/button_gray_60_bk.gif);
	border: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	margin: 0px;
	padding: 0px;
	width: 60px;
}
