

#menutexta {color: #fff;
font-weight: bold;
}


a {color: #00f;}
a:hover {font-weight: bold;}

body {
	background: url(images/bg.gif);
	color: #000;
	font-size:11px;
	font-family:Tahoma, Arial, sans-serif;

}

h1,h2,h3 {color: #000;}
h1 {font-size: 1.4em;
	font-family:Tahoma, Arial, sans-serif;
}


#header {
	background: url(images/header.jpg);
    font-size: 1.8em;
	width: 640px;
	height: 150px;
	text-align: center;

}

#headerwww {font-size: 0.6em;}

.footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}


ul#side {list-style: none;	
	padding: 0;
	margin: 0; }

ul#side li a {display: block;
	text-decoration: none;
	color: #fff;
	padding: 2px 10px;}

ul#side li a:hover{background:#fdd;
	color:#000;}
	
ul#side li.sd {	list-style: none;
	position: relative;
	width: 170px;
	text-align: left;
	margin-right:5px;
        font-family: Tahoma, Arial, sans-serif; 
	font-size:1em; 
	color: #aaa;
}

