@charset "utf-8";
/* CSS Document */
#main {
	width:900px;
	height:1000px;
	margin:auto;
	background-color:#999;
}
#head {
	width:900px;
	height:150px;
	background-image:url(banner.jpg);
}
#menu {
	text-align:center;
	width:172px;
	height:900px;
	background-color:#FFF;
	float:left;
}
.siglamen {
	clear:both;
	position:relative;
	top:50px;
}
#content {
	width:728px;
	height:900px;
	float:right;
	background-color:#FFF;
	overflow:auto;
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
}
.afisare {
	width:700px;
	margin:auto;
}
.centru {
	text-align:center;
	}
#subsol {
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
	height:25px;
	background-color:#696;
	clear:both;
	text-align:center;
}

.wireframemenu{
border: 1px solid #090;
background-color: white;
border-bottom-width: 2;
width: 170px;
float:left;
position:relative;
top:25px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 170px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 10px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
height:14px;
color: #000;
text-decoration: none;
border-bottom: 1px solid #090;
}

.wireframemenu a:visited{
color: #000;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #396DA7;
color:#FFF;
}
a {
	text-decoration:none;
	color:#333333;
	font-size:12px;
}
a:hover {
	color:#090;
}
a img{
color:#090;
}
a img:visited{
color:#090;
}
