@charset "utf-8";
/* CSS Document */

.pageHolder
{
	width:977px;
	min-height:200px;
	margin-right:50px;
	text-align:left;
/*	background:red !important;*/
}


.left_navigation
{
	float:left;
	width:128px;
	min-height:400px;
	top:100px;
/*	position:relative;*/
	margin-top:100px;

}

.left_navigation ul
{
	list-style-image:none;
	list-style-type:none;
	margin:0px;
	color:black;
	padding:0px;

}

.left_navigation a
{
	color:black;

}

.left_navigation ul li
{
	background-image:url(../img/side_button.png);
	background-repeat:no-repeat;
	margin:0px;

	text-align:right;
	font-size:1.2em;

	padding-right:5px;
	padding-top: 13px;
	height:29px;

}

.right
{
	float:left;
	width:837px;
/*	background:yellow;*/
}


.content_upper
{
/*	background-image:url(../img/background_upper_2.png);*/
	background-repeat:no-repeat;
	width:839px;
	height: 250px;
/*	background:blue;*/
}

	.text_up_right
	{
		margin-right:42px;
		margin-top:10px;
		float:right;
		color: #0060B6;

		display:inline;
	}
	
	.text_up_right a
	{
		color: #0060B6;
	}

	.text_upper
	{
		display:inline;

		width:298px;
		height:155px;
		float:left;
/*
		margin-left:302px;
		margin-top:85px;
*/
	}


.text_main
{

	height:280px;
	overflow:auto;


	
	margin-left:20px;
	padding-top:15px;
	padding-right:10px;
	width:590px;
	float:left;
	display:inline;
}	

	.text_main p
	{
		margin-top:13px;
		margin-bottom:13px;
	}
	
.text_right
{
	display:inline;
	float:right;
	width:185px;
	margin-right:32px;
	text-align:center;

}
	