#left {
	float:				left;
	width:				600px;

	text-align:			left;
}
#paint {
	float:				left;
	width:				200px;
	margin-bottom:		20px;

	text-align:			center;
}

#history {
	margin-bottom:		10px;

	font-size:			10px;
}
#history a {
	font-weight:		bold;
}

#list_wrapper {
	float:				left;
	width:				380px;
	padding:			0px 10px 0px 10px;
}
#list_wrapper .title, #headlines .title {
	font-size:			12px;
	font-weight:		bold;

	color:				#942625;
	line-height:		1.3em;
}
#list_wrapper .resume, #headlines .resume {
	margin-top:			2px;

	font-size:			11px;
	line-height:		1.3em;
}
#list_wrapper hr {
	height:				0;
	border:				none;
	border-top:			1px dashed #00ADEF;
	margin:				10px 0px 20px 0px;
}

#headlines {
	float:				left;
	width:				600px;
	/*border-top:			#6CCFF6 dashed 1px;*/
}
#headlines .headline {
	float:				left;
	width:				170px;
	
	padding:			15px;
}
#headlines .red {
	color:				#EB1E25;
}
#headlines .yellow {
	color:				#F8941C;
}
#headlines .green {
	color:				#23AF4C;
}
#article_wrapper {
	float:				right;
	width:				530px;

	padding:			0px 10px 20px 10px;
}
#article_wrapper .title {
	font-size:			12px;
	font-weight:		bold;

	color:				#942625;
}
#article_wrapper .content {
	font-size:			12px;
	line-height:		1.3em;
}
#article_wrapper img {
	margin:				10px 10px 10px 35px;
}

#article_wrapper ul, ol
{
	margin:				10px 0px 0px 30px;
}
#article_wrapper li {
	margin-top:			5px;
	list-style:			square;
}
#article_wrapper p	{
	clear:				both;
	margin-top:			10px;
}

#right {
	float:				right;
	width:				149px;
	height:				650px;

	border-left:		#6CCFF6 dashed 1px;
	text-align:			center;
}

#right .title {
	margin-bottom:		5px;

	font-size:			12px;
	font-weight:		bold;

	color:				#145A8B;
	line-height:		1.3em;
}

#errors
{
	height:				auto;
	margin-top:			10px;
	margin-bottom:		10px
}

#errors p
{
	font-weight:		bold;
	margin-bottom:		10px
}

#errors ul
{
	list-style-type:	circle;
	list-style-position:	inside;
	margin-bottom:		10px
}

/* form elements ------------------------------------------------------------ */
form, label, input, select, textarea
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
}
form
{
	margin:				10px 0px 20px 0px;
}
label
{
	display:			block;
	margin:				6px 0px 2px;
}
input.box, textarea
{
	border:				1px solid;
}
input.box
{
	width:				300px;
	padding:			1px 2px;
}
input.button
{
	width:				70px;
	border:				1px solid;
}
textarea
{
	display:			block;
	width:				300px;
	margin-bottom:		10px;
}
