	body{
	margin:0;
	font-family:Arial, Tahoma, Helvetica, sans-serif, "Times New Roman";
	font-size:100%;
	background-color:black;
	background-image:url('../images/bg_page.gif');
	background-repeat:repeat-x;
	text-align:center;
	}
	
	#edWraper{
		width:790px;
		text-align:left;
		margin:0 auto;
	}
	#edHeader{
		height:111px;
		background-color:gray;
		background-image:url('../images/bg_header.gif');
	}
	#edBody{

	}
	#edLeftPanel{
		float:left;
		width:200px;
		color:silver;
		font-size:80%;
		text-align:justify;
	}
	#edRightPanel{
		float:right;
		font-size:90%;
		width:570px;
		background:white;
		padding:10px;
		position:relative;
	}
	#edRightPanel a:link, #edRightPanel a:visited {
		color:red;
		font-weight:bold;
		text-decoration:none;
	}
	#edRightPanel a:hover, #edRightPanel a:focus{
		color:gray;
		font-weight:bold;
		text-decoration:underline;
	
	}

	.clears{
		clear:both;
		font-size:0;
		width:0;
		height:0;
	}
.middleAlign {
	vertical-align: middle;
}
.italics{
	font-style:italic;
}


