* {
	margin: 0px;
}

body {
	background-color: white;	
  text-align: center;
	PADDING: 0px; 
  MARGIN: 0px; 
  WIDTH: 100%; 
  FONT-FAMILY: "Arial CE", "Helvetica CE", Arial, lucida, sans-serif;
	font-size: 85%;
}

h1 {
		font-size: 200%;
}

h2 {
		font-size: 150%;
}

#alldoc {
  width: 960px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px; /* 1px */
  /*border: 3px solid Black;*/
  text-align: left;
	/*background : url(../pict/plane.png) no-repeat;*/
}


#menu {
	padding-top: 0px;
	margin: 0px;
	background : url(../pict/back4_menu.png) no-repeat;
	height: 150px;
	font-size: 16px;
	position: relative;
}

#menu ul {
	padding-top: 20px;
	padding-left: 35px;
	line-height : 130%;
	font-weight : bold;
}

#menu ul li#main-page {
	margin-left: 43px;
}

#menu ul li#base-work {
	margin-left: 20px;
}

#menu ul li#reference {
	margin-left: 6px;
}

#menu ul li#contacts {
	margin-left: 0px;
}

#menu ul a {
	text-decoration : none;
	color: #6099BF;
}

#menu ul a:hover {
	color: #003F77;
}

#menu #flags {
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	line-height: 10px;
}

#menu #plane {
	background : url(../pict/plane.gif) no-repeat;
	height: 150px;
	width:287px;
	position: absolute;
	top: 10px;
	right: 50px;
	z-index: 1;
}

img {
	border: 1px solid black;
}

#main-m {
	margin: 0px;
	padding: 0px;
	position: relative;
	background : url(../pict/back3_main.png) repeat-y top left;
	font-family: Georgia,"Times CE","Times New Roman CE","Times New Roman", Times, serif;
}

#main2 {
	width: 100%;
	line-height : 1.2;
	background : url(../pict/back3_ltcorner.png) no-repeat top left;
}

#main {
	padding-left: 85px;
	padding-right: 20px;
	/*width: 100%;*/
	/*background-color: gray;*/
}

h1 {
	margin: 0px;
	padding-left: 30px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

#main .reference {
	position: relative;
	clear: both;
	padding-bottom: 20px;
}


#main .reference .webname {
	font-size: 130%;
	font-weight : bold;	
}
#main .reference p {
	padding-bottom: 5px;
	padding-left: 210px;
}

#main .reference p span {
	font-weight: bold;
}

#main a {
	color: #003F77;
	font-weight: bold;
}

#main .leftimg {
	float: left;
	border : none;
}

#phone_num {
  font-family: Arial, Helvetica, sans-serif;
}

#foot {
	background : url(../pict/back3_foot.png) no-repeat bottom;
	/*background-color: gray;*/
	padding: 20px;
	padding-left: 75px;
	font-size : smaller;
	/*height: 50px;*/
	font-size: 13px;
}
#foot hr {
	margin-bottom: 5px;
}

#foot #create {
	float: right;
}

#foot #create a {
	text-decoration: none;
	color: black;
	font-style : italic;
	font-weight : bold;
}



