body {
	background-image: url(../images/layout/background-body.jpg);
	margin: 0px;
	padding: 0px;
}

a img{
	border:none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	line-height: 1.5em;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #5c7ab0;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	line-height: 1.5em;
	margin-left:27px;
}

#container {
	width: 802px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	background-image: url(../images/layout/backgrount-container.jpg);
	background-repeat:repeat-y;
}

#header {
	width: 802px;
	height: 104px;
	background-image: url(../images/layout/header-main.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 802px;
	height: 34px;
}

#content {
	width: 802px;
	height: auto;
	background: none;
}

#appointment {
	width: 177px;
	height: auto;
	background-color: #c8daf2;
	float: left;
	background-image: url(../images/layout/fade-bar-nav.jpg);
	background-repeat: no-repeat;
	padding: 175px 0px 0px 28px;
}

#text {
	width: 575px;
	height: auto;
	float: right;
	padding-left: 22px;
}

#text p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#text-technology {
	width: 575px;
	height: auto;
	float: right;
	padding-left: 22px;
	background-image: url(../images/layout/background-technology.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#text-contact {
	width: 575px;
	height: auto;
	float: right;
	padding-left: 22px;
	background-image: url(../images/layout/background-contact.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#text-finance {
	width: 575px;
	height: auto;
	float: right;
	padding-left: 22px;
	background-image: url(../images/layout/backgrount-finance.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#footer {
	width: 802px;
	height: 24px;
	background-color: #c7d9f1;
	font-family: "Times New Roman", Times, serif; 
	font-size:13px; 
	color: #254e96;
	clear: both;
}

.text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#363636;}

