* {
	padding: 0;
	margin: 0;	
}
body {
	font-family: Verdana;
	text-align: left;
	background: #eee repeat-x url('../images/frontoffice/bkg.png');
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main_container {
	margin: 0 auto;
	width: 950px;
	border: 1px solid #eee;
	background-color: #FFF;
}

#banner {
	height: 70px;
	line-height: 50px;
	vertical-align: middle;
	color: #FFF;
	font-size: 20px;
	/*background-color: #33AACC;*/
	background-color: #28241E;
	padding-left: 50px;
}
#banner_title {
	float: left;
	width: 600px;	
}
#banner_login {
	padding-top: 5px;
	line-height: 15px;
	font-size: 15px;
	float: left;
	width: 300px;	
}
.login_label {
	float: left;
	width: 90px;
	padding-left: 10px;
}
.login_buttons {
	text-align: center; 
	margin-top: 5px; 
	border-top: 1px solid #FFF;
	float: left;
	width: 90px;
}
#context_image {
	height: 200px;
	border-bottom: 1px solid #000;
}
#menu {
	padding: 10px;
	height: 200px;
	width: 400px;
	text-align: left;
}
#menu a {
	display:block;
	text-decoration:none;
	font-family: arial, helvetica, verdana, sans-serif;
	white-space: nowrap;
}

h1, h2, h3 {
	margin: 0;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

p, ol, ul, dl {
	margin-top: 0;
	text-align: justify;
	line-height: 2.2;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

strong {
	color: #4A3E29;
}

a {
	color: #506C00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 27px 0 0;
}

img.alignright {
	margin: 0 0 0 27px;
}

img.border {
	padding: 4px;
	border: 1px solid #E9E4D8;
}

.clear {
	clear: both;
}
/* Content */
#content {
	float: left;
	width: 950px;
}
/* Post */
.post .title, .post .date {
	padding: 0 25px;
}
.post .title {
	margin: 0;
	padding-top: 50px;
	line-height: normal;
	font-size: 32px;
	color: #5A5544;
}
.post .date {
	line-height: normal;
	color: #ACAAA1;
}
.post .entry {
	margin: 0 25px;
	padding: 20px 0;
	border-top: 1px solid #E5E1D8;
	
}
.post .meta {
	height: 10px;
	background: #E5ECDB;
	border-bottom: 1px solid #DDE5CE;
}
/* footer */
#footer-bar {
	padding: 35px 35px 0 35px;
	background: #28241E url(../images/frontoffice/bg09.jpg) repeat-x;
	color: #736F6A;
}
#footer-bar a {
	color: #736F6A;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 246px;
	padding: 24px 50px 0 0;
	background: url(images/bg04.jpg) no-repeat 100% -335px;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	line-height: normal;
	border-left: 1px solid #E5E1D8;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0;
	line-height: 30px;;
	border: none;
}

#sidebar li li {
}

#sidebar h2 {
	margin: 0 0 20px 0;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #E5E1D8;
}
#content-twocolumns {
	float: left;
	width: 600px;
}
.alertmessage {
	margin: 20px 0px 20px 0px;
	padding: 5px;
	border: 1px solid #FFBB44;
	background-color: #EEE;
}
li.subscribed {
	line-height: 20px;
}