* {
 padding: 0;
 margin: 0;
}

body {
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 background-color: #FFFFFF;
 font-size: 12px;
}

#wrapper {
 width: 898px;
 height: 560px;
 margin-top: 10px;
 background-color: #FFFFFF;
 border: 2px solid #FF0000;
}

#banner {
 background-color: #FFFFFF;
 width: 900px;
 border-bottom: #000000 solid 2px;
 height: 113px;
}

#bannerleft {
 float: left;
 width: 350px;
 height: 113px;
 padding-left: 40px;
}

#bannerleft a {
 float: left;
 width: 350px;
 height: 113px;
 padding: 0px;
 background-image: url(phxlogo.jpg);
 display: block;
}

#bannerright {
 float: right;
 width: 510px;
 height: 113px;
 padding: 0px;
 background-color: #FFFFFF;
 background-image: url(bannertext.jpg);
 background-repeat: no-repeat;
}

a.nav:link, a.nav:visited {
color: #000000;
text-decoration: none;
}

a.nav:hover {
color: #FFFF33;
}

#navbar #current {
 color: #FFFFFF;
}

#navbar #current:hover {
 color: #FFFF33;
}

#navbar {
 height: 30px;
 background-image: url("navgrad.jpg");
}

#navbar li {
 text-align: justify;
 display: inline;
 list-style-type: none;
 padding: 5%;
 float: none;
 font-size: 15px;
 font-family: Courier, Helvetica, sans-serif;
 letter-spacing: 1px;
 position: relative;
 top: 8px;
 bottom: 5px;
}

#main { 
 float: left;
 text-align: justify;
 width: 548px;
 height: 525px;
 padding-left: 75px;
 padding-top: 50px;
 color: #666666;
 font-size: 13px;
 line-height: 20px;
}

#main a {
 color: #FF0000;
}

#rightcolumn { 
 float: right;
 width: 200px;
 padding-top: 0px;
}

#contactmain { 
 float: left;
 text-align: left;
 width: 548px;
 height: 525px;
 padding-left: 100px;
 padding-top: 75px;
 color: #666666;
 font-size: 13px;
 line-height: 20px;
}

#contactright { 
 float: right;
 width: 250px;
}

#flash {
 width: 898px;
 margin-top: 0px;
}

#footer {
 text-align: right;
 position: relative;
 right: 0px;
 margin: 5px 0px 0px 0px;
 font-size: 10px;
 width: 900px;
 color: #999999;
}
