@charset "utf-8";
/* Content */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	background-position: 0px 0px;
	background-image: url("../images/pattern_105.gif");
	color: #333333;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align:right;
	margin-bottom:5px;

}

h2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-align:right;
}

#entry_left {
	border: 1px dashed black;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #B2CC89;
	float:left;
	width: 583px;
}
.entry_right {
	border: 1px dashed black;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #B2CC89;
	float:left;
	width: 168px;
}

#code {
	font-family: serif;
	font-style: italic;
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;	
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	font-size: 12px;
}



#page {
	position:absolute;
	left:50%;
	width:995px;
	margin-top: 0px;
	margin-left:-500px;
	float: left;
	display: block;
	background-color: white;
	padding: 10px;
	padding-bottom: 20px;
}
#left {
	display: block;
	float: left;
	width: 595px;
	margin-right: 20px;
	background-color: white;
	text-align:justify;
}

#right {
	display: block;
	float: left;
	width: 180px;
	margin-right: 20px;
	background-color: white;
	text-align:justify;
}

#right ul {

	width: 180px;
	display:block;
	margin-bottom: 5px;
}

#right ul li{
	display:block;
	list-style-type: none;
	border-bottom: 1px dashed black;
	text-align: right;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
}

#right ul li a {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: black;
	border: none;
}

#right ul li a:focus,
#right ul li a:hover,
#right ul li a:active  {
	color: black;
	text-decoration: none;
	background-color: #B2CC89;
}

#righter {
	display: block;
	float: left;
	width: 180px;
	text-align:justify;
	background-color: white;
}

#righter a{
	font-size: 10px;
	text-decoration: none;
}

#righter a:focus,
#righter a:visited,
#righter a:hover,
#righter a:active  {
	color: black;
	text-decoration: none;
	background-color: #B2CC89;
}

#gallery {
	display: block;
	background-color: #B2CC89;
}

.element {
	display: block;
	width: 120px;
	height: 120px;
	border: 1px solid gray;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	padding: 5px;
	background-color: white;
	float: left;
}

a {
	border: none;
}

a img {
	margin: 5px;
	padding: 0px;
	border: 1px solid gray;
}

