body {
	margin: 0px;
	background-image: url('images/header_bg.gif');
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #6d6d6d;
	text-align: center;
}

img {
	border: 0px;
}

#main {
	margin: 0px auto;
}

#header {
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	width: 1008px;
	height: 157px;
	margin: 0px auto;
}

#menu_bg {
	background-image: url('images/menu_bg.gif');
	background-repeat: repeat-x;
	height: 87px;
}

#butoane {
	width: 1008px;
	margin: 0px auto;
}

#content {
	width: 1008px;
	margin: 0px auto;
}

#left {
	width: 690px;
	float: left;
	min-height: 400px;
	padding-right: 10px;
	text-align: left;
}

#right {
	width: 308px;
	float: left;
	text-align: left;
}

.clear {
	clear: both;
}

#footer {
	background-image: url('images/footer.gif');
	background-repeat: repeat-x;
	height: 34px;
	text-align: center;
	padding-top:10px;
}

#titlu {
	color: #005ba7;
	font-size: 14px;
	font-weight: bold;
}

#button {
	width: 115px;
	height: 86px;
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

#button:hover {
	background-image: url('images/activebutt.gif');
	width: 115px;
	height: 86px;
	float: left;
	margin: 0px 10px 0px 10px;
	text-align: left;
}

#button_description {
	padding-top: 10px;
	height: 50px;
}

a.button_link:link, a.button_link:visited, a.button_link:active, a.button_link:hover {
	color: #005ba7;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited, a:active, a:hover {
	color: #005ba7;
	font-size: 11px;
	text-decoration: underline;
}

#lista {
	width: 400px;
	margin-left: 30px;
}

#lista label {
	float: left;
	width: 90px;
	display: inline;
	font-weight: bold;
}

#lista input, #lista textarea {
	width: 250px;
	margin: 2px;
	padding: 3px;
	border: 1px solid #005ba7;
	background: #fff9f6;
}

#portofoliu {
	width: 133px;
	float: left;
	text-align: center;
	margin: 15px;
}

#p_title{
	float:left;
	width: 133px;
	text-align: center;
}