.green
{
	background-color:#5a7520;
}
.border_left
{
	position:relative;
	float:left;
	background:transparent url(/media/border_left.jpg) top left repeat-y;
}

.border_right
{
	position:relative;
	float:right;
	background:transparent url(/media/border_right.jpg) top right repeat-y;
}

#main
{
	padding-bottom:21px;
}
#header
{
	height:100px;
	background:#ffffff;
	border-bottom:#edff91 10px solid;
}

#logo
{
	position:absolute;
	top:25px;
	left:36px;
}

#menu_top
{
	position:absolute;
	top:25px;
	right:36px;
}

#flash
{
	height:295px;
}

#content
{
	background:#ffffff;
	border-top:#edff91 10px solid;
	border-bottom:#5a7520 10px solid;
	overflow:auto;
}

#content_left
{
	position:relative;
	float:left;
	width:220px;
	margin:0 20px 0 15px;
	padding:15px 0px;
}

#content_right
{
	position:relative;
	float:left;
	width:535px;
	padding:15px 0px;
}

#footer
{
	text-align:center;
	padding-top:10px;
}
#copyright
{
	clear:both;
	text-align:center;
	color:#FFFFFF;
}

#header ul.navigation,
#footer ul.navigation
{
	list-style-type: none;
	margin:0 auto;
}

#footer ul.navigation
{
	width: 500px;
}
#header ul.navigation li,
#footer ul.navigation li
{
	padding:0 0.5em;
	float:left;
}
.email
{
	unicode-bidi: bidi-override;
	direction: rtl;
}

/* Gallery Styling */
.gallery .image-title,
.gallery .image-description,
.gallery .image-author,
.gallery .image-link {
	display:none;
}

.gallery
{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: none;
}

.gallery ul
{
	list-style-type: none;
	border: none;
	padding: 0;
	margin: 0;
}

.gallery ul li
{
	display: inline;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.gallery ul li a
{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	margin: 14px;
	display: inline-block;
	background: white;
	padding: 3px;
	line-height: 0;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	border-radius: 4px 4px;
	-moz-box-shadow: 0px 0px 8px #AAA;
	-webkit-box-shadow: 0px 0px 8px #AAA;
	box-shadow: 0px 0px 8px #AAA;
	-webkit-transition: -webkit-box-shadow 0.1s ease-out;
	-moz-transition: -webkit-box-shadow 0.1s ease-out;
	-o-transition: -webkit-box-shadow 0.1s ease-out;
	transition: -webkit-box-shadow 0.1s ease-out;
}

.gallery ul li a img
{
	border: none;
	padding: none;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	border-radius: 4px 4px;
}

.gallery ul li a:hover
{
	-moz-box-shadow: 0px 0px 8px #222;
	-webkit-box-shadow: 0px 0px 8px #222;
	box-shadow: 0px 0px 8px #222;
}

