
/* CSS FOR PAGE CONTENT */

/*------------------------------ PAGE CONTENT ------------------------------*/
#pagecontent{
font-family: Arial;
padding: 0px 15px 0px 15px;
}

/*------------------------------ HEADINGS ------------------------------*/

#headingbg {
background: url(http://www.jamesonline.net/_images/listbg_60.png);
margin: 10px 0px 0px 0px;
padding: 3px 0px 0px 0px;
text-align: center;
color: black;
width: 100%;
height: 60px;
clear: left;
font-family: Arial;
font-size: 14px;
-khtml-border-radius-topleft: 10px;
-khtml-border-radius-topright: 10px;
-khtml-border-radius-bottomleft: 10px;
-khtml-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

#headingbg_tall {
background: url(http://www.jamesonline.net/_images/listbg_100.png);
margin: 10px 0px 0px 0px;
padding: 3px 0px 0px 0px;
text-align: center;
color: black;
width: 100%;
height: 100px;
clear: left;
font-family: Arial;
font-size: 14px;
-khtml-border-radius-topleft: 10px;
-khtml-border-radius-topright: 10px;
-khtml-border-radius-bottomleft: 10px;
-khtml-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}


/*------------------------------ LINKS ------------------------------*/
.ad_link {
margin: 5px 0px 5px 0px;
width: 75%;
border: double;
}

a,a:visited {
color: black;
font-weight: bold;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: none;
}

.pointer {
cursor: pointer
}

