body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent{
position: fixed; 
top: 0; 
left: 0; 
width: 100%; 
height: 150px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #FFD740;
	background-image: url(sunflowers.jpg);
	background-repeat:no-repeat;
	color: white;
	background-position: top center;
}

#weblink1, #weblink2, #weblink3, #weblink4, #weblink5, #weblink6, #weblink7, #weblink8, #weblink9, #weblink10, #weblink11, #weblink12, #weblink13, #weblink14, #weblink15, #weblink16, #weblink17, #weblink18, #weblink19, #weblink20, #weblink21 {
        position: absolute;
        top: 70px;
        right: 212px;
       	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
       	opacity: 0;
}

#forex{
	position: absolute;
	top:460px;
	right:5px;
	height:178px;
	width:180px;
}
#framecontentLeft{
	position: fixed;
	top: 130px;
	height: 605px;
	left: 0;
	width: 200px; /*Width of left frame div*/
	height: 100%;
	background-image: url(sidebar1.png);
	background-position: top;
	background-repeat: no-repeat;
	color: white;
	border-top-style: double;
	border-top-color: #CC9900;
	overflow: hidden;
}

#framecontentRight{
	position: fixed;
	top: 130px;
	height: 605px;
	left: auto;
	right: 0;
	width: 200px; /*Width of right frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	height: 100%;
	background-image: url(sidebar.png);
	background-position: top;
	background-repeat: no-repeat;
	color: white;
	border-top-style: double;
	border-top-color: #CC9900;
	overflow: hidden;
}

/*#framecontentLeft{
overflow: scroll;
bottom: 0;
}*/

#maincontent{
	position: fixed;
	top: 130px; /*Set top value to HeightOfTopFrameDiv*/
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 200px; /*Set right value to WidthOfRightFrameDiv*/
	bottom: 0;
	overflow: hidden;
	background: #FFE273;
	border-left-style: double;
	border-left-color: #CC9900;
	border-right-color: #CC9900;
	border-right-style: double;
	border-top-style:double;
	border-top-color: #CC9900;
	}

#maincontent a:link{
color:white;
}

#maincontent a:hover{
color:black;
}

#feedback{
	position: fixed;
	top: -25px; /*Set top value to HeightOfTopFrameDiv*/
	right: 215px; /*Set right value to WidthOfRightFrameDiv*/
	border: none;
}

#feedback a:focus{
	outline:none;}	
		
#recommend{
	position: fixed;
	top: -25px; /*Set top value to HeightOfTopFrameDiv*/
	right: 417px; /*Set right value to WidthOfRightFrameDiv*/
	}

#recommend a:focus{
	outline:none;}	
		
#advertise{
	position: fixed;
	top: -25px; /*Set top value to HeightOfTopFrameDiv*/
	right: 622px; /*Set right value to WidthOfRightFrameDiv*/
	}	
		
#advertise a:focus{
	outline:none;}
	
#search{
	position: fixed;
	top: -10px; 
	right: 2px; 
	background-color: #523f1e;
	width: 184px; 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:15px; 
	padding-bottom:2px;
	border-left-style: double;
	border-left-color: #CC9900;
	border-right-color: #CC9900;
	border-right-style: double;
	border-top-style:double;
	border-top-color: #CC9900;
	border-bottom-style:double;
	border-bottom-color: #CC9900;
	-moz-border-radius: 5%;}
	
#search1, #search2{
	position: fixed;
	top: -25px; 
	right: 4px;
}	
	
#copyright{
	position: absolute;
	top: 118px;
	left: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	color: white;
}

#validation1{
position:absolute;
top:680px;
right:8px;
}

#validation2{
position:absolute;
top:680px;
right:93px;
}



.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/

}
.innertube a:link,a:visited,a:active{
color:black;
}

.innertube a:hover{
color:white;
}

.innertube h2{
	color: black;
	line-height: 14px;
	height: 14px;
}

* html body{ /*IE6 hack*/
padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
.urbangreymenu{
	width: 170px; /*width of menu*/
	margin-left: 10px;
	
}

.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: white;
	background: #BFA130 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 2px 5px; /*31px is left indentation of header text*/
	text-align: center;
	line-height: 10px;
}

.headerbar a:hover{
	background: black;
	color:white;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
text-align: center;
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
text-align: center;
}

.urbangreymenu ul li a{
font: normal 10px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 5px;
padding-left: 2px; /*link text is indented 8px*/
text-decoration: none;
text-align: center;
outline:none;
}

.urbangreymenu ul li a:visited{
color: black;
outline:none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
outline:none;
}

.urbangreymenu .highlight{
background: gray;
color: yellow;
outline:none;
}

a:link{
	text-decoration:underline;
	outline:none;
	color: white;
}

/*a:visited, a:active, a:focus{
	text-decoration:none;
	outline:none;
	color: white;
}*/

a:hover{
	text-decoration: none;
	color: black;
	outline: none;
}

/*a:hover{
	text-decoration:none;
	color: #BFA130;
}*/
