

.page_holder
{
	width:800px;
	margin-left:100px;
}

.page_holder .page_headline
{
	background-image:url(../images/headline2.gif);
	background-position:center top;
	background-repeat:no-repeat;
	
	height:130px;

}

.page_holder .page_left
{
	width:10px;
	background-image:url(../images/pageleft.png);
	background-position:left;
	background-repeat:repeat-y;
}

.page_holder .page_right
{
	width:10px;
	background-image:url(../images/pageright.png);
	background-position:right;
	background-repeat:repeat-y;
}

.page_holder .page_middle
{
	height:400px;
	vertical-align:top;
}

.welcome_text
{
	font-size:16px;

	margin-top:30px;
	margin-left:30px;
	margin-right:30px;
	text-align:left;
}

.title
{
	margin-top:20px;
	margin-left:140px;
	
	font-size:20px;
	font-weight:bold;
}

.page_holder .page_bottom
{
	height:20px;
	width:800px;
	background-image:url(../images/pagebottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	
	font-size:11px;
	color:#FFFFFF;
	vertical-align:center;
}




.home_picture
{
	background-color:#666666;
	
	background:url(../images/home_picture.gif);
	background-position:40px 10px;
	background-repeat:no-repeat;
	
	height:260px;
}

