﻿body{
	background-image: url('graphics/grid.jpg');
	background-repeat: repeat;
	margin-top: 10px;
	}
h1{
	background-position: left center;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 10pt;
	padding-left:20px;
	margin-bottom: 5px;
	background-image: url('graphics/h1_square.jpg');
	background-repeat: no-repeat;
	color: #333;
}
h2{
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8pt;
	text-align:left;
	padding-left:12px;
	
}
#wrapper{
	width: 975px;
	height: auto;
	margin:auto;
}
#headness{
	width: 975px;
	height: 151px;
	text-align: right;
	margin-bottom:10px;
}
#content_wrap{
	width: 975px;
	height: auto;
}
#content_left{
	width:560px;
	float:left;
	height:auto;
	padding-right:10px;
}
.img_border{
	padding:2px;
	background-color:#fff;
}
#content_right{
	width:390px;
	float:right;
	height:auto;
	padding-top:20px;
	padding-left:0px;
}
.font_left{
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #666;
	font-size: 9pt;
	line-height: 1.4em;
	text-align: justify;
}
.font_right{
	font-family: Verdana, Helvetica, sans-serif;
	color: #444;
	font-size: 8pt;
	line-height: 1.8em;
	
}
li
{
	background-position: left 8px;
	margin-bottom: 10px;
	margin-left:-30px;
	color: #444;
	display: block;
	background-image: url('graphics/li_squareyellow.jpg');
	background-repeat: no-repeat;
	padding-left:12px;
}

li a{
	color:#444;
	text-decoration:none;
	display: block;

}

li a:hover{
	background-image: url('graphics/li_back.png');
	background-repeat: repeat;
}
