html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background: #333333 url(../images/bg_tile.jpg) repeat-x;
	color: #000000;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif, Verdana, sans-serif;
	margin: 10px 0 15px 30px;
	letter-spacing:1px;
	text-align:left;
}
h1 {
	padding: 0;
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight:normal;
}
h2 {
	padding-top: 2px;
	font-size:1em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
    background-image:url(../images/table_bg.jpg);
	margin: 0 auto;
	text-align: left;
	border-color: #000000;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 0px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #000000;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
div#bottom {
	width:300px; 
	height:300px; 
	float:left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #FF6600;
}

div#bottom p {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #FFFFFF;
}

div#header{
	width:800px;
	 height:131px; 
	 float:left
}

div#header p{
	color:#FFFFFF;
	font-weight:bold;
	margin:80px 0px 0px 300px;
}

div#imagewrite {
	width:400px;
	background-color:#000000;
	float:right; 
	color:#FFFFFF; 
	font:Arial, Helvetica, sans-serif; 
	font-size:12px;
	}

.urbangreymenu{
width: 100px; /*width of menu*/
float:right;
}

.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 10px Arial;
color: #FFFFFF;
background: none;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #FF6600;
background: #666666;
}

 .solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 10px Trebuchet MS;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid #666666;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

#slider {
    width: 880px; /* important to be same as image width */
    height: 440px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-left:-10px;
}
#sliderContent {
    width: 880px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 880px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}


