body {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px;
font-family: tahoma,verdena;
background-image: url("img/bgbody.gif");
background-repeat: repeat-x;
background-color: #252525;
}

p {
font-size: 14px;
text-align: left;
margin-top: 20px;
margin-right: 80px;
margin-left: 20px;
margin-bottom: 20px;
color: #000000;
}

a {
text-decoration: none;
color: #121212;
}

#main {
width: 900px;
border: solid 1px #ffba00;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
margin-bottom: 25px;
background-color: #111111;
}

#content {
background-image: url("img/1.gif");
background-repeat: repeat-x;
height: 1000px;
}

#sidebar {
width: 200px;
float: right;
background-image: url("img/sidebar.gif");
background-repeat: repeat-y;
}

#text {
margin-left: 20px;
width: 650px;
float: left;
background-image: url("img/content.gif");
background-repeat: repeat-y;
}

#footer {
text-align: center;
font-size: 13px;
height: 100px;
background-image: url("img/footer.gif");
background-repeat: repeat-x;
}

#menu {
width: 200px;
}
	
#menu li a {
width: 125px;
height: 24px;
text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
color: #000000;
display: block;
background:  url("img/menu.gif");
padding: 8px 0 0 35px;
}
	
#menu li a:hover {
color: #000000;
background:  url("img/menu.gif") 0 -32px;
padding: 8px 0 0 35px;
}

#friends {
float: left;
font-size: 14px;
}
	
#friends li a {
width: 200px;
height: 20px;
text-decoration: none;
}	
	
#friends li a:link, #friends li a:visited {
color: #000000;
display: block;
background:  url("img/menu.gif");
padding: 8px 0 0 35px;
}
	
	
#friends2 {
float: left;
font-size: 14px;
}
	
#friends2 li a {
width: 200px;
height: 20px;
text-decoration: none;
}	
	
#friends2 li a:link, #friends li a:visited {
color: #000000;
display: block;
background:  url("img/menu.gif");
padding: 8px 0 0 35px;
}
	
	
