body, html {
    margin:0 auto;
    padding:0;
    /* background-image: url(http://www.saxscape.com/g/bkgd01.jpg); */
    color:#000;
	
	
	
	
    }

/* thanks to http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/ */

body {
    min-width:700px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	/*font-size: 90%; */
	
     }
table td {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:10pt;
	line-height:normal;
	border:2px solid #333333;
	}
#wrap {
    background:#000;
    margin:0 auto;
    width:700px;

	}
#header {
    background:#000; 
	/* background: url(hdr-topround.gif) ;*/
	margin:10px 0 0 10px;
    }
#header h1 { /* unused currently */
    padding:35px;
    margin:0;
    }
#nav {
	background:#000;
	background:  url(g/bkgd-nav.gif);
	background-position: bottom center;
	padding:5px;
	margin:0 0 0 10px;
	text-align: right;
	/*color: #777;*/
    }
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li{
    display:inline;
    margin:0;
    padding:0;
    }

#main {
    background:#000;
    float:left;
    width:440px;
	/*width:445px;*/
	padding:10px 10px 0 10px ;
	/*padding:10px 5px 0 10px ;*/
    }
#main h2, #main h3, #main p, #main h1, #main h5  {
    padding:0 10px;
    }
	
#main_sub {
    background:#000;
    float:left;
    width:690px;
	margin:10px 0 0 10px;
	/* margin:5px; */
    }
#main_sub h2, #main_sub h3, #main_sub p, #main_sub h1, #main_sub h4 {
    padding:0 10px;
    }
/* maybe this will fix top border in rounded boxes ...? */
#main h1, #main_sub h1, #main_sub p, #footer p {
	margin:0;
	} /* it worked, right on */
#sidebar {
    background:#000;
    float:right;
    width:240px;
	padding:10px 0 0 0;
    }
#sidebar ul {
    margin-bottom:0;
    }
#sidebar h3, #sidebar p {
    padding:0 10px 0 0;
    }
#footer {
	clear:both;
    background:#000;
    /* float:left; */
    width:680px;
	padding:10px;
	margin:0 0 15px 0;
    }
#footer h2, #footer h3, #footer p, #footer h1 {
    padding:0 10px;
    }
#footer p {
	padding:5px;
	margin:0;
	text-align: center;
    }

/*    r o u n d e d   b o x   c s s     */
/* thanks to Doug's Rounded Corners demo http://www.redmelon.net/tstme/4corners/ */

/* set background images for corners */
/* .rbroundbox { background: url(simple_background.gif) repeat; } */
/* i'm going to use a background color instead of image for faster loading */
.rbroundbox { background: #333; }
.rbtop div  { background:  url(g/tl.gif) no-repeat top left; }
.rbtop      { background:  url(g/tr.gif) no-repeat top right; }
.rbbot div  { background:  url(g/bl.gif) no-repeat bottom left; }
.rbbot      { background:  url(g/br.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbroundbox { /* width: 440px;  width:100%; margin:0;*/ margin: auto;  } 
.rbcontent  { margin: 0 14px; }
#main_sub .rbroundbox { width:690px;}
#main_sub .rbcontent {margin: 0 14px;}
#footer .rbroundbox { width:690px;}
#footer .rbcontent {margin: 0 14px;}
/* other CSS rules */


h2 { 
	font-size: 1em; 
	font-weight: bold; 
	font-family : Arial, sans-serif; 
	padding: 0; 
	margin: 0 0 1em 0;
	}
p  { 
	/*font-size: 0.8em; */
	font-size: 1em; 
	} 

.rbroundbox p, #rbcontent .rbroundbox p { 
	padding: 0; 
	margin: 1em 0 0 0; /* this is needed to space paragraphs */
	
	}

#footer .rbroundbox { background: #333; }
#footer .rbtop div  { background:  url(g/tlf.gif) no-repeat top left; }
#footer .rbtop      { background:  url(g/trf.gif) no-repeat top right; }
#footer .rbbot div  { background:  url(g/blf.gif) no-repeat bottom left; }
#footer .rbbot      { background:  url(g/brf.gif) no-repeat bottom right; }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* from original css */

td {
	color: #FFFFFF;
	font-size: 11pt;
	line-height: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}


div {
	color: #FFFFFF;
	font-size: 11pt;
	line-height: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color:#FFBD5B;
	text-decoration: none;
}
a:hover {
  /*
  color:#ffc35b; 
  background:#62513e;
  */
  color:#4bff9b; 
  background:#3b3e8d;
  
} 
h1 {
	font-size: 18px;
	line-height: 18pt;
	font-family: Arial, Helvetica, sans-serif;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-variant: small-caps;
	letter-spacing: 2pt;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium; 
	font-weight: bold;
	
	}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 0; 
	margin: 1em 0 0 0;
	
	}
	
.smallcapsbold {
	font-variant: small-caps;
	font-size: x-small;
	font-weight: bold;
	letter-spacing: 2pt;

}
.smallcaps {
	font-variant: small-caps;
	font-size: x-small;
	letter-spacing: 2pt;

}
.navcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: x-small;
	color:#777;
}
.realsmallcaps {
	font-variant: small-caps;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.inner_left { 
	width:330px;
	/*float:left;*/
	padding:0px;
	background:#3b3e8d;
	}
.inner_right { 
	width:330px;
	float:right;
	padding:0px;
	background:#333300;
	}
/* img {
	margin:0 10px 0 0;
	} */.intropar {
	line-height: normal;
	font-size: 12px;
	font-weight: normal;
	color: #99CCaa;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;



}
.q {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;


}
.mainhome {

    background:#000;
    float:left;
    width:700px;
	/*width:445px;*/
	padding:10px 10px 0 10px ;
}
