#right { width: 210px; }
#left { width: 280px; }
#center {
	width: 430px;
	margin-left: 300px;
}


#center div div { padding: 10px; }

#center form p { padding: 5px 0; }
#center form input[type=text] { width: 70%; }
#center form textarea { width: 98%; height: 100px; }

#left { color: #85858A; }
#left a { color: #85858A; text-decoration: none; }
#left a img { border: 0; margin: 5px; }
#left div { margin-bottom: 5px; }
#center h1,
#left h1 {
	font-size: 14px;
	line-height: 30px;
}
#center h2,
#left h2 {
	font-size: 12px;
	line-height: 24px;
}
#left a:hover, #left h1, #left h2 { color: #58585A; }

