
body {
	margin: 0px;
	padding: 0px;
	background: url(images/img01.jpg) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #212121;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #175500;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 130px;
	margin: 0px auto;
              background: url(images/titlu.jpg) no-repeat;
	
}

#header a {
	text-decoration: none;
	color: #FFE7B3;
}


/* Menu */

#menu {
	float: right;
	background: #4E6980;
	border-top: 3px #C2A140 solid;
	margin: 120px 50px 0 0;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
	background: url(images/img02.jpg) no-repeat right 50%;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

#menu .active a {
}

/* Page */


#page {
	width: 900px;
	margin: 0px auto;
              	padding: 70px 0 0 0;
}

/* Content */

#content {
	margin: 0px auto 0px auto;
	width: 700px;
              
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #BFC9AE solid 1px;
	color: #232F01;
}

.post .title a {
	color: #232F01;
}


.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}


/* Footer */



#footer {
        
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	background: #70A0D0;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}