@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bottomBack.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

/* MAIN DESIGN */
#mainContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainHeader {
	margin-top: 30px;
	height: 80px;
	text-align: center;
}
#mainContent {
	width: 600px;
	float: left;
	padding-right: 7px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #ffffff;
	/* backgroundOpacity */
	/*  filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;	 */
}
#mainRight {
	float: right;
	clear: none;
	width: 360px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #E6E6E6;
}
#mainClear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#mainFooter {
	height: 60px;
	margin-bottom: 10px;
	margin-top:10px;
}


/* MAIN FONTS & IMAGES */
#mainContent h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #00CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 20px;
}
#mainContent blockquote {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
	white-space: normal;
	text-decoration: none;
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-left: 10px;
	line-height: 14px;
}

#mainContent p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
	white-space: normal;
	line-height: 16px;
}
#mainRight h3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#mainRight #img {
	padding-bottom: 15px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
#mainFooter a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
}
#mainFooter a:hover	{
	text-decoration: none;
}
#mainFooter img {
	float: left;
	margin-left: 10px;
}
#broshura {
	margin-top: 30px;
	text-align: center;
}

