body {
	margin: 10px 0;
/*	background: #686868 url(graphics/bodybg.jpg) top left repeat-x;*/
/*	background: #000 url(graphics/bodybg2.jpg) bottom left repeat-x;*/
	background: #000;
	font-family: verdana, arial, "trebuchet ms", sans-serif;
	font-size: small;
	color: #e2e2e2;
}

h1 {
	font-weight: lighter;
	font-size: large;
}

h2 {
	font-size: medium;
	color: orange;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #777;
	margin: 5px 0px -5px 0px;
}

h3 {
	font-size: small;
	color: #e2e2e2;
	margin-bottom: 4px;
}

a {
	color: #e2e2e2;
}

p.img_left img {
	float: left;
}	

#breaker {
	background: transparent;
	height: 1px;
	clear: both;
}

#site_wrapper {
	width: 720px;
	height: 100%;
	background: #444;
	border: solid 20px #222;
}

#site_header {
	width: 680px;
	height: 90px;
	background: #ddd url(/_files/graphics/topbanner.jpg) center center no-repeat;
	color: #222;
	clear: both;
	padding: 20px;
	text-align: left;
}

#site_header h1 {
	text-transform: capitalize;
	text-indent: 157px;
	font-weight: lighter;
	font-size: xx-large;
}

#site_body {
	width: 720px;
	clear: both;
	text-align: left;
}

#site_content {
	width: 519px;
	height: 100%;
	color: #e2e2e2;
	float: right;
	vertical-align: top;
	text-align: left;
	padding: 20px 20px 20px 20px;
	overflow: auto;
}

#site_content img {
	border: solid #ccc 2px;
	float: right;
	margin-left: 15px;
}

#site_gallery {
	width: 519px;
	height: 100%;
	color: #e2e2e2;
	float: right;
	vertical-align: top;
	text-align: left;
	padding: 20px 20px 20px 20px;
	overflow: auto;
}

#site_gallery_images {
	padding: 10px;
	background: #ddd;
}

#site_gallery_images img {
	margin: 5px;
}
#site_menu {
	width: 120px;
/*	height: 390px;*/
	height: 100%;
	color: #e2e2e2;
	float: left;
	vertical-align: top;
	text-align: left;
	padding: 20px 20px 20px 20px;
	margin-top:0px;
	overflow: auto;
}

#site_navigation ul {
	margin: 10px 0px 0px 0px;
	list-style: none;
	padding: 0;
	line-height: 25px;
}

#site_navigation a {
	text-decoration: none;
	color: orange;
}

#site_navigation a:hover {
	font-weight: lighter;
	text-decoration: underline;
	color: #FFA500;
}

#site_address {
	margin-top: 65px;
}

#site_footer {
	clear: both;
}

.galleri_table {
	width: 100%;
}

.gallery_td {
	width: 33%;
	vertical-align: top;
	text-align: center;
	background: #393939;
	border: solid 1px #ccc;
}

.gallery_td img {
	margin-bottom: 4px;
	border: solid 1px #000;
}

#gb-entry {
	background-color: #eee;
	padding: 5px; 
	border: gray 1px solid; 
	color: #333;
}
