@charset "utf-8";
/* CSS Document */

/* ======== GENERAL TAGS
====================================================== */
body { background-color: #F5F5F3; color: #333; font: 70%/130% Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; }

/* ======== SITE STRUCTURE
====================================================== */
#siteholder { background-color: #fff; border: 7px solid #fff; margin: 0; padding: 0; text-align: left; width: 860px; }

#header { position: relative; border: 0; background: url("/gr/blue_grass2.jpg") no-repeat; height: 130px; }
	#language { position: absolute; top: 5px; right: 140px; font-size: 110%; }
	#language a { color: #FFF; }
	#logo { position: absolute;	top: 25px; left: 25px; z-index: 1000; width: 112px; height: 86px; background: url("/gr/logo.png") center no-repeat; }
#tabs { border-top: 1px solid #000; margin: 0; padding: 0 0 2px 0; }
	#tabs ul { margin: 0; padding: 0 0 0 175px; }
	#tabs li { display: inline;	}
	#tabs a { background-color: #003333; color: #ccc; border: 1px solid transparent; xfont-size: 92%; padding: 2px 10px; text-decoration: none; }
	#tabs a:hover { background-color: #D7E800; color: #000; border: 1px solid #000; border-top: none; }

#main { margin: 15px 0 0 0; position: relative; }
	#leftside { float: left; width: 200px; margin-left: 25px; text-align: center; xpadding-top: 10px; xpadding-bottom: 10px; xborder-bottom: 10px solid #f3f3f3; xborder-top: 10px solid #f3f3f3;}
	#content { margin-left: 235px; padding: 5px 50px 0 15px;  border-left: 1px dotted #ccc; }
		#content h1 { font-size: 130%; border-bottom: 1px solid #ccc; margin-bottom: 20px; color: #567700; }
		#content h3 { font-size: 120%; margin-bottom: 20px; }

a { color: #66A4E1; }
.line { height: 1px; width: 60%; border-bottom: 1px dotted #000; }

#footer { border-top: 5px solid #ECECE6; clear: both; font-size: 0.8em; margin-top: 35px; padding: 10px 10px 20px 30px; text-align: left; }

