HTML, BODY
{
	padding: 0;
	margin: 0;
}

/*******************************************************************************

  Box layout

*******************************************************************************/
DIV.header
{
	width: 600px;
	height: 230px;
}

BODY.content
{
	font-family: trebuchet ms;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	overflow-x: hidden;
}

BODY.footer, BODY.menu, BODY.left, BODY.right, BODY.bg
{
	background-color: #000000;
}

DIV.left
{
	width: 100%;
	height: 300%;
	background: url( 'gfx/content_border_center.gif' ) top left #000000;
}

DIV.right
{
	width: 100%;
	height: 300%;
	background: url( 'gfx/content_border_center.gif' ) top right #000000;
}


DIV.content_top
{
	height: 30px;
	background: url( 'gfx/content_border_top.gif' ) top left no-repeat  #000000;
}

DIV.content_bottom
{
	height: 100%;
	background: url( 'gfx/content_border_bottom.gif' ) top left no-repeat #000000;
}

/*******************************************************************************

  Graphic layout

*******************************************************************************/

DIV.subheader, H1
{
	margin-top: 20px;
	margin-bottom: 0px;

	font-family: trebuchet ms;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

DIV.content_text
{
}

IMG.thumbnail
{
	margin-bottom: 20px;
}

TD.form_field_name
{
	vertical-align: top;
	font-family: trebuchet ms;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

TD.form_field_input INPUT, TD.form_field_input SELECT, TD.form_field_input TEXTAREA
{
	width: 250px;
	font-family: trebuchet ms;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}