html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #F2F2F2;
	background-image: url('http://www.twoarmsinc.com/images/JS_menubg.gif');
	background-repeat:repeat;
	color: #fff;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 950px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	/* border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px; */
	height: 900px;
	margin-bottom:100px;
}
div#container {
	padding: 20px;
	margin-bottom: 100px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer{
	color: #fff;
	background-color: #4C2432;
	font-size: 9px; 
	height:100px;
	}
	div#footer_wrapper{
		width: 960px;
		padding-left:230px;
		/* position: relative; */
		}
div#footer div.footer_left{
			float: left;
			width: 50px;
			height:50px;
			padding-top:20px;
			}
		div#footer div.footer_left2{
			float: left;
			width: 120px;
			height:50px;
			padding-top:30px;
	
			}
div#footer div.footer_left3{
			float: left;
			width: 150px;
			height:50px;
			padding-top:20px;
			line-height:0px;
			}
div#footer div.footer_dot{
			float: left;
			width: 10px;
			padding-top:20px;
			padding-left:2px;	
			padding-right:2px;
			
			}		
		
		div#footer div.footer_left a{
			color: #ccc;
			text-decoration: none;
			}
		div#footer div.footer_left a:hover{
			color: #fff;
			}
		div#footer_logo{
		margin-top: -30px;
		}

/* END div#footer */

/*------------------------ Sticky Footer ------------------------*/
/*--------------- Code from www.cssstickyfooter.com -------------*/

html, body, #page_wrap{
	height: 100%;
}

body > #page_wrap{
	height: auto; min-height: 100%;
}

#container{
	padding-bottom: 100px;/* must be same height as the footer */
}

#footer{
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
}
