@charset "utf-8";
/* CSS Document */


body {
	background: url(images/wraper-bg.png) top repeat-x;
	background-color:#e186e7;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	}
#wraper {
	position:relative;
	width:1020px;
	margin: 0 auto;
	background: transparent url(images/text-bg.png) repeat;
}

#header {
	height:119px;
	position:relative;
	margin:0 auto;
	
	}

#logo {
	width:237px;
	height:119px;
	position:absolute;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	float:left;
	left: 22px;
	
	}
	
#menu {
	width:496px;
	height:48px;
	position:absolute;
	float:right;
	bottom:2px;
	left: 491px;
	text-align:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#6b6b6b;
	
	}
	
#menu a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;

	color:#6b6b6b;
	text-decoration:none;
}

a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration: underline;
}
a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#e186e7;
	text-decoration: underline;
}
#menu a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;

	color:#e186e7;
	text-decoration:none;
}
	
#content-wrap {
	margin: 0 auto;
		border-top: #f2e0f2 1px solid;
}

#picture {
	width:460px;
	height:380px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	background-repeat:no-repeat;
	
}
	
#content {
	width:474px;
	height:380px;
	float:right;
	margin-left:20px;
	margin-top:10px;
	padding-right: 18px;

	
}

#content-usligi-gal {
	margin-left:20px;
	margin-top:10px;
	padding-right: 18px;
	height:380px;
	float:right;
	margin-left:20px;
	margin-top:10px;
	padding-right: 18px;
	text-align: justify;

	
}

#content-in {
	float:right;
	text-align: justify;
	color:#333333;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;

	
}
#footer {

	height:30px;
	position:relative;
	margin:0 auto;
	text-align:center;
border-bottom: #f2e0f2 1px solid;
	}
