body 
{	font-family: Verdana,Arial,Sans;
	font-size:9pt;
	background-color: #444;
	text-align:center;

}

h1 { font-size:12pt;}

td { padding:0.1em;}

a { 	
	color: #333;
	outline-style:none;
	outline-width:0;
}

strong { font-weight:bold;}

#container 
{
	width:1100px;
	margin:0 auto;
	text-align:left;
	min-height:350px;
	-moz-border-radius-bottomright:1.5em;
	background-color: #80cc28;
}

#header 
{
	min-height:120px;
	padding:0.5em;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-border-radius-topright:1.5em;
}

#body 
{
	clear:both;
}

#content 
{
	background-color:#fff;
	margin:1.2em;
	color:#333;	
	padding:0.5em;
	height:500px;
	overflow:auto;
	text-align:justify;
}

#menu 
{
	background-color:#ed1c24;
	min-height:25px;	
}

#menu ul
{
	padding:0px;
	margin:0px;
}

#menu li
{
	float:left;
	padding:0.3em;
}

#menu li:hover
{
	background-color:#f00000;
}

#menu li li 
{
	float:none;
	background-color:#ed1c24;
	z-index:10;
}

#menu a 
{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#right
{
	text-align:center;
	font-size:13pt;
	font-weight:bold;
	padding:0.5em;
	background-color:#ed1c24;
}

#right img
{
	padding:0.2em;
}

table {
	clear:both;
}

#footer li
{
	float:left;
	padding:0.3em;
	min-width:150px;
}


#footer li li
{
	float:none;
	background-color:#ed1c24;
	text-align:left;
}


#footer a 
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#footer 
{
	color: #fff;
	background-color:#ed1c24;
	clear:both;
	min-height:28px;	
	text-align:center;
}

#footer2
{
	text-align:center;
	font-size:8pt;
	font-weight:bold;
	clear:both;
	color:#fff;
}

#slideshow {
	background-image:url('images/gglogo_250.png');
	background-repeat:no-repeat;
	background-position: center middle;
	min-height:180px;
	width:1100px;
}


table.rogon { border-left:1px solid black; border-top:1px solid black;}
table.rogon td {border-right:1px solid black; border-bottom:1px solid black; padding:0.3em;}

.gallery_photo 
{
	display:inline;
	float:left;
	border:0.5em solid #eee;
	margin:0.8em;
	background-color:#eee;
}

.gallery_pic
{
	text-align:center;
}

.gallery_pic img
{
	width:400px;
	border:0.5em solid #eee;
}

.gallery_thumb
{
	float:left;
}

.gallery_thumb img
{
	width:50px;
	margin:1px;
}

.gallery_album
{
	float:left;
	display:inline;
	margin:0.5em;
	padding:0.5em;
	border:0.5em solid #eee;
}

.gallery_album_name
{
	text-align:center;
	font-weight:bold;
}

.catalog
{
	display:inline;
	float:left;
	margin: 2em;
	text-align:center;
}

.catalog_photo 
{
	text-align:center;
}

.catalog_photo img 
{
	width: 450px;
}

