BODY {
	background-color: #000000;
}

#index {
	width:		700px;
	font-family:	Calibri, Verdana, Utopia;
	font-size:		12px;
	color:		#333333;
}

#header{
	height:		120px;
}
#header_left{
	background: transparent url(../images/header_left.gif) no-repeat;
	background-position: right;
	width:		20px;
	height:		120px;
}
#header_middle{
	background:	transparent url(../images/header_middle.gif) no-repeat;
	width:		660px;
	height:		120px;
	vertical-align:	bottom;
}
#header_right{
	background: 	transparent url(../images/header_right.gif) no-repeat;
	width:		20px;
	height:		120px;
}

DIV#menu{
	font-family:	Calibri, Verdana, Utopia;
	font-size:	14px;
	text-align:	center;
	vertical-align:	bottom;
	color:		#FFFFFF;
	margin-bottom:	5px;
	padding-bottom:	5px;
}
A.menu{
	font-family:	Calibri, Verdana, Utopia;
	font-size:	14px;
	text-decoration:none;
	color:		#FFFFFF;
}


TD#content_left{
	background:	transparent url(../images/content_left.gif) repeat-y;
	background-position:	right;
	width:		20px;
}
TD#content_middle{
/*	background:	transparent url(../images/content_middle.gif); */
	background:	#FF6B07 url(../images/content.gif) no-repeat;
	width:		660px;
	font-family:	Calibri, Verdana, Utopia;
	font-size:	13px;
	color:		#000000;
}
TD#content_right{
	background:	transparent url(../images/content_right.gif) repeat-y;
	background-position: 	left;
	width:		20px;
}

.content{
	font-family:	Calibri, Verdana, Utopia;
	font-size:	13px;
	color:		#000000;
}
INPUT.content, TEXTAREA.content{
	border:		thin solid #000000;
	color:		#000000;
}
A{
	font-family:	Calibri, Verdana, Utopia;
	font-size:	13px;
	color:		#000000;
}

TD#footer_left{
	background:	transparent url(../images/footer_left.gif) no-repeat;
	background-position:	right;
	width:		20px;
}
TD#footer_middle{
	background:	transparent url(../images/footer_middle.gif) no-repeat;
	width:		660px;

	font-family:	Calibri, Verdana, Utopia;
	font-size:		12px;
	text-align:		center;

}
TD#footer_right{
	background:	transparent url(../images/footer_right.gif) no-repeat;
	background-position: 	left;
	width:		20px;
}
