
BODY{
background-color:#41623E;
margin:0px;
}	
.maintable{margin-left:auto;margin-right:auto;width:900px;background-color:#ffffff;}

.leftcolumn {background-color:#1E371B;}

.centercolumn {background-color:#ffffff;}

.abouttext {background-color:#ffffff; width:700px; text-align:left; font:14px arial; margin:auto; color:#000; padding:10px;}

.pagesmaincolumn {width:90%; margin:auto; text-align:left;}

.trdetailheadings {background-color:#1E371B; color:#ffffff; font:14px arial;}

.trdetailcategory {background-color:#8F6D2A; color:#ffffff; font:14px arial;}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 130px; /*width of menu*/
}

.urbangreymenu .headerbar{
color: white;
background: #101E0F url('http://parksidetrailers.com/menu/left/arrow_26.gif') no-repeat 4px 8px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:Verdana; padding-left:18px; padding-right:0; padding-top:6px; padding-bottom:6px
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 11px verdana bold;
color: black;
background: #8F6D2A;
display: block;
padding: 5px 0;
line-height: 13px;
padding-left: 40px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: black;
background: gray;
}