body {
	background: #363636 url( /app/webroot/img/background.gif ) top center;
	text-align:center;
}
body, table {
	font-family: 'trebuchet ms', verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

/* layout */
#body {
	margin-bottom: 10px;
}
#container {
	background: #363636 url( /app/webroot/img/layout_body.gif ) repeat-y;
	width: 769px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align:left;
}
#head {
	background: url( /app/webroot/img/layout_head.gif ) no-repeat;
	height: 30px;
	padding: 45px 50px 30px 50px;
}
#logo {
	float:left;
	width: 387px;
	height: 55px;
	position: relative;
	margin:0;
	padding: 0;
	/* Style header in case images hidden */
	color: #81B110;
	font-size: 22px;
	letter-spacing: .1em;
}
#logo a {
	background: url( /app/webroot/img/mlevi_photography_logo.gif ) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#login {
	float:right;
	margin-top: -5px;
}
#menu {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 28px;
}
#content {
	padding: 10px 50px 0 50px;
}
#foot {
	background: url( /app/webroot/img/layout_footer.gif ) no-repeat;
	padding: 40px 0 0 0;
	margin: 0;
}
#credits {
	text-align: center;
	margin: 20px 0 10px 0;	
}

/* general styles */
.back_link {
	padding-left: 12px;
	background: url( /app/webroot/img/arrow_left.gif ) 0 2px no-repeat;
}
a.forward_link {
	padding-right: 12px;
	background: url( /app/webroot/img/arrow_right.gif ) right 3px no-repeat;
}
.del_link {
	padding-left: 12px;
	background: url( /app/webroot/img/del_link.gif ) 0 4px no-repeat;
}

a {
	color: #81B110;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #9bd413;
}
