body
{
	background-color: #000000;
	color: #FFFFFF;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	padding: 0px;
	margin: 0px;
}

.masterconstruction
{
	width: 1400px;
	
	border-collapse: collapse;
	
	background-color: #000000;
	border: 0px solid;
}

.ltop
{
	width: 148px;
	height: 166px;
	
	background: url("bg_ltop.jpg") no-repeat;
}

.head
{
	width: 797px;
	height: 166px;
	
	background: url("bg_head_start.jpg") no-repeat;
}

.rtop
{
	width: 451px;
	height: 166px;
	
	background: url("bg_rtop.jpg") no-repeat;
}

.left
{
	width: 148px;
	height: 519px;
	
	background: url("bg_left.jpg") no-repeat left top;
}

.content_hold
{
	width: 797px;
	height: 519px;
	
	background-color: #FFFFFF;
	color: #000000;
	
	vertical-align: top;
	
	padding: 0px;
	border: 0px solid;
}

.right
{
	width: 451px;
	height: 519px;
	
	background: url("bg_right.jpg") no-repeat left top;
}

/************************************************/
/*********** CONTENT PANE CONTENT ***************/
/************************************************/

.contentpane
{
	width: 799px;
	border-collapse: collapse;
	
	border: 0px solid;
}

.top
{
	width: 799px;
	height: 20px;
	
	background-color: #000000;
	color: #FFFFFF;
	
	text-align: center;
	vertical-align: middle;
}


.top a
{
	color: #FFFFFF;
	font-weight: bold;
	
	text-decoration: none;
}

.top a:hover
{
	text-decoration: underline;
}

.content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	
	text-align: center;
	vertical-align: top;
	
	padding-top: 15px;
	
	height: 480px;
}

.content h1
{
	font-size: 12px;
	font-weight: bold;
	
	color: #339933;
}

.content h2
{
	font-size: 11px;
	font-weight: bold;
	
	color: #339933;
}

.content h3
{
	font-size: 12px;
	font-weight: bold;
	
	color: #339933;	
}

.content h4
{
	font-size: 11px;
	font-weight: bold;
	
	color: #339933;	
}

.content a
{
	color: #339933;
	text-decoration: underline;
}

.content a:hover
{
	text-decoration: none;
}

.bottom
{
	height: 25px;
	
	background-color: #000000;
	color: #FFFFFF;
	
	text-align: center;
	vertical-align: middle;
}

.bottom a
{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	
	text-decoration: none;
}

.bottom a:hover
{
	text-decoration: underline;
}