* {padding:0; margin:0;}
body
{
 font:13px Verdana, Geneva, Arial, Helvetica, sans-serif;
 color:#000000;
 background:#47932D;
 background-image: url(imgs/BACK.gif); 	
 background-repeat:repeat-y;
	}

img {
display: block;
}

a:link {
color: #006600;
}
a:visited {
color: #003300;
}
a:hover {
color: #009900;
}

div #skin {
width:950px;
}

div #wrapper {
width:725px;
float: left;
background-image: url(imgs/LEFT.gif);
background-repeat: repeat-y;
}

div#menu {
width:150px;
float:left;
}

div #content {
width: 520px;
float:left;
}

div #footer {
clear:both;
width:750px;
}

div #ads {
width:175px;
position:absolute;
top:75px; left:700px;
}


.button{
width:140px;
height:30px;
background-image: url(imgs/button.gif);
text-align:center;
line-height:30px;
color: #ffff00;
font-size:14px;
font-weight:bold;
float:left;
}
.button:link {
color: #ffff00;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
.button:visited {
color: #ffff00;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
.button:hover { 
color: #ffcc00;
font-size:14px;
font-weight:bold;
text-decoration:underline;
}

.button2{
width:130px;
height:25px;
background-image: url(imgs/button-2.gif);
background-repeat:no-repeat;
text-align:center;
line-height:25px;
color: #ffff00;
font-size:12px;
font-weight:bold;
float:left;
}
.button2:link {
color: #ffff00;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.button2:visited {
color: #ffff00;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.button2:hover { 
color: #ffcc00;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}