@charset "utf-8";
body  {
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: thick none #FF3000;
	white-space: normal;
	background-attachment: scroll;
	background-image: url(../imagini/fundal1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
}
#container  {
	width: 964px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 8px solid #d1462e;
	text-align: left;
	background-image: url(../imagini/patratel.jpg);
	background-repeat: repeat;
} 
#header  {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #D1462E;
} 
#banner {
	height: 200px;
}
#meniu {
	height: 40px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
}
#mainContent  {
	margin: 0 200px;
	border-top-width: 1px;
	border-right-width: 8px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-color: #D1462E;
	border-right-color: #D1462E;
	border-bottom-color: #D1462E;
	border-left-color: #D1462E;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
} 

#footer  {
	clear: both;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #d1462e;
} 
p {
	margin: 5px;
	text-align: inherit;
}
h1 {
	text-align: center;
}
h2 {
	padding-right: 10px;
	padding-left: 20px;
}
h3 {
	text-align: center;
}
h4 {
	padding-left: 2px;
}


a {
	color: #FF0;
}
.cuprins {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#agenda {
}
