.ContentHeadDiv {    
border:solid 1px #sksksk;
background-color:#000000;      
width:498px;    
height:20px;    
position:relative;    
color:#FFFFFF;    
font-family:verdana;    
font-weight:bold;    
font-size:11px;    
text-align:center;   
 }    
 .ContentBottomDiv {    
border:solid 1px #sksksk;
background-color:#000000;      
width:498px;    
height:20px;   
top:100px;    
left:2px; 
position:relative;    
color:#FFFFFF;    
font-family:verdana;    
font-weight:bold;    
font-size:11px;    
text-align:center;   
 }       
   
.RingtoneLDiv {  
border:dotted 0px #000000;      
background-color:#FFFFFF;  
width:250px;  
height:200px;   
position:absolute;    
top:22px;    
left:2px;    
}       
.RingtoneRDiv {    
border:dotted 0px #000000;      
background-color:#FFFFFF;   
 width:250px; 
 height:200px;  
 position:absolute;   
 top:22px;   
 right:2px;
 }
.topDiv {    
border:dotted 1px #000000;    
width:900px;    
height:120px;    
position:relative;    
color:#FFFFFF;    
font-family:verdana;    
font-weight:bold;    
font-size:11px;    
text-align:center;   
 }       
.topLogoDiv {  
border:dotted 0px #000000;      
background-color:#FFFFFF;  
width:200px;  
height:320px;   
position:absolute;    
top:2px;    
left:2px;    
}       
.topBannerDiv {    
border:dotted 0px #000000;      
background-color:#FFFFFF;   
 width:700px; 
 height:120px;  
 position:absolute;   
 top:2px;   
 right:2px;    
}             
.outerDiv {    
border:dotted 1px #000000;    
width:900px;    
height:745px;    
position:relative;    
color:#FFFFFF;    
font-family:verdana;    
font-weight:bold;    
font-size:11px;    
text-align:center;   
 }       
.nestedDivTL {    
background-color:#FBF1DF; 
background-image: url(images/Menu_bggreen.png); 
width:200px;  
height:710px;   
position:absolute;    
top:0px;    
left:1px;    
}       
.nestedDivTR {    
background-color:#ffffff; 
  
 width:495px; 
 height:710px;  
 position:absolute;   
 top:2px;   
 right:2px; 
 left:200px;   
}     
.AdDiv {    
background-color:#FBF1DF;
background-image: url(images/Menu_bg.jpg);  
width:200px;  
height:710px;   
position:absolute;    
top:0px;    
left:697px;     
}         
.nestedDivBL {   
 background-color:#CCCCCC;  
 background-image: url(images/Bottom_green.jpg);  
 width:199px;   
 height:30px;
 position:absolute;    
 bottom:3px;    
 left:1px; 
font-family:verdana;    
font-weight:bold;    
font-size:11px; 
font-color:#000000;    
 }       
.nestedDivBR {    
background-color:#FF8800;   
background-image: url(images/Bottom_green.png);
width:697px; 
height:30px;  
position:absolute;    
bottom:3px;    
right:1px;    
}    

a.ovalbutton{
background: transparent url('images/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}
 
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}
 
a.ovalbutton span{
background: transparent url('http://www.dynamicdrive.com/cssexamples/media/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
 
a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}
 
a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
 
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

a.gray{
background: transparent url('images/oval-gray-left.gif') no-repeat top left
}
 
a.gray span{
background: transparent url('images/oval-gray-right.gif') no-repeat top right;
}
 
a.green{
background: transparent url('images/oval-green-left.gif') no-repeat top left
}
 
a.green span{
background: transparent url('images/oval-green-right.gif') no-repeat top right;
}
 
a.orange{
background: transparent url('images/oval-orange-left.gif') no-repeat top left
}
 
a.orange span{
background: transparent url('images/oval-orange-right.gif') no-repeat top right;
}
 
a.blue{
background: transparent url('images/oval-blue-left.gif') no-repeat top left
}
 
a.blue span{
background: transparent url('images/oval-blue-right.gif') no-repeat top right;
}
 
a.red{
background: transparent url('images/oval-red-left.gif') no-repeat top left
}
 
a.red span{
background: transparent url('images/oval-red-right.gif') no-repeat top right;
}