	* {
		margin: 0;				
		font-family: "Verdana", Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #787878;
	}
	body {
		width:100%;
		margin: 0;
		padding:0;
		text-align:center;
	}
	#header {
		width:1000px;
		border:1px outset white;
		background: url(../images/img02.jpg);
		margin-left: auto;
		margin-right: auto;
		text-align:left;
	}
	.menu {	
		height: 30px;
		margin: 0 auto;
		text-align:center;
	}	
	.menu ul {
		margin: 0;
		margin-right: 10px;
		margin-left: 10px;
		padding: 0;
		list-style: none;
		line-height: normal;
	}

	.menu li {
		width:140px;
		float: left;
		background: #FFFFFF;
	}

	.menu span {
		margin-right: 0px;
		padding: 5px 10px 5px 10px;
		text-transform: uppercase;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		cursor:pointer		
	}

	.menu span:hover, .menu .current_page_item span {
		background: #566316;
		color: #FFFFFF;		
	}

	.menu span:hover {
		text-decoration: underline;
		font-size:12px
	}

	/*stiluri pentru pagina*/		
	#page {
		margin-left:auto;
		margin-right:auto;
		text-align:left;
		padding:5px;
		width:1000px;
		border:1px solid white;
	}
	#leftPanel {
		float:left;
		padding:0px;
		width:180px;
		background:url(../images/img02.jpg) 
	}
	.leftPanelMenuItem{
		height:25px;
		text-align:right;
		margin-right:29px
	}
	.leftPanelMenuItem a{
		background-color:white;
		border:2px outset white;		
		text-align:center
	} 
	#subpage {
		float:right;
		width:800px;		
		padding:5px 0;
	}		
	#content {
		float:left;
		width:520px;
		padding:5px;
	}
	#rightPanel {
		float:right;
		padding:5px;
		background:url(../images/img02.jpg) 		
	}
	#footer{
		width:1000px;
		height:100px;
		background:url(../images/img02.jpg);
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
	}
	.centerText {
		text-align:center;
	}
	a	{
		text-decoration:none;
	}
	a:hover {
		text-decoration: underline overline;
		background-color:#ffffff;
		color:red;
		letter-spacing:1pt;
		font-family:'Arial';
		font-size:14px		
	}
	.spanLink {
		cursor:pointer;
		background-color:#ffffff;
	}
	.itemStyle {
 		border: 1px solid #666699;
 		padding: 5px;
	}	 
	.centerTable {
		margin-left:100px;
		
	}
	#searchTable {
		background-color: #FFFFFE;
		width:228px;
		text-align:left;
		border:2px outset white;
		padding:2px;
		margin-left:7px;	
	}
	.linkButton {
		background-color: #FFFFFE;
		width:220px;
		text-align:left;
		border:2px outset white;
		cursor:pointer;		
	}
	.linkButtonTD {
		background-color: #FFFFFE;
		width:220px;
		height:55px;
		vertical-align:top;
		text-align:left;
		border:2px outset white;		
	}	
	.linkButtonArticle {
		font-weight:bold;
		background-color: #FFFFFE;
		width:300px;	
		border:2px outset white;
		cursor:pointer;
	}
	.pageLink {
		width:20px;
		border:2px outset white;
	}		
	#errorBox{
		text-align:center;
		color:#FF0000;
	}
	.intro {
		font-family:'Comic Sans MS';
		text-align:center;
		font-weight:bold;
		font-size:18px
	}
	.menuItem {
		width:115px;
		text-align:center;
		border:2px outset white;
	}
	#generateArticle {
		font-size:15px;
		line-height:22px
	}
	#generateArticle:first-letter {
		font-size:18px;
		color:red		
	}
	.sourcecode {
		padding:0px 10px 0px 10px;
		margin-bottom:10px;
		border:#e5e4e2 solid 1px;
		background-color:#f6f8f7;
		text-align:center
	}
