
html, body {
margin : 0;
padding : 0;
}
body {
font : 90% Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
background-color : #fff;

}
#header {
height : 232px;
padding : 0;
margin-bottom : 0;
background-image : url(../images/ptsheader.jpg);
background-repeat : no-repeat;
}



#container {
width : 815px;
margin-left : auto;
margin-right : auto;
line-height : 1.5em;
}
#map {
margin-left : 30px;
}
#code {
font : 70% Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
}
#content {
background : url(../images/content.jpg) repeat-y center 0%;
margin : 0 auto;
padding : 0;
width : 815px;
}
#text {
margin-left : 30px;
margin-right : 35px;
padding : 10px;
}
#footer {
clear : both;
height : 110px;
padding : 0;
background-image : url(../images/ptsfooter.jpg);
background-repeat : no-repeat;
margin-bottom : 0;
}
#footertext {
clear : both;
height : 12px;
color : #66cc66;
padding-top : 50px;
font : 80% Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
margin-right : 35px;
}
h1 {
float : left;
margin : 0;
padding : 30px 0 20px 25px;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 5px;
color : #66cc00;
}
h2 {
float : right;
margin : 0;
padding : 25px 20px 20px 0;
font : 90% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #e80202;
}
h3 {
margin : 0;
padding : 20px 0 10px 0;
border-bottom : 1px solid #aaa;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #e80202;
}
blockquote {
font-weight : bold;
font-style : italic;
border-bottom : 1px solid #aaa;
border-top : 1px solid #aaa;
color : #b29b35;
}
a:link, a:visited {
color : #666;
text-decoration : none;
}
a:active, a:hover {
color : black;
text-decoration : none;
}


