body {
	background: url(images/bg.png) top repeat-x #52d3ce;
	margin: 0px;
	padding: 0px;
	font: 11px  arial, helvetica;
	color: #000;
	text-align: left;
}

h1 {
	text-decoration: none;
	margin: 15px 0 0 20px;
	padding: 15px 0 0 20px;
	margin: 2px;
	color: #fff;
	font-size: 13px;
	font-variant: small-caps;
}

h2 {
	text-decoration: none;
	margin: 15px 0 0 10px;
	padding: 15px 0 0 10px;
	margin: 2px;
	color: #4d112d;
	font-size: 14px;
}

h3 {
	text-decoration: none;
	padding: 0px 0 10px;
	margin: 2px;
	color: #FCF7D1;
	font-size: 11px;
}

h4 {
	text-decoration: none;
	padding: 0px 0 5px 3px;
	margin: 2px;
	color: #FCF7D1;
	font-size: 11px;
}

p {
	text-align: justify;
	padding: 0px;
	margin: 0px;
}

img.left {
	float: left;
	padding: 0px 10px 10px 5px;
}

#container {
	width: 800px;
	height: auto;
	margin: auto;
}

#top_content {
	width: 800px;
	height: 200px;
	margin: auto;
	/*background: url(images/top_bg.jpg) no-repeat center top;*/
	position: relative;
}

#down_content {
	width: 800px;
	height: auto;
	margin: -1px auto auto;
	/*background: url(images/down_bg.jpg) no-repeat center top #fcfddb;*/
}

#logo {
	width: 200px;
	float: left;
}

/*---------------menu-------------*/

#menu {
	width: 350px;
	height: 200px;
	float: right;
}



#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}


#menu li a {
	width: 80px;
	height: 200px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	
}


#menu li a:hover {
	float: left;
	width: 80px;
	height: 200px;
	background: url(images/arrow.gif) no-repeat left;
	margin-left: 5px;
	margin-right: 5px;
	
}

#menu li.home_current img{
	border-bottom-color: #e5190c;
	border-bottom-width: 10px;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	
}
#menu li.home_current a{
	margin-left: 5px;
	margin-right: 5px;
}

#menu li.about_current img{
	border-bottom-color: #e5190c;
	border-bottom-width: 10px;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	
}
#menu li.about_current a{
	margin-left: 5px;
	margin-right: 5px;
}

#menu li.contact_current img{
	border-bottom-color: #e5190c;
	border-bottom-width: 10px;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	
}
#menu li.contact_current a{
	margin-left: 5px;
	margin-right: 5px;
}

#menu li.contact a:hover {
	width: 80px;
	height: 200px;
	background: url(images/arrow.gif) no-repeat left;
	margin-left: 5px;
	margin-right: 5px;
}

#middle_content {
	clear: both;
	float: left;
	width: auto;
	height: 213px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#intro_text {
	float: left;
	width: 416px;
	height: 213px;
	background: url(images/paper.gif) no-repeat center;
	text-align: left;
}

/*---------------------down content-------------*/

.box {
	width: 360px;
	float: left;
	height: auto;
	padding: 10px 20px 10px 20px;
}

.descr {
	width: auto;
	float: left;
	clear: both;
	width: 320px;
}

.descr img{
	float: left;
	clear: both;
	padding: 0 10px 2px 5px;
}

.descr p{
	padding-bottom: 5px;
}

.descr p.fin{
	padding-bottom: 5px;
	text-align: right;
	font-style: italic;
}

.descr span{
	font-weight: bold;
}


/*--------------footer----------*/

#footer {
	clear: both;
	width: 800px;
	height: 50px;
	text-align: center;
	position: absolute;
    bottom: 0;
}

#footer a {
	text-decoration: none;
	color: #000;
}

.copyright {
	width: auto;
	height: 16px;
	color: #856674;
	padding-top: 15px;

}
