
body{
margin: 0;
padding: 0;
background-color: #666666;
background-image: url(images/bg.jpg);
}
.wrapper{
background-image: url(images/cont-bg.jpg);
width:800px;
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:0;
height: auto;
}
.header{
width:800px;
height: 169px;
background-image: url(images/pf_01.jpg);
margin-left:auto;
margin-right:auto;
text-align:right;
}
.nav{

padding-top: 155px;
text-align:center;
font-family: "cambria";
font-size: 20px;
font-weight: bold;
}

.footer{
width:800px;
height:54px;
padding-top: 10px;
margin-bottom: -10px;
background-image:url(images/pf_05.jpg);
background-repeat:no-repeat;
font-family: "calibri";
color: #d0d0d0;
font-size: 12px;
}
.sidebar{
background-image: url(images/navbg.png);
background-position: left;
overflow: hidden;
margin-left: 20px;
}
.footer a:visited{
font-family:"calibri";
	color: #9c9c9c;
	text-decoration:none;
}
.footer a{
font-family:"calibri";
	color: #9c9c9c;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.content{

}
.sidenav ul{
list-style-type: none;
padding: 0;
width: 200px;
margin-left: 0px;
margin-top: -6px;
}
.sidenav a{
padding-top: 10px;
padding-bottom: 10px;
background-image: url(images/nav.jpg);
background-position: top;
font-family: calibri;
color: #ffffff;
text-decoration: none;
padding-left: 25px;
width: 0px;
padding-right: 300px;
}
.sidenav a:hover{
background-position: bottom;
color: #ffffff;
}
.sidenav a:visited{
background-color: #000000;
color: #ffffff;
}
.sidenav li{
margin-top: 15px;
margin-bottom: 16px;

}
.writing{
margin-left: 15px;
margin-right: 55px;
font-family: calibri;
padding-bottom: 10px;
}
.sidebarcont{
width: 200px;
height: 205px;
text-align: right;
margin-right: 75px;
clear: right;
margin-top: 15px;
}

.sidenav{
background-color: #171717;
margin-left: 50px;
width: 203px;

overflow: hidden;
}
.conttop{
width: 547px;
height: 68px;
background-position: right;
background-image: url(images/pf_03.jpg);
}

.navlink{
MARGIN-left: 10px;
margin-right: 10px;
padding: 2px;

	border-left-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #1c1c1c;


}
.navlink a{
	color: #1c1c1c;
	text-decoration:none;
}
.navlink a:visited{
	color: #1c1c1c;
	text-decoration:none;

}
.navlink a:hover{
	text-decoration:underline;
color: #1c1c1c;
}
