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

body {
	padding:0;
	margin:0;
	font-family: Garamond;
	background-color: #E1E1E1;
}
.wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	width:1024px;
	height:800px;
	border: thin solid #CCC;
	background-image:url(images/layout/layout_1.jpg);
	background-repeat: no-repeat;
	font-family: Garamond;
}
#Slideshow {
	position:relative;
	left:480px;
	width:450px;
	top:35px;
	z-index:5;
	/**border: thin solid #000000;**/
}
#MainMenu {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	/*left:80px;*/
	top:61px;
	width:850px;
	height:43px;
/*    border: thin solid #000000;*/
}
#News {
	position:relative;
	left:80px;
	top:80px;
	width:836px;
	height:96px;
	font-size:18px;
	/*border: thin solid #000000;*/
}
#Body {
	position:relative;
	left:80px;
	top:95px;
	width:836px;
	height:345px;
	/*border: thin solid #000000;*/
}
#Footer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:840px;
	height:20px;
	margin-top:130px;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;	/*border: thin solid #000000;*/
}
#FooterServices {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:840px;
	height:20px;
	margin-top:225px;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;	/*border: thin solid #000000;*/
}
#FooterContact {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:840px;
	height:20px;
	margin-top:225px;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;	/*border: thin solid #000000;*/
}
.MainMenuText a {
	font-size:18px;
	font-family: Garamond;
	color: #990000;
	text-decoration: none;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 1px;
	padding-right: 20px;
	height: 5px;
	padding-top: 5px;
}
.MainMenuText a:hover {
	color: #0f45a8;
	text-decoration: underline;
}
.services
{
	font-size:18px;
}
.wrapperAdmin {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width:300px;
	height:150px;
	border: thin solid #CCC;
	text-align: center;
	background-color: #FFC;
}

