body {
	margin: 120px 0px 0px 0px;
    background-image: url(../images/pfs_start_body_background.jpg);
    background-repeat: repeat-x;
    font-size:100.01%;
   	font-size:0.75em;
	color: #7e7e7e;
	background-color: #202020;
	text-align: center;
	font-family: arial,verdana, sans-serif;
}

div.pfs_main {
	position: relative;
    background-image: url(../images/pfs_start_background.jpg);
    background-repeat: repeat-x;
	margin: 0px auto;
	height: 452px;
	padding: 10px 0px 0px 0px;
}

div.pfs_header {
	margin: 0px auto;
	width: 959px;
	height: 49px;
    background-image: url(../images/pfs_start_header.jpg);
    background-repeat: no-repeat;
}

div.pfs_banner {
	margin: 0px auto;
	width: 959px;
	height: 197px;
	padding: 0px 0px 0px 0px;
	background-color: #1c1c1c;
}

div.pfs_footer {
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width: 959px;
	height: 191px;
    background-image: url(../images/pfs_start_footer.jpg);
    background-repeat: no-repeat;
}

ul {
	margin:  0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;

}

li {
	margin:  5px 0px 0px 0px;
	padding:  5px 0px 0px 0px;
	float: right;
	list-style: none;
}

img {
	border: 0px solid #ffffff;
}

a,a.link,a.visited,a.active {
	color: #7e7e7e;
/*    width: 159px;
    height: 34px;
    display: block;
    float: right;
*/    margin: 0px 5px 0px 15px;
    padding: 0px 5px 0px 15px;
    text-decoration: none;
    font-weight: bold
}

a:hover {
	color: #e1e1e1;
}
