

.padded { padding:30px; }


#leftbox
{
	float:left;
	width:50%;
}

#rightbox
{
	float:left;
	width:49%;
}


#aboutme
{
	background-color:rgb(80,80,80);
	padding:20px;
	color:rgb(200,200,200);
	border-radius:15px 0;
	-moz-border-radius:15px 0;
	-webkit-border-top-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
}

#aboutme a
{
	color:white;
	text-decoration:none;
}
#aboutme a:hover, #aboutme a:focus
{
	color:rgb(255,100,0);
	text-decoration:underline;
}


#aboutme h2
{
	padding:10px 0;
	color:rgb(50,50,50);
}




#ilabbox, #iblogbox
{
	margin:20px 50px;
}
.frontsection h2
{
	margin:0;
	padding:10px 0;
}





.linkbox dt
{
	margin-top:1em;
}
.linkbox dt:first-child
{
	margin-top:0;
}




#contactbox
{
	margin-right:10%;
}

#contactform table
{
	width:90%;
	margin:30px auto;
}
#contactform th
{
	text-align: right;
	padding-right:10px;
	width:8em;
}
#contactform .txt
{
	width:80%;
}
#contactform textarea.txt
{
	width:100%;
	height:150px;
	font-size:10px;
}
#contactform .sendbox
{
	text-align: right;
}
#send
{
	padding:5px;
}

.badfld
{
	color:red;
}
