body {
	text-align: center;
	font-family: /*76%/120%*/ "Lucida Grande", "Arial", sans-serif; /* Terbuchet MS */
  font-size: 76%;
	color: #2c2c2c;
	background: url( '../images/background.png' ) fixed repeat top left;
}
h2.post span {
	/*color: #2d591a;*/
	color: #333333;
}
#account-links {
	margin: 1em;
}
#account-links-container {
	position: relative;
	width: 746px;
	margin-left: 265px;
	padding: 125px 4px 4px 4px;
	height: 2em;
}
#account-links a {
	color: #2c2c2c;
}
#account-links-name {
	margin: 0 1em 0 0;
	float: left;
	font-weight: bold;
	font-size: 1.1em;
}
#alert-message {
	color: #6e1b05;
	font-weight: bold;
}
#body-container {
	text-align: left;
}
#footer {
	/*text-align: center;*/
	margin: 0 90px 1em 110px; /* left margin is no auto because the whole page is a bit offset */
}
#header { /* flower AND title */
	background: url( "../images/header.png" ) no-repeat;
	width: 100%; /* total width (1110) - title width ( 55) */
	height: 373px;
	position: fixed;
}
#login_field {
	position:absolute;
	background-color:#eeeeee;
	border:1px solid #393028;
	margin-top:.2em;
	padding:.5em 1em .5em .4em ;
	text-align:left;
}
#main-container {
	margin: 8px 0 8em 255px;
	padding: 3px;
	width: 740px;
	background-repeat: repeat-y;
}
#main-nav {
	position: fixed;
	top: 290px;
	width: 150px;
	margin-left: 90px;
	text-align: right;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
}
#main-container {
	position: relative;
	width: auto;
	margin-right: 85px;
}
#main-title {
	float:right;
	margin-right: 30px;
	width: 55px;
	height: 373px;
}
#post-dropdown {
	width: 230px;
	position:absolute;
	background-color:#eeeeee;
	padding:.5em 1em .5em .4em ;
	border:1px solid #333333;
}
#post-dropdown li {
	display: inline;
	margin: .7em;
	list-style-type:none;
	text-align:left;
	width: 30px;
}
#top-panel-message-div {
	height: 3.2em;
	margin: 0 0 0 0px;
}

/* z-index shit */
#header {z-index: 0;}
#main {z-index: 1;}
#main-nav {z-index: 1;}
#main-container {z-index: 1;}
#account-links-container {z-index: 2;}
#main-title a {z-index: 2;}

