html, body  
{
	background: #f5f5f5; 
	text-align: center; 
	font-size: 12px; 
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	color: #333;
}

/* Layout */
#container
{
	font-size: 12px; 
	text-align: left;
	width: 728px;
	margin: 10px auto;
	line-height: 130%;
}


#top
{
	width: 728px;
	height: 200px;
	padding: 0em;
	background-image: url('images/baner.jpg');
	background-repeat: no-repeat;
}


#rightnav
{
	float: left;
	width: 200px;
	margin: 0;
	padding: 1em;
}

#leftnav
{
	max-width: 60em;
	margin-right: 200px;
	border-right: 1px solid gray;
	padding: 1em;
}

#content
{
	clear: both;
	padding: 1em 0 1em 0;
	margin: 0;
}


#footer
{
	clear: both;
	margin: 4em 189px 0 190px;
	padding: 0;
	text-align: center;
	border-top: 1px solid #eee;
	width: 349px;
}

#content img.right
{
	float: right;
	padding: 0;
	margin: 1em 0 0 1em;
	clear: right;
}

.gallery 
{
	float: left;
	margin: 0;
	padding: 0;
}


.home_row
{
	float: left;
	padding: 0;
	margin: 0 2px 2px 0;
	border-style: none;
}

.one_row
{
	float: left;
	padding: 0;
	margin: 0 7px 10px 0;
	border-style: none;
}
/*
#rightnav p { margin: 0 0 1em 0; }
*/
#content h2 
{ 
	padding: 0;
	margin: 1em 0 0 0; 
	font-size: 1.6em;
}

#content ul 
{
	padding: 0;
	margin: 0;
	list-style-type: disc;
}

#content ul li
{
	margin: 0 0 0 15px;
	padding: 0;
	text-align: justify;
}

#content p 
{
	text-align: justify;
}

#content p a,#content p a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #8DAE22;
	background-color: #f5f5f5; 
}

a.green, a.green:hover 
{
	text-decoration: none;
	font-weight: bold;
	color: #8DAE22;
	background-color: #f5f5f5; 
}

#content span.akcent
{
	color: #9B2001;
	background-color: #f5f5f5; 
}

/* Navigation */
#navcontainer
{
	padding: 0;
	margin: 0;
	width: 100%;
}

#navcontainer ul 
{
	padding: 0;
	margin: 0;
	text-align: center;
}

#navcontainer ul li 
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 182px;
	height: 29px;	
	text-align: left;	
}

#navcontainer ul li a 
{
	height: 29px;
	display: block;
	padding: 0.4em 0 0 20px;
	margin: 0;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background-image: url('images/gray_button.png');
	background-repeat: no-repeat;
	background-color: #f5f5f5; 
}

#navcontainer ul li a#current, #navcontainer ul li a:hover
{
	background-color: #f5f5f5; 
	background: url('images/green_button.png') no-repeat left center;
}
