body {
	font-family: 'Trebuchet MS', 'Lucida Grande',
		  Verdana, Lucida, Geneva, Helvetica,
		  Arial, sans-serif;
	font-size: 12px;
	background-image: url("../img/line.gif");
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 0px;
}

#temp {
	width: 800px;
	height: 700px;
	margin: auto;
}

#wrapper {
	font-family: 'Trebuchet MS', 'Lucida Grande',
		  Verdana, Lucida, Geneva, Helvetica,
		  Arial, sans-serif;
	font-size: 12px;
	width: 800px;
	margin: auto;
	height: 118px;
	margin-top: 0px;
	padding-top: 0px;
}

#nav {
	width:800px;
	margin: auto;
}

.menu {
	width: 790px;
	text-align: left;
	margin-top: 20px;
}

.menu ul {
	padding: 0px;
	margin: 0px;
}

.menu ul li {
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	padding-top: 0px;
}

.menu ul li a {
	text-decoration: none;
	color: #707070;
	padding-top: 0px;
	line-height: 27px;
	height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menu ul li a:hover {
	color:#336699;
	padding-left: 10px;
	padding-right: 10px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#titlu {
	font-weight: bold;
	color: #336699;
	font-size: 16px;
	border-bottom: 1px dotted #336699;
	width: 780px;
}

#bottom {
	width: 790px;
	height: 70px;
	background-color: #336699;
	clear: both;
	margin-top: 30px;
	border-top: 10px solid #7f7f7f;
}

p {
	width: 780px;
	text-indent: 10px;
	text-align: justify;
}

.menuB {
	width: 790px;
	text-align: left;
}

.menuB ul {
	padding: 0px;
	margin: 0px;
}

.menuB ul li {
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	padding-top: 0px;
}

.menuB ul li a {
	text-decoration: none;
	color: #ffffff;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menuB ul li a:hover {
	color:#7f7f7f;
	padding-left: 10px;
	padding-right: 10px;
}

#copyright {
	color: #ffffff;
	font-weight: bold;
}