body {
	text-align: center;
	background: #fffee5 url(/g2/bgMain.jpg) repeat-x top;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	margin: 0; padding: 0;
}

#main {
	text-align: left;
	width: 712px;
	overflow: hidden;
	display: block;
	margin: auto;
}

#header {
	background: #fffee5 url(/g2/bgTop.jpg) repeat-x top;
	height: 101px;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

#logo {
	position: absolute;
	top: 10px;
	left: 40px;
	width: 177px;
	height: 63px;
	background: url(/g2/logo.gif) no-repeat 0 0;
	text-indent: -2000px;
}

#body {
	background: url(/g2/bgRegular.jpg) repeat-y left;
	overflow: hidden;
	display: block;
}

#middle {
	background: url(/g2/bgMiddle.jpg) no-repeat 0 0;
	overflow: hidden;
	display: block;
	height: 194px;
}

#footer {
	background: url(/g2/bgBottom.gif) no-repeat 0 0;
	overflow: hidden;
	display: block;
	height: 42px;
	position: relative;
	text-align: left;
	width: 712px;
	margin: auto;
	clear: both;
}

#footer a {
	float: right;
	text-indent: -2000px;
	opacity: .5;
	display: block;
	width: 60px;
	height: 32px;
	margin-top: 7px;
}

.col-left {
	float: left;
	overflow: hidden;
	display: block;
	width: 249px;
	background: url(/g2/adres.gif) no-repeat 30px 10px;
	height: 194px;
}

.col-right {
	float: left;
	overflow: hidden;
	display: block;
	width: 450px;
	margin-left: 2px;
}

#flags {
	position: absolute;
	top: 0;
	left: 250px;
	background: url(/g2/flags.gif) no-repeat 0 0;
	width: 450px;
	height: 28px;
}

#flags a {
	float: left;
	width: 70px;
	display: block;
	text-indent: -2000px;
	margin-left: 1px;
	height: 28px;
}

#menu {
	padding: 0; margin: 0;
	position: absolute;
	top: 30px;
	left: 270px;
}

#menu li {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0 2px;
	font-size: .8em;
}

#menu li a:link, #menu li a:visited {
	display: block;
	float: left;
	overflow: hidden;
	background: url(/g2/tab.gif) no-repeat 0 0;
	height: 50px;
	line-height: 50px;
	padding-left: 11px;
	text-decoration: none;
	color: #000;
}

#menu li a:link span, #menu li a:visited span {
	float: left;
	height: 50px;
	background: url(/g2/tab.gif) no-repeat right 0;
	padding-right: 11px;
}

#menu li a:hover {
	background-position: 0 -50px;
}

#menu li a:hover span {
	background-position: right -50px;
}

#content {
	font-size: 13px;
	margin-left: 30px;
	margin-right: 30px;
}

#content p {
	text-indent: 2em;
	padding: 5px;
	margin-right: 15px;
}

#content h1 {
	text-indent: 1.5em;
	display: block;
	clear: both;
	font-size: 1.1em;
	height: 35px;
	line-height: 35px;
	background: url(/g2/bgHeader.jpg) repeat-x top;
	margin-bottom: 10px;
}

#img-left {
	float: left;
	width: 250px;
	height: 200px;
	line-height: 200px;
	background: url(/g2/hurt.jpg) no-repeat center center;
	vertical-align: center;
	text-align: center;
}

.ContactInput {
	border: 1px solid #e4e3bb;
	padding: 3px;
	font-size: 12px;
	background-color: #fbfade;
	font-family: Arial;
}