@charset "UTF-8";
/* CSS Document */

body {
	margin-top:0px;
	background-color:#999999;
	background-image:url(images/bg.png);
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat-y;
	background-position: center;
}

.font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #000000;}
a:active {color: #000000;}

#outer {
	width:855px;
	height:600px;
	background-image:url(images/gradient.jpg);
	background-color:#7c98d8;
	margin-top:0px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-repeat: no-repeat;
	background-position: center top;
}

#logo {
	position:absolute;
	margin-left:296px;
	margin-top:12px;
	width:263px;
	height:108px;
}

#body {
	position:absolute;
	background-image:url(images/bodytop.jpg);
	background-color:#ffffff;
	background-repeat: no-repeat;
	padding-left:22px;
	padding-right:22px;
	padding-top:7px;
	margin-left:124px;
	margin-top:128px;
	width:563px;
}

#body2 {
	position:absolute;
	background-image:url(images/img_24.png);
	width:607px;
	height:22px;
	margin-left:-22px;
	margin-top:0px;
	text-align:center;
}

#link_home {
	position:absolute;
	margin-top:128px;
	margin-left:23px;
	width:122px;
	height:102px;
}

#link_client {
	position:absolute;
	margin-top:268px;
	margin-left:23px;
	width:101px;
	height:101px;

}
#link_news {
	position:absolute;
	margin-top:408px;
	margin-left:23px;
	width:101px;
	height:102px;
}

#link_people {
	position:absolute;
	margin-top:128px;
	margin-left:712px;
	width:121px;
	height:102px;
}

#link_membership {
	position:absolute;
	margin-top:268px;
	margin-left:731px;
	width:102px;
	height:101px;
}

#link_contact {
	position:absolute;
	margin-top:408px;
	margin-left:731px;
	width:102px;
	height:102px;
}

