html,body { 
        padding:0; 
        margin:0; 
		border:0;
     	background:#fffdd0 url('../images/bg.jpg') bottom repeat-x;
		width:100%;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:90%;
    } 
a {
	outline: none;
	text-decoration:none;
}
/*
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}*/
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
#ads img {
	display:block;
	padding-top:10px;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
		/*background:#f4f4f4; right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
	border-right: 1px dotted #F88017;
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#fff;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
.threecol .col3 #ads a{
				color: green;
                                                     border: none;
				}
.threecol .col3 #ads a:hover{
				color:#F88017;
				}
.threecol .col3 #ads a img{
                                     border:1px solid orange;
                                     
                                     margin:0 auto;
                                     padding:0;
}

.threecol .col1 #content{
						
						background: url('../images/accordion_bg.png') top left repeat-x; 
						}
.threecol .col1 #content h2{
							padding:0px 0px 0px 10px;
							color: green;
						}
						
.threecol .col1 #ads {
						margin: 10px auto;
						text-align:center;
						}
				
.threecol .col1 #ads a{
						float:left;
						border: none;
						text-decoration: none;
						outline: none;
						margin:0;
						padding: 0;
						}
.threecol .col1 #ads img{
						margin: 3px;
						padding:0px;
						border: 1px #ccc solid;
						}
/* Footer styles */

#bottom{
		clear:both;
		background: url('../images/footer_bg.jpg') 0 0 repeat-x;
		padding: 8px;
		}
		
#bottom #footer_nav{
			float:left;
			}
#bottom  #footer_nav ul{
			list-style-type:none;
			margin:0;
			padding:0;
			font-size: 0.9em;
			}
#bottom  #footer_nav ul li{
			float:left;
			margin: 0 5px;
			}
#bottom li a{
			text-decoration:none;
			color:green;
			}
#bottom li a:hover{
			color:#F88017;
			}
#bottom  #copy_right {
			float:right;
			}
#bottom  #copy_right a{
			text-decoration:none;
			color:#365;
			}		
#bottom  #copy_right a:hover{
			text-decoration:none;
			color:#393;
			}
.powered{
			color: #355;
			}
.powered img{
			border:0;
			}

		


