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

body {
margin-top: 20px;
}


p  {
color: #454545;
font-family: helvetica, arial, sans-serif;
font-size: 11px;
line-height: 15px;
margin: 5px 25px 10px 10px;

}


/* Classes */

.borderleft {
background: url(../images/BorderLeft.jpg) repeat-y;
width: 20px;

}


.borderright {
background: url(../images/BorderRight.jpg) repeat-y;
width: 20px;

}


.content {
width:740px;
height: 500px;

 
 }
 








