html, body, form {
	margin:0px;
	padding:0px;
	border:0px;
}

td {
	padding:0px;
}

img, div, td {
	border:0px solid red;
}

body {
	background:#FFFFFF;
}

html, body {
	height:100%;
}

body, td, a, div, span, p {
	font-family:Times New Roman, Georgia, sans;
	color:#2d2d2d;
	font-size:16px;
text-align:left; 
}

a, a:hover {
	color:#626b74;
}

a.mainlink, a.mainlink:hover {
	font-size:40px;
	line-height:39px;
	text-decoration:none;
	color:#272727;
}

a.header, a:hover.header, span.header {
	font-size:15px;
	line-height:15px;
white-space: nowrap;
}

h1 {
	font-size:14px;
	font-weight:normal;
	color:#626b74;
	margin:0px 0px 6px 0px;
	padding:0px;
}

div.all-projects {
	font-weight:bold;
	margin-bottom:5px;
}

td.footer {
	border-top:1px solid #969696;
	color:#a1a1a1;
	width:100%;
	padding:8px 0px 8px 70px;
} 

div#footer {
	margin-top:70px;
	position:relative;
	bottom:0px;
}

div#content {
	height:auto !important;
	min-height:91%;
	height:91%;
}

